Merge version_2 into main #2
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Growvix"
|
||||
/>
|
||||
@@ -53,46 +45,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Marketing that scales brands."
|
||||
description="We help premium businesses reach their full potential through performance-driven marketing systems."
|
||||
tag="PREMIUM GROWTH PARTNERS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=1",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=1", imageAlt: "Agency work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=2",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=2", imageAlt: "Agency work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=3",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=3", imageAlt: "Agency work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=4",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=4", imageAlt: "Agency work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=5",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=5", imageAlt: "Agency work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=6",
|
||||
imageAlt: "Agency work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292781.jpg?_wi=6", imageAlt: "Agency work"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,17 +80,11 @@ export default function LandingPage() {
|
||||
description="At Growvix, we don't believe in 'creative fluff'. Every strategy we implement is measured, optimized, and built to drive high-ticket revenue. We treat your brand with the authority it deserves."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Data-First Approach",
|
||||
description: "No guessing games. Decisions based on real-time performance data.",
|
||||
},
|
||||
title: "Data-First Approach", description: "No guessing games. Decisions based on real-time performance data."},
|
||||
{
|
||||
title: "Authority Positioning",
|
||||
description: "We ensure your brand communicates high value and premium positioning.",
|
||||
},
|
||||
title: "Authority Positioning", description: "We ensure your brand communicates high value and premium positioning."},
|
||||
{
|
||||
title: "Results-Driven",
|
||||
description: "Accountability is our core philosophy. We scale where the ROI is clear.",
|
||||
},
|
||||
title: "Results-Driven", description: "Accountability is our core philosophy. We scale where the ROI is clear."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -130,18 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Low-ticket volume",
|
||||
"Generic templates",
|
||||
"Unmeasured spend",
|
||||
],
|
||||
"Low-ticket volume", "Generic templates", "Unmeasured spend"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Premium Paid Ads",
|
||||
"Brand Identity Scaling",
|
||||
"High-Converting Funnels",
|
||||
"Advanced SEO Strategy",
|
||||
],
|
||||
"Premium Paid Ads", "Brand Identity Scaling", "High-Converting Funnels", "Advanced SEO Strategy"],
|
||||
}}
|
||||
title="Elite Growth Systems"
|
||||
description="Select the service package designed to take your revenue to the next level."
|
||||
@@ -157,64 +119,28 @@ export default function LandingPage() {
|
||||
description="Partnering with global brands to drive measurable, high-impact growth."
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.5x",
|
||||
label: "Average ROI",
|
||||
},
|
||||
value: "4.5x", label: "Average ROI"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Projects Delivered",
|
||||
},
|
||||
value: "200+", label: "Projects Delivered"},
|
||||
{
|
||||
value: "85%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
value: "85%", label: "Client Retention"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CMO",
|
||||
company: "TechFlow",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2",
|
||||
imageAlt: "Sarah Jenkins",
|
||||
},
|
||||
id: "t1", name: "Sarah Jenkins", role: "CMO", company: "TechFlow", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2", imageAlt: "Sarah Jenkins"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Sterling",
|
||||
role: "CEO",
|
||||
company: "Vantage Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=3",
|
||||
imageAlt: "Mark Sterling",
|
||||
},
|
||||
id: "t2", name: "Mark Sterling", role: "CEO", company: "Vantage Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=3", imageAlt: "Mark Sterling"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Founder",
|
||||
company: "Lumina",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=4",
|
||||
imageAlt: "Elena Rodriguez",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", role: "Founder", company: "Lumina", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=4", imageAlt: "Elena Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Chen",
|
||||
role: "Director of Growth",
|
||||
company: "Synthetix",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=5",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
id: "t4", name: "James Chen", role: "Director of Growth", company: "Synthetix", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=5", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Amanda White",
|
||||
role: "Founder",
|
||||
company: "BloomCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=6",
|
||||
imageAlt: "Amanda White",
|
||||
},
|
||||
id: "t5", name: "Amanda White", role: "Founder", company: "BloomCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=6", imageAlt: "Amanda White"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,14 +149,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to scale your business to the next level?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Discovery Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Discovery Call", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,18 +165,14 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user