1 Commits

Author SHA1 Message Date
a30c308344 Update src/app/page.tsx 2026-04-06 09:14:08 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Results",
id: "stats",
},
name: "Results", id: "stats"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AURA"
/>
@@ -53,64 +45,41 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Elevate Your Brand with Aura Marketing"
description="Transform your business with cutting-edge marketing strategies that deliver real results. Join 10,000+ satisfied clients."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", alt: "User 5"},
]}
avatarText="10,000+ Happy Clients"
buttons={[
{
text: "Start Your Journey",
href: "#contact",
},
text: "Start Your Journey", href: "#contact"},
]}
marqueeItems={[
{
type: "text-icon",
text: "ROI Focused",
icon: TrendingUp,
type: "text-icon", text: "ROI Focused", icon: TrendingUp,
},
{
type: "text-icon",
text: "Data Driven",
icon: BarChart,
type: "text-icon", text: "Data Driven", icon: BarChart,
},
{
type: "text-icon",
text: "Scale Faster",
icon: Rocket,
type: "text-icon", text: "Scale Faster", icon: Rocket,
},
{
type: "text-icon",
text: "Expert Team",
icon: Users,
type: "text-icon", text: "Expert Team", icon: Users,
},
{
type: "text-icon",
text: "Global Reach",
icon: Globe,
type: "text-icon", text: "Global Reach", icon: Globe,
},
]}
/>
@@ -134,20 +103,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Growth Acceleration",
description: "Scale your business 5x faster with our proven strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-colorful-letters-forming-abbreviation-seo_53876-138083.jpg",
},
title: "Growth Acceleration", description: "Scale your business 5x faster with our proven strategies.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-colorful-letters-forming-abbreviation-seo_53876-138083.jpg"},
{
title: "Data-Driven",
description: "Every decision backed by analytics and precision targeting.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-tablet-phone-along-with-graphics_1232-1070.jpg",
},
title: "Data-Driven", description: "Every decision backed by analytics and precision targeting.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-tablet-phone-along-with-graphics_1232-1070.jpg"},
{
title: "Expert Team",
description: "Work with top 1% marketers in the industry.",
imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-people-blue-background_23-2148144512.jpg",
},
title: "Expert Team", description: "Work with top 1% marketers in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-people-blue-background_23-2148144512.jpg"},
]}
title="Why Choose Aura?"
description="Proven strategies to grow your brand and revenue."
@@ -161,23 +121,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
icon: Users,
title: "Happy Clients",
value: "10K+",
},
id: "1", icon: Users,
title: "Happy Clients", value: "10K+"},
{
id: "2",
icon: TrendingUp,
title: "Revenue Generated",
value: "$50M+",
},
id: "2", icon: TrendingUp,
title: "Revenue Generated", value: "$50M+"},
{
id: "3",
icon: Award,
title: "Average ROI",
value: "500%",
},
id: "3", icon: Award,
title: "Average ROI", value: "500%"},
]}
title="Our Impact"
description="Performance metrics that speak for themselves."
@@ -188,8 +139,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Connect"
title="Ready to Transform Your Business?"
description="Book a free strategy call today and discover how we can 5x your growth."
@@ -201,48 +151,29 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterLogoEmphasis
logoText="AURA"
columns={[
{
title: "Services",
items: [
{
label: "SEO Optimization",
href: "#",
},
{
label: "Social Media",
href: "#",
},
{
label: "PPC Advertising",
href: "#",
},
{ label: "Services", href: "#" },
{ label: "SEO Optimization", href: "#" },
{ label: "Social Media", href: "#" },
{ label: "PPC Advertising", href: "#" },
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Blog",
href: "#",
},
{ label: "Company", href: "#" },
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
],
},
]}
bottomLeftText="© 2024 Aura Marketing. All rights reserved."
bottomRightText="Privacy Policy"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}