next sections

This commit is contained in:
CHIEFSOFT\ameye
2025-02-14 10:00:46 -05:00
parent 23e717bd47
commit 12dc51b610
3 changed files with 39 additions and 20 deletions
+2 -2
View File
@@ -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 wont stop there</h6>
<h2>
<span>3 simple & easy step to launch.</span>
<span> Our network of contractor partners offers.</span>
</h2>
</div>
{/* End title */}
+9 -10
View File
@@ -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. Youll 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. Its not just about what we do; its about how we do it. Were not just another agencywere 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>
+28 -8
View File
@@ -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 its an app or a website, we bring your vision to life.
// Branding & Voice Guidelines: Well 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 its an app or a website, we bring your vision to life.`,
},
{
icon: "ils_16",
meta: "Branding & Voice Guidelines",
subTitle: `Branding & Voice Guidelines: Well 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`,
},
];