next sections
This commit is contained in:
+2
-2
@@ -89,9 +89,9 @@ export default function Home () {
|
||||
|
||||
<div className="container">
|
||||
<div className="title-style-five text-center mb-60 md-mb-30">
|
||||
<h6>GET STARTED IN MINUTES</h6>
|
||||
<h6>And we won’t stop there</h6>
|
||||
<h2>
|
||||
<span>3 simple & easy step to launch.</span>
|
||||
<span> Our network of contractor partners offers.</span>
|
||||
</h2>
|
||||
</div>
|
||||
{/* End title */}
|
||||
|
||||
@@ -11,22 +11,21 @@ const About = () => {
|
||||
|
||||
<div className="col-lg-6" data-aos="fade-left" data-aos-duration="1200">
|
||||
<div className="text-wrapper">
|
||||
<div className="client-info font-rubik">
|
||||
Over <span>150,000+ client</span>
|
||||
</div>
|
||||
{/*<div className="client-info font-rubik">*/}
|
||||
{/* Over <span>150,000+ client</span>*/}
|
||||
{/*</div>*/}
|
||||
<div className="title-style-five">
|
||||
<h2>
|
||||
<span>Best event & online</span> ticket platform.
|
||||
<span>We are an </span> AI-first agency.
|
||||
</h2>
|
||||
</div>
|
||||
<p className="font-rubik">
|
||||
Things go wrong. You’ll have questions. We understand. So we have
|
||||
people, not bots, on hand to help.
|
||||
What sets us apart? Our proprietary software technology provides a unique edge in this competitive landscape. It’s not just about what we do; it’s about how we do it. We’re not just another agency—we’re the future of fintech marketing.
|
||||
</p>
|
||||
<p className="font-rubik">
|
||||
We aim to answer any query in less than 10 minutes.
|
||||
</p>
|
||||
<div className="name font-slab">Mitchell Garner</div>
|
||||
{/*<p className="font-rubik">*/}
|
||||
{/* We aim to answer any query in less than 10 minutes.*/}
|
||||
{/*</p>*/}
|
||||
{/*<div className="name font-slab">Mitchell Garner</div>*/}
|
||||
</div>
|
||||
{/* /.text-wrapper */}
|
||||
</div>
|
||||
|
||||
@@ -1,22 +1,42 @@
|
||||
import React from "react";
|
||||
import Image from "next/image";
|
||||
|
||||
// SEO: Mastering both AI and traditional search engines.
|
||||
// PR: Connecting with reporters who can amplify your voice.
|
||||
// Design & Events: Creating memorable experiences that resonate.
|
||||
// Special Projects: Whether it’s an app or a website, we bring your vision to life.
|
||||
// Branding & Voice Guidelines: We’ll help you find your voice and present a unique and consistent point of view (POV)
|
||||
|
||||
const FeatureContent = [
|
||||
{
|
||||
icon: "ils_15",
|
||||
meta: "Join Our Platform",
|
||||
subTitle: ` It only takes 5 minutes. Set up is smooth and simple fully lorem
|
||||
qui.`,
|
||||
meta: "SEO",
|
||||
subTitle: ` Mastering both AI and traditional search engines.`,
|
||||
},
|
||||
{
|
||||
icon: "ils_16",
|
||||
meta: "Manage you event",
|
||||
subTitle: `Choose a price package to suit you or pay per ticket. Sell on your
|
||||
website,`,
|
||||
meta: "PR",
|
||||
subTitle: `Connecting with reporters who can amplify your voice,`,
|
||||
},
|
||||
{
|
||||
icon: "ils_17",
|
||||
meta: "Start selling ticket",
|
||||
subTitle: `Get payments, detailed data on tickets sales & message guests lorem`,
|
||||
meta: "Design & Events",
|
||||
subTitle: `Creating memorable experiences that resonate`,
|
||||
},
|
||||
{
|
||||
icon: "ils_15",
|
||||
meta: "Special Projects",
|
||||
subTitle: ` Whether it’s an app or a website, we bring your vision to life.`,
|
||||
},
|
||||
{
|
||||
icon: "ils_16",
|
||||
meta: "Branding & Voice Guidelines",
|
||||
subTitle: `Branding & Voice Guidelines: We’ll help you find your voice and present a unique and consistent point of view (POV),`,
|
||||
},
|
||||
{
|
||||
icon: "ils_17",
|
||||
meta: "Learn More",
|
||||
subTitle: `Special to another page will be good here`,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user