next sections
This commit is contained in:
+2
-2
@@ -89,9 +89,9 @@ export default function Home () {
|
|||||||
|
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="title-style-five text-center mb-60 md-mb-30">
|
<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>
|
<h2>
|
||||||
<span>3 simple & easy step to launch.</span>
|
<span> Our network of contractor partners offers.</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
{/* End title */}
|
{/* End title */}
|
||||||
|
|||||||
@@ -11,22 +11,21 @@ const About = () => {
|
|||||||
|
|
||||||
<div className="col-lg-6" data-aos="fade-left" data-aos-duration="1200">
|
<div className="col-lg-6" data-aos="fade-left" data-aos-duration="1200">
|
||||||
<div className="text-wrapper">
|
<div className="text-wrapper">
|
||||||
<div className="client-info font-rubik">
|
{/*<div className="client-info font-rubik">*/}
|
||||||
Over <span>150,000+ client</span>
|
{/* Over <span>150,000+ client</span>*/}
|
||||||
</div>
|
{/*</div>*/}
|
||||||
<div className="title-style-five">
|
<div className="title-style-five">
|
||||||
<h2>
|
<h2>
|
||||||
<span>Best event & online</span> ticket platform.
|
<span>We are an </span> AI-first agency.
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<p className="font-rubik">
|
<p className="font-rubik">
|
||||||
Things go wrong. You’ll have questions. We understand. So we have
|
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.
|
||||||
people, not bots, on hand to help.
|
|
||||||
</p>
|
</p>
|
||||||
<p className="font-rubik">
|
{/*<p className="font-rubik">*/}
|
||||||
We aim to answer any query in less than 10 minutes.
|
{/* We aim to answer any query in less than 10 minutes.*/}
|
||||||
</p>
|
{/*</p>*/}
|
||||||
<div className="name font-slab">Mitchell Garner</div>
|
{/*<div className="name font-slab">Mitchell Garner</div>*/}
|
||||||
</div>
|
</div>
|
||||||
{/* /.text-wrapper */}
|
{/* /.text-wrapper */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,22 +1,42 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import Image from "next/image";
|
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 = [
|
const FeatureContent = [
|
||||||
{
|
{
|
||||||
icon: "ils_15",
|
icon: "ils_15",
|
||||||
meta: "Join Our Platform",
|
meta: "SEO",
|
||||||
subTitle: ` It only takes 5 minutes. Set up is smooth and simple fully lorem
|
subTitle: ` Mastering both AI and traditional search engines.`,
|
||||||
qui.`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "ils_16",
|
icon: "ils_16",
|
||||||
meta: "Manage you event",
|
meta: "PR",
|
||||||
subTitle: `Choose a price package to suit you or pay per ticket. Sell on your
|
subTitle: `Connecting with reporters who can amplify your voice,`,
|
||||||
website,`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "ils_17",
|
icon: "ils_17",
|
||||||
meta: "Start selling ticket",
|
meta: "Design & Events",
|
||||||
subTitle: `Get payments, detailed data on tickets sales & message guests lorem`,
|
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