Merge version_1 into main #2
167
src/app/page.tsx
167
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Results", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="ELEVATE"
|
||||
/>
|
||||
@@ -59,41 +49,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Redefining Digital Authority"
|
||||
description="We craft premium social media strategies that turn brands into industry leaders. Precision-engineered growth, visual storytelling, and high-conversion content."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-blue-light-streaks-abstract-background_84443-73897.jpg",
|
||||
imageAlt: "Luxury lifestyle brand",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-blue-light-streaks-abstract-background_84443-73897.jpg", imageAlt: "Luxury lifestyle brand"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skyscraphers-city_53876-15067.jpg",
|
||||
imageAlt: "Tech startup innovation",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-skyscraphers-city_53876-15067.jpg", imageAlt: "Tech startup innovation"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-black-clothes_158538-13724.jpg",
|
||||
imageAlt: "Fashion editorial content",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-black-clothes_158538-13724.jpg", imageAlt: "Fashion editorial content"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-showing-african-clientannual-financial-report-wearing-face-mask-against-covid19_482257-2041.jpg",
|
||||
imageAlt: "Global brand strategy",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/manager-showing-african-clientannual-financial-report-wearing-face-mask-against-covid19_482257-2041.jpg", imageAlt: "Global brand strategy"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-dining-room-interior-design-with-ceiling-lamps_53876-128669.jpg",
|
||||
imageAlt: "Digital creative studio",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-dining-room-interior-design-with-ceiling-lamps_53876-128669.jpg", imageAlt: "Digital creative studio"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-handmade-gingerbread-with-symbols-ukraine-icing_169016-19977.jpg",
|
||||
imageAlt: "Influencer marketing campaign",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cooking-handmade-gingerbread-with-symbols-ukraine-icing_169016-19977.jpg", imageAlt: "Influencer marketing campaign"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +75,7 @@ export default function LandingPage() {
|
||||
title="Beyond Vanity Metrics"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Methodology",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Our Methodology", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,22 +87,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Influencer Strategy",
|
||||
description: "High-impact creator partnerships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg",
|
||||
},
|
||||
title: "Influencer Strategy", description: "High-impact creator partnerships.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Content Production",
|
||||
description: "Cinematic visual assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-singing-with-microphone_23-2149215524.jpg",
|
||||
},
|
||||
title: "Content Production", description: "Cinematic visual assets.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-singing-with-microphone_23-2149215524.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Data Analytics",
|
||||
description: "ROI-focused performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-construction-infographic-template_23-2149563920.jpg",
|
||||
},
|
||||
title: "Data Analytics", description: "ROI-focused performance.", imageSrc: "http://img.b2bpic.net/free-vector/flat-construction-infographic-template_23-2149563920.jpg"},
|
||||
]}
|
||||
title="Complete Digital Dominance"
|
||||
description="Comprehensive suite of services tailored for high-growth brands."
|
||||
@@ -148,25 +108,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500%",
|
||||
title: "Avg. Engagement Lift",
|
||||
description: "Per quarter growth.",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "500%", title: "Avg. Engagement Lift", description: "Per quarter growth.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.1M+",
|
||||
title: "Total Reach",
|
||||
description: "Across networks.",
|
||||
icon: Users,
|
||||
id: "m2", value: "2.1M+", title: "Total Reach", description: "Across networks.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "120+",
|
||||
title: "Campaigns Executed",
|
||||
description: "Globally scaled.",
|
||||
icon: Award,
|
||||
id: "m3", value: "120+", title: "Campaigns Executed", description: "Globally scaled.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Proven Performance"
|
||||
@@ -181,48 +129,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Vance",
|
||||
handle: "@elena_ceo",
|
||||
testimonial: "Transformative results. My brand finally feels premium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Elena Vance", handle: "@elena_ceo", testimonial: "Transformative results. My brand finally feels premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@thorne_tech",
|
||||
testimonial: "Strategic genius. Highly recommended for scaling.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", handle: "@thorne_tech", testimonial: "Strategic genius. Highly recommended for scaling.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia Rossi",
|
||||
handle: "@sofia_fashion",
|
||||
testimonial: "The creative direction is unmatched in the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
},
|
||||
id: "t3", name: "Sofia Rossi", handle: "@sofia_fashion", testimonial: "The creative direction is unmatched in the industry.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Chen",
|
||||
handle: "@chen_ventures",
|
||||
testimonial: "ROI focused and highly communicative. True professionals.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg",
|
||||
},
|
||||
id: "t4", name: "James Chen", handle: "@chen_ventures", testimonial: "ROI focused and highly communicative. True professionals.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sj_design",
|
||||
testimonial: "Incredible partnership that redefined our digital presence completely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Sarah Jenkins", handle: "@sj_design", testimonial: "Incredible partnership that redefined our digital presence completely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Visionaries"
|
||||
description="Hear from the industry leaders who trust us to elevate their brands."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,14 +155,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Apex",
|
||||
"Velocity",
|
||||
"Zenith",
|
||||
"Flux",
|
||||
"Core",
|
||||
"Nexus",
|
||||
"Prism",
|
||||
]}
|
||||
"Apex", "Velocity", "Zenith", "Flux", "Core", "Nexus", "Prism"]}
|
||||
title="Partners in Innovation"
|
||||
description="We collaborate with industry trailblazers."
|
||||
/>
|
||||
@@ -251,22 +168,14 @@ export default function LandingPage() {
|
||||
description="Ready to take your social presence to the next level? Request a custom strategy session."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your brand...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Tell us about your brand...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-office-desk-with-chair-notebook_23-2148821922.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -277,13 +186,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ELEVATE"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user