Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 533138aa3d | |||
| 5b2ee41cd1 | |||
| 9e4b6663a4 |
276
src/app/page.tsx
276
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Blue Sea "
|
brandName="Blue Sea "
|
||||||
/>
|
/>
|
||||||
@@ -56,43 +48,28 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
title="2000s Surf Roots"
|
||||||
title="Sunshine Coast 90s Surf Roots"
|
|
||||||
description="Earthy winters and golden summers. Vintage surf threads for the soul."
|
description="Earthy winters and golden summers. Vintage surf threads for the soul."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/travel-landscape-dreamy-aesthetic_23-2151445704.jpg",
|
src: "http://img.b2bpic.net/free-photo/travel-landscape-dreamy-aesthetic_23-2151445704.jpg", alt: "Travel landscape in dreamy aesthetic"},
|
||||||
alt: "Travel landscape in dreamy aesthetic",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-holding-surf-board-water_23-2148021712.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-man-holding-surf-board-water_23-2148021712.jpg", alt: "Young man holding surf board in water "},
|
||||||
alt: "Young man holding surf board in water ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/photo-retro-style-with-volleyball-net-beach-palms-blue-summer-sky_158538-13689.jpg",
|
src: "http://img.b2bpic.net/free-photo/photo-retro-style-with-volleyball-net-beach-palms-blue-summer-sky_158538-13689.jpg", alt: "Photo in retro style with volleyball net on beach and palms behind blue summer sky"},
|
||||||
alt: "Photo in retro style with volleyball net on beach and palms behind blue summer sky",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-man-sitting-surfboard-blue-water_23-2148022399.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-man-sitting-surfboard-blue-water_23-2148022399.jpg", alt: "Young man sitting on surfboard in blue water"},
|
||||||
alt: "Young man sitting on surfboard in blue water",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-with-longboard-man-with-bicycle_23-2147764090.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-with-longboard-man-with-bicycle_23-2147764090.jpg", alt: "Woman with longboard and man with bicycle"},
|
||||||
alt: "Woman with longboard and man with bicycle",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
avatarText="Join 5,000+ surf enthusiasts"
|
avatarText="Join 5,000+ surf enthusiasts"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Winter Collection",
|
text: "Shop Winter Collection", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Explore History",
|
text: "Explore History", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,15 +77,13 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Born in the 90s"
|
title="Our Story"
|
||||||
description="Inspired by the raw, unrefined energy of the Sunshine Coast. We craft wooly, earth-toned winter wear and vibrant, sun-drenched boardshorts that stand the test of time."
|
description="Born in the early 2000s from a vision by former professional surfer Michael Hoe. Driven by a desire to build something unique to share with others, his dream was for this clothing brand to continue the legacy of surfing, creating a lifestyle that surfers wear to feel connected to the golden era of pro surfing."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-sitting-beach-admiring-sea_181624-22221.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-male-sitting-beach-admiring-sea_181624-22221.jpg"
|
||||||
imageAlt="wooly textured winter sweater"
|
imageAlt="wooly textured winter sweater"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,23 +95,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Wooly Winters",
|
title: "Wooly Winters", description: "Ethically sourced earthy wools.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-green-car_23-2148774637.jpg", imageAlt: "cozy wool winter cardigan"},
|
||||||
description: "Ethically sourced earthy wools.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-green-car_23-2148774637.jpg",
|
|
||||||
imageAlt: "cozy wool winter cardigan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Retro Shorts",
|
title: "Retro Shorts", description: "Warm, vibrant summer boardshorts.", imageSrc: "https://img.b2bpic.net/premium-photo/painting-man-standing-beach-with-surfboard-generative-ai_958108-51814.jpg?id=84977024", imageAlt: "vibrant retro boardshorts"},
|
||||||
description: "Warm, vibrant summer boardshorts.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/premium-photo/painting-man-standing-beach-with-surfboard-generative-ai_958108-51814.jpg?id=84977024",
|
|
||||||
imageAlt: "vibrant retro boardshorts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Timeless Style",
|
title: "Timeless Style", description: "90s silhouettes reimagined.", imageSrc: "https://img.b2bpic.net/premium-photo/young-happy-couple-with-skateboards-enjoy-longboarding-skatepark_179755-22306.jpg?id=83240557", imageAlt: "surf apparel winter layers"},
|
||||||
description: "90s silhouettes reimagined.",
|
|
||||||
imageSrc: "https://img.b2bpic.net/premium-photo/young-happy-couple-with-skateboards-enjoy-longboarding-skatepark_179755-22306.jpg?id=83240557",
|
|
||||||
imageAlt: "surf apparel winter layers",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why SunCoast Gear"
|
title="Why SunCoast Gear"
|
||||||
description="Authentic surf heritage meets modern durability."
|
description="Authentic surf heritage meets modern durability."
|
||||||
@@ -151,53 +114,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Earth Knits Sweater", price: "$129", variant: "Winter", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-hat-gloves-posing_23-2148350091.jpg", imageAlt: "brown wool sweater surf"},
|
||||||
name: "Earth Knits Sweater",
|
|
||||||
price: "$129",
|
|
||||||
variant: "Winter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-hat-gloves-posing_23-2148350091.jpg",
|
|
||||||
imageAlt: "brown wool sweater surf",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Retro Boardies - Sunset", price: "$69", variant: "Summer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-long-hair-beige-dress-posing-summer-beach_158538-10375.jpg", imageAlt: "bright orange surf shorts"},
|
||||||
name: "Retro Boardies - Sunset",
|
|
||||||
price: "$69",
|
|
||||||
variant: "Summer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-dark-long-hair-beige-dress-posing-summer-beach_158538-10375.jpg",
|
|
||||||
imageAlt: "bright orange surf shorts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Wool Beanie - Sand", price: "$39", variant: "Winter", imageSrc: "http://img.b2bpic.net/free-photo/young-funny-beautiful-fair-haired-woman-knited-hats-sweater-smiling-blue_176420-7673.jpg", imageAlt: "earthy knit beanie winter"},
|
||||||
name: "Wool Beanie - Sand",
|
|
||||||
price: "$39",
|
|
||||||
variant: "Winter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-funny-beautiful-fair-haired-woman-knited-hats-sweater-smiling-blue_176420-7673.jpg",
|
|
||||||
imageAlt: "earthy knit beanie winter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Retro Boardies - Gold", price: "$69", variant: "Summer", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-knitted-cardigan-topic-shorts-positive-female-going-crazy-with-pink-penny-skateboard-isolated-beige-wall-two-hor_158538-5908.jpg", imageAlt: "retro graphic boardshorts orange"},
|
||||||
name: "Retro Boardies - Gold",
|
|
||||||
price: "$69",
|
|
||||||
variant: "Summer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-knitted-cardigan-topic-shorts-positive-female-going-crazy-with-pink-penny-skateboard-isolated-beige-wall-two-hor_158538-5908.jpg",
|
|
||||||
imageAlt: "retro graphic boardshorts orange",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Thick Wool Jumper", price: "$149", variant: "Winter", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32851.jpg", imageAlt: "textured brown wool jumper"},
|
||||||
name: "Thick Wool Jumper",
|
|
||||||
price: "$149",
|
|
||||||
variant: "Winter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-by-tree-spring-forest-with-drink-thermos_1157-32851.jpg",
|
|
||||||
imageAlt: "textured brown wool jumper",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Retro Boardies - Neon", price: "$79", variant: "Summer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736519.jpg", imageAlt: "bright yellow surf shorts"},
|
||||||
name: "Retro Boardies - Neon",
|
|
||||||
price: "$79",
|
|
||||||
variant: "Summer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-taking-shower-beach_23-2149736519.jpg",
|
|
||||||
imageAlt: "bright yellow surf shorts",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Surf Collection"
|
title="The Surf Collection"
|
||||||
description="Winter warmth and summer heat."
|
description="Winter warmth and summer heat."
|
||||||
@@ -211,34 +138,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "winter",
|
id: "winter", tag: "Essential", price: "$180", period: "bundle", description: "Winter survival pack.", button: {
|
||||||
tag: "Essential",
|
text: "Get Winter Gear"},
|
||||||
price: "$180",
|
featuresTitle: "Includes", features: [
|
||||||
period: "bundle",
|
"Wool Sweater", "Beanie"],
|
||||||
description: "Winter survival pack.",
|
|
||||||
button: {
|
|
||||||
text: "Get Winter Gear",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Wool Sweater",
|
|
||||||
"Beanie",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "summer",
|
id: "summer", tag: "Vibrant", price: "$110", period: "bundle", description: "Summer vibe bundle.", button: {
|
||||||
tag: "Vibrant",
|
text: "Get Summer Gear"},
|
||||||
price: "$110",
|
featuresTitle: "Includes", features: [
|
||||||
period: "bundle",
|
"Boardshorts", "Cap"],
|
||||||
description: "Summer vibe bundle.",
|
|
||||||
button: {
|
|
||||||
text: "Get Summer Gear",
|
|
||||||
},
|
|
||||||
featuresTitle: "Includes",
|
|
||||||
features: [
|
|
||||||
"Boardshorts",
|
|
||||||
"Cap",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Surf Kits"
|
title="Surf Kits"
|
||||||
@@ -254,20 +163,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+", description: "Years in the surf"},
|
||||||
value: "15+",
|
|
||||||
description: "Years in the surf",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "22k+", description: "Items sold"},
|
||||||
value: "22k+",
|
|
||||||
description: "Items sold",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "89%", description: "Organic Australian materials "},
|
||||||
value: "89%",
|
|
||||||
description: "Organic Australian materials ",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Surf Stats"
|
title="Surf Stats"
|
||||||
description="Quality defined."
|
description="Quality defined."
|
||||||
@@ -281,64 +181,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "John Doe", role: "Local Surfer", company: "Sunshine Coast", rating: 5,
|
||||||
name: "John Doe",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-beach-with-surfboard-woman-surfer-ocean-waves_1296-762.jpg", imageAlt: "happy surf customer beach"},
|
||||||
role: "Local Surfer",
|
|
||||||
company: "Sunshine Coast",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-posing-beach-with-surfboard-woman-surfer-ocean-waves_1296-762.jpg",
|
|
||||||
imageAlt: "happy surf customer beach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Jane Smith", role: "Surf Instructor", company: "Noosa Heads", rating: 5,
|
||||||
name: "Jane Smith",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-lady-with-short-wavy-hair-embroidery-pretty-girl-sitting-chair-bright-blue-screen-indoor-background-looking-up_639032-142.jpg", imageAlt: "stylish surf apparel customer"},
|
||||||
role: "Surf Instructor",
|
|
||||||
company: "Noosa Heads",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-lady-with-short-wavy-hair-embroidery-pretty-girl-sitting-chair-bright-blue-screen-indoor-background-looking-up_639032-142.jpg",
|
|
||||||
imageAlt: "stylish surf apparel customer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Mick Brown", role: "Photographer", company: "Maroochydore", rating: 5,
|
||||||
name: "Mick Brown",
|
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-plane-flying-sky_23-2149520419.jpg", imageAlt: "customer portrait suncoast surf"},
|
||||||
role: "Photographer",
|
|
||||||
company: "Maroochydore",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-plane-flying-sky_23-2149520419.jpg",
|
|
||||||
imageAlt: "customer portrait suncoast surf",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Sarah Lee", role: "Designer", company: "Coolum", rating: 5,
|
||||||
name: "Sarah Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/traveller-london-city-with-atumn-vibes_23-2149104645.jpg", imageAlt: "surf enthusiast portrait beach"},
|
||||||
role: "Designer",
|
|
||||||
company: "Coolum",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traveller-london-city-with-atumn-vibes_23-2149104645.jpg",
|
|
||||||
imageAlt: "surf enthusiast portrait beach",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Tom Baker", role: "Beach Bum", company: "Mooloolaba", rating: 5,
|
||||||
name: "Tom Baker",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-going-thrifting_23-2150082934.jpg", imageAlt: "surf lifestyle apparel customer"},
|
||||||
role: "Beach Bum",
|
|
||||||
company: "Mooloolaba",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-going-thrifting_23-2150082934.jpg",
|
|
||||||
imageAlt: "surf lifestyle apparel customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "",
|
value: "", label: ""},
|
||||||
label: "",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "4.7",
|
value: "4.7", label: "average rating with thousands of positive reviews"},
|
||||||
label: "average rating with thousands of positive reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "",
|
value: "", label: ""},
|
||||||
label: "",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Community Love"
|
title="Community Love"
|
||||||
description="What our local surf community says."
|
description="What our local surf community says."
|
||||||
@@ -351,20 +215,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Are your wool products sustainable?", content: "Yes, we focus on eco-friendly, durable wool sources."},
|
||||||
title: "Are your wool products sustainable?",
|
|
||||||
content: "Yes, we focus on eco-friendly, durable wool sources.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Do you ship across Australia?", content: "We ship everywhere in Australia."},
|
||||||
title: "Do you ship across Australia?",
|
|
||||||
content: "We ship everywhere in Australia.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "How do I choose the right fit?", content: "Check our size guide on each product page."},
|
||||||
title: "How do I choose the right fit?",
|
|
||||||
content: "Check our size guide on each product page.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Get answers about our threads."
|
description="Get answers about our threads."
|
||||||
@@ -376,8 +231,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Newsletter"
|
tag="Newsletter"
|
||||||
title="Join the Crew"
|
title="Join the Crew"
|
||||||
description="Get vintage surf vibes and exclusive winter drops."
|
description="Get vintage surf vibes and exclusive winter drops."
|
||||||
@@ -389,29 +243,19 @@ export default function LandingPage() {
|
|||||||
logoText="Blue sea "
|
logoText="Blue sea "
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Winter Attire",
|
label: "Winter Attire", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Boardshorts",
|
label: "Boardshorts", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our History",
|
label: "Our History", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -420,4 +264,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user