Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2007facae0 | |||
| ea7e61757c | |||
| 855bbf2ec1 |
202
src/app/page.tsx
202
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Results",
|
name: "Results", id: "#results"},
|
||||||
id: "#results",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Aura Social"
|
brandName="Aura Social"
|
||||||
/>
|
/>
|
||||||
@@ -56,46 +48,29 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Defining the Future of Digital Presence"
|
title="Defining the Future of Digital Presence"
|
||||||
description="We craft sophisticated social strategies that elevate premium brands into global icons through cinematic content and precision data."
|
description="We craft sophisticated social strategies that increase market share and maximize high-net-worth engagement for luxury brands through cinematic content and precision data."
|
||||||
tag="Premier Digital Agency"
|
tag="Premier Digital Agency"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Portfolio",
|
text: "View Our Portfolio", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Consultation",
|
text: "Schedule a Strategy Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg", imageAlt: "Social media dashboard"},
|
||||||
imageAlt: "Social media dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg", imageAlt: "Creative studio"},
|
||||||
imageAlt: "Creative studio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ferrofluidic-magnetic-shape-with-green-shades_23-2148253579.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/ferrofluidic-magnetic-shape-with-green-shades_23-2148253579.jpg", imageAlt: "Abstract glass"},
|
||||||
imageAlt: "Abstract glass",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-particles-network-communications-design_1048-15848.jpg", imageAlt: "Holographic dashboard"},
|
||||||
imageAlt: "Holographic dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-background-product-presentation-d-podium-illustration-d-rendering_1258-110989.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-background-product-presentation-d-podium-illustration-d-rendering_1258-110989.jpg", imageAlt: "Product showcase"},
|
||||||
imageAlt: "Product showcase",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pentagon-specks-light_23-2147785948.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pentagon-specks-light_23-2147785948.jpg", imageAlt: "Digital storytelling"},
|
||||||
imageAlt: "Digital storytelling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,24 +80,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Elevating"},
|
||||||
content: "Elevating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/business-professionals-gather-lobby_482257-75506.jpg", alt: "Creative team"},
|
||||||
src: "http://img.b2bpic.net/free-photo/business-professionals-gather-lobby_482257-75506.jpg",
|
|
||||||
alt: "Creative team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Your Brand Potential"},
|
||||||
content: "Your Brand Potential",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -134,23 +100,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: TrendingUp,
|
||||||
icon: TrendingUp,
|
title: "Brand Growth", value: "150%"},
|
||||||
title: "Brand Growth",
|
|
||||||
value: "150%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Users,
|
||||||
icon: Users,
|
title: "Engaged Users", value: "2.4M"},
|
||||||
title: "Engaged Users",
|
|
||||||
value: "2.4M",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: DollarSign,
|
||||||
icon: DollarSign,
|
title: "Revenue Boost", value: "450%"},
|
||||||
title: "Revenue Boost",
|
|
||||||
value: "450%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Measurable Excellence"
|
title="Measurable Excellence"
|
||||||
description="Driving tangible growth across all digital touchpoints with high-precision data analytics."
|
description="Driving tangible growth across all digital touchpoints with high-precision data analytics."
|
||||||
@@ -164,23 +121,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Strategic Architecture",
|
title: "Strategic Architecture", description: "High-level planning based on behavioral data.", imageSrc: "http://img.b2bpic.net/free-photo/communication-academic-connection-social-media_53876-21209.jpg", imageAlt: "Strategy icon"},
|
||||||
description: "High-level planning based on behavioral data.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-academic-connection-social-media_53876-21209.jpg",
|
|
||||||
imageAlt: "Strategy icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Influencer Synergy",
|
title: "Influencer Synergy", description: "Curated partnerships with elite voices.", imageSrc: "http://img.b2bpic.net/free-photo/discussion-brainstorm-business-meeting-briefing_53876-20971.jpg", imageAlt: "Influencer icon"},
|
||||||
description: "Curated partnerships with elite voices.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/discussion-brainstorm-business-meeting-briefing_53876-20971.jpg",
|
|
||||||
imageAlt: "Influencer icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Cinematic Production",
|
title: "Cinematic Production", description: "Premium visual assets for global impact.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-bar_23-2149220917.jpg", imageAlt: "Production icon"},
|
||||||
description: "Premium visual assets for global impact.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-bar_23-2149220917.jpg",
|
|
||||||
imageAlt: "Production icon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Strategic Creative Solutions"
|
title="Strategic Creative Solutions"
|
||||||
description="Tailored strategies designed for luxury and lifestyle brands that demand excellence."
|
description="Tailored strategies designed for luxury and lifestyle brands that demand excellence."
|
||||||
@@ -193,45 +138,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", title: "Outstanding Growth", quote: "The team transformed our digital presence into a luxury standard.", name: "Sarah Jensen", role: "CEO, Moda Luxe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg"},
|
||||||
title: "Outstanding Growth",
|
|
||||||
quote: "The team transformed our digital presence into a luxury standard.",
|
|
||||||
name: "Sarah Jensen",
|
|
||||||
role: "CEO, Moda Luxe",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", title: "Unmatched Creative", quote: "Their creative production is second to none. Truly visionary.", name: "Markus Thorne", role: "Founder, Tech Labs", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg"},
|
||||||
title: "Unmatched Creative",
|
|
||||||
quote: "Their creative production is second to none. Truly visionary.",
|
|
||||||
name: "Markus Thorne",
|
|
||||||
role: "Founder, Tech Labs",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", title: "Precision Execution", quote: "Data-driven results combined with high-end aesthetic execution.", name: "Elena Vane", role: "Creative Director, Vane Fashion", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17120.jpg"},
|
||||||
title: "Precision Execution",
|
|
||||||
quote: "Data-driven results combined with high-end aesthetic execution.",
|
|
||||||
name: "Elena Vane",
|
|
||||||
role: "Creative Director, Vane Fashion",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-studio_1157-17120.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", title: "Professional Excellence", quote: "A true partner in luxury marketing and brand identity.", name: "David Rossi", role: "VP, Rossi Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg"},
|
||||||
title: "Professional Excellence",
|
|
||||||
quote: "A true partner in luxury marketing and brand identity.",
|
|
||||||
name: "David Rossi",
|
|
||||||
role: "VP, Rossi Hospitality",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", title: "Visionary Results", quote: "They understand the nuance required for high-end branding.", name: "Chloe Bennett", role: "Owner, Bennett Estates", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg"},
|
||||||
title: "Visionary Results",
|
|
||||||
quote: "They understand the nuance required for high-end branding.",
|
|
||||||
name: "Chloe Bennett",
|
|
||||||
role: "Owner, Bennett Estates",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="A Legacy of Success"
|
title="A Legacy of Success"
|
||||||
description="Trusted by visionary leaders in luxury, fashion, and technology."
|
description="Trusted by visionary leaders in luxury, fashion, and technology."
|
||||||
@@ -243,14 +158,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Moda Luxe",
|
"Moda Luxe", "Rossi Hospitality", "Tech Labs", "Apex Automotive", "Aura Jewels", "Vane Fashion", "Design Arch"]}
|
||||||
"Rossi Hospitality",
|
|
||||||
"Tech Labs",
|
|
||||||
"Apex Automotive",
|
|
||||||
"Aura Jewels",
|
|
||||||
"Vane Fashion",
|
|
||||||
"Design Arch",
|
|
||||||
]}
|
|
||||||
title="Global Partners"
|
title="Global Partners"
|
||||||
description="Collaborating with iconic brands to set new standards in digital luxury."
|
description="Collaborating with iconic brands to set new standards in digital luxury."
|
||||||
/>
|
/>
|
||||||
@@ -262,20 +170,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "How do we define success?", content: "We measure success through brand sentiment shifts and measurable ROI."},
|
||||||
title: "How do we define success?",
|
|
||||||
content: "We measure success through brand sentiment shifts and measurable ROI.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "What industries do you serve?", content: "We specialize in luxury, high-fashion, hospitality, and tech."},
|
||||||
title: "What industries do you serve?",
|
|
||||||
content: "We specialize in luxury, high-fashion, hospitality, and tech.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "How do we begin?", content: "Through a comprehensive audit followed by a bespoke strategic plan."},
|
||||||
title: "How do we begin?",
|
|
||||||
content: "Through a comprehensive audit followed by a bespoke strategic plan.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -289,8 +188,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Inquire"
|
tag="Inquire"
|
||||||
title="Begin Your Transformation"
|
title="Begin Your Transformation"
|
||||||
description="Ready to redefine your digital standard? Let's initiate the conversation."
|
description="Ready to redefine your digital standard? Let's initiate the conversation."
|
||||||
@@ -305,37 +203,25 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Portfolio",
|
label: "Portfolio", href: "#results"},
|
||||||
href: "#results",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Terms", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -345,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user