Merge version_1 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Case Studies",
|
||||
id: "/case-studies",
|
||||
},
|
||||
name: "Case Studies", id: "/case-studies"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="GROWTH.STUDIO"
|
||||
/>
|
||||
@@ -57,60 +47,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="We Turn Attention Into Revenue"
|
||||
description="Elite brand scaling for clothing labels and niche businesses. We master the intersection of paid ads and cultural influence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Call", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-sunglasses-sits-floor_8353-9374.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "SCALING BRANDS",
|
||||
},
|
||||
type: "text", text: "SCALING BRANDS"},
|
||||
{
|
||||
type: "text",
|
||||
text: "CULTURAL IMPACT",
|
||||
},
|
||||
type: "text", text: "CULTURAL IMPACT"},
|
||||
{
|
||||
type: "text",
|
||||
text: "REVENUE FIRST",
|
||||
},
|
||||
type: "text", text: "REVENUE FIRST"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PAID AD MASTERY",
|
||||
},
|
||||
type: "text", text: "PAID AD MASTERY"},
|
||||
{
|
||||
type: "text",
|
||||
text: "GLOBAL REACH",
|
||||
},
|
||||
type: "text", text: "GLOBAL REACH"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,14 +87,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Strategy Over Noise.",
|
||||
},
|
||||
type: "text", content: "Strategy Over Noise."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-stands-reviews-documents_482257-120351.jpg",
|
||||
alt: "Creative Workspace",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-stands-reviews-documents_482257-120351.jpg", alt: "Creative Workspace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,19 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Paid Ads",
|
||||
description: "Meta & TikTok systems that turn impressions into customers.",
|
||||
icon: Zap,
|
||||
title: "Paid Ads", description: "Meta & TikTok systems that turn impressions into customers.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Growth Strategy",
|
||||
description: "Defining your brand identity and market positioning.",
|
||||
icon: Target,
|
||||
title: "Growth Strategy", description: "Defining your brand identity and market positioning.", icon: Target,
|
||||
},
|
||||
{
|
||||
title: "Content Direction",
|
||||
description: "Creative strategy that cuts through the noise.",
|
||||
icon: Camera,
|
||||
title: "Content Direction", description: "Creative strategy that cuts through the noise.", icon: Camera,
|
||||
},
|
||||
]}
|
||||
title="Core Services"
|
||||
@@ -164,22 +120,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$50M+",
|
||||
description: "Revenue Generated",
|
||||
},
|
||||
id: "m1", value: "$50M+", description: "Revenue Generated"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "120M+",
|
||||
description: "Impressions Managed",
|
||||
},
|
||||
id: "m2", value: "120M+", description: "Impressions Managed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3.5x",
|
||||
description: "Average ROAS",
|
||||
},
|
||||
id: "m3", value: "3.5x", description: "Average ROAS"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measurable revenue growth for every client."
|
||||
@@ -190,61 +138,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivet",
|
||||
role: "Founder",
|
||||
company: "RivClothing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Alex Rivet", role: "Founder", company: "RivClothing", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "VogueNext",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Sarah Miller", role: "CEO", company: "VogueNext", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Zhou",
|
||||
role: "Founder",
|
||||
company: "StreetWearX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg?_wi=3",
|
||||
},
|
||||
id: "t3", name: "David Zhou", role: "Founder", company: "StreetWearX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily Chen",
|
||||
role: "VP",
|
||||
company: "LuxuryCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg?_wi=4",
|
||||
},
|
||||
id: "t4", name: "Emily Chen", role: "VP", company: "LuxuryCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marcus Thorne",
|
||||
role: "Founder",
|
||||
company: "ThorneBrand",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg?_wi=5",
|
||||
},
|
||||
id: "t5", name: "Marcus Thorne", role: "Founder", company: "ThorneBrand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-woman-with-wavy-hairstyle-red-lips-posing-outside-brunette-woman-dark-jacket-glasses-looks-away-outdoors_197531-19328.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Retention",
|
||||
},
|
||||
value: "95%", label: "Retention"},
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.8/5", label: "Client Rating"},
|
||||
{
|
||||
value: "Top 1%",
|
||||
label: "Agency Tier",
|
||||
},
|
||||
value: "Top 1%", label: "Agency Tier"},
|
||||
]}
|
||||
title="Client Results"
|
||||
description="What our partners say about the scale."
|
||||
@@ -255,29 +173,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Work",
|
||||
items: [
|
||||
title: "Work", items: [
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "/case-studies",
|
||||
},
|
||||
label: "Case Studies", href: "/case-studies"},
|
||||
{
|
||||
label: "Apply Now",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Apply Now", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user