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