From 12dc51b6107040e4ad946701917d936ddb1f2b16 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 14 Feb 2025 10:00:46 -0500 Subject: [PATCH] next sections --- app/page.jsx | 4 ++-- components/about/About.jsx | 19 ++++++++------- components/features/FeatureNine.jsx | 36 ++++++++++++++++++++++------- 3 files changed, 39 insertions(+), 20 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index d5e5a17..86e9bb5 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -89,9 +89,9 @@ export default function Home () {
-
GET STARTED IN MINUTES
+
And we won’t stop there

- 3 simple & easy step to launch. + Our network of contractor partners offers.

{/* End title */} diff --git a/components/about/About.jsx b/components/about/About.jsx index 6e1bb24..2d40e69 100644 --- a/components/about/About.jsx +++ b/components/about/About.jsx @@ -11,22 +11,21 @@ const About = () => {
-
- Over 150,000+ client -
+ {/*
*/} + {/* Over 150,000+ client*/} + {/*
*/}

- Best event & online ticket platform. + We are an AI-first agency.

- 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.

-

- We aim to answer any query in less than 10 minutes. -

-
Mitchell Garner
+ {/*

*/} + {/* We aim to answer any query in less than 10 minutes.*/} + {/*

*/} + {/*
Mitchell Garner
*/}
{/* /.text-wrapper */}
diff --git a/components/features/FeatureNine.jsx b/components/features/FeatureNine.jsx index ae5f5a8..c34da77 100644 --- a/components/features/FeatureNine.jsx +++ b/components/features/FeatureNine.jsx @@ -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`, }, ];