Merge version_1 into main #2
341
src/app/page.tsx
341
src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Gliders",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Care",
|
||||
id: "care",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Gliders", id: "products" },
|
||||
{ name: "Care", id: "care" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Aether Gliders"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,76 +46,14 @@ export default function LandingPage() {
|
||||
title="Rare, Exquisitely Cared For."
|
||||
description="Discover the pinnacle of sugar glider companionship. Bred for health, temperament, and beauty in an environment of complete transparency."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor V.",
|
||||
handle: "@eleanor",
|
||||
testimonial: "The experience was truly bespoke. My gliders arrived perfectly socialized.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus R.",
|
||||
handle: "@marcus",
|
||||
testimonial: "An incredible level of detail and support throughout the process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-beagle-dog-with-brown-ears-looking-away-while-smiling-brunette-girl-sitting-beside_197531-4785.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sophie K.",
|
||||
handle: "@sophie",
|
||||
testimonial: "The most professional breeder I have ever worked with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-black-t-shirt-holding-dog_273609-22772.jpg",
|
||||
},
|
||||
{
|
||||
name: "Isabella M.",
|
||||
handle: "@isabella",
|
||||
testimonial: "Transparency and ethics define their process. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julian D.",
|
||||
handle: "@julian",
|
||||
testimonial: "Beautiful, healthy, and incredibly social. Truly premium service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
|
||||
},
|
||||
{ name: "Eleanor V.", handle: "@eleanor", testimonial: "The experience was truly bespoke. My gliders arrived perfectly socialized.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg" },
|
||||
{ name: "Marcus R.", handle: "@marcus", testimonial: "An incredible level of detail and support throughout the process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-beagle-dog-with-brown-ears-looking-away-while-smiling-brunette-girl-sitting-beside_197531-4785.jpg" },
|
||||
{ name: "Sophie K.", handle: "@sophie", testimonial: "The most professional breeder I have ever worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-black-t-shirt-holding-dog_273609-22772.jpg" },
|
||||
{ name: "Isabella M.", handle: "@isabella", testimonial: "Transparency and ethics define their process. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg" },
|
||||
{ name: "Julian D.", handle: "@julian", testimonial: "Beautiful, healthy, and incredibly social. Truly premium service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Available Gliders",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Reserve Yours",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rodent_23-2150793431.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
alt: "Client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-hostess-dog-are-sitting-together-windowsill-indoors-sweet-home-real-life-concept_197531-31406.jpg",
|
||||
alt: "Client portrait",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our community of elite owners"
|
||||
buttons={[{ text: "View Available Gliders", href: "#products" }, { text: "Reserve Yours", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rodent_23-2150793431.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,15 +61,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Ethical Breeding Philosophy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-sitting-table-while-her-cat-is-sitting-table_613910-13236.jpg",
|
||||
alt: "Breeding philosophy",
|
||||
},
|
||||
{ type: "text", content: "Our Ethical Breeding Philosophy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-sitting-table-while-her-cat-is-sitting-table_613910-13236.jpg", alt: "Breeding philosophy" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,62 +74,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
brand: "Aether",
|
||||
name: "Classic Grey Male",
|
||||
price: "€1,200",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-brown-dog-pet-shop_23-2148872592.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
brand: "Aether",
|
||||
name: "White Face Female",
|
||||
price: "€1,500",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-monkeys-portrait-pink-background_23-2150822693.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
brand: "Aether",
|
||||
name: "Mosaic Male",
|
||||
price: "€2,100",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-fur-texture-pattern_58702-11593.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
brand: "Aether",
|
||||
name: "Classic Female",
|
||||
price: "€1,200",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-possum-tree_23-2150912769.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
brand: "Aether",
|
||||
name: "Cremino Male",
|
||||
price: "€2,500",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-possum-nature_23-2150912542.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
brand: "Aether",
|
||||
name: "Leucistic Female",
|
||||
price: "€3,000",
|
||||
rating: 5,
|
||||
reviewCount: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-lizard-branch-green-lizard-sunbathing-wood_488145-661.jpg",
|
||||
},
|
||||
{ id: "g1", brand: "Aether", name: "Classic Grey Male", price: "€1,200", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cute-brown-dog-pet-shop_23-2148872592.jpg" },
|
||||
{ id: "g2", brand: "Aether", name: "White Face Female", price: "€1,500", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-monkeys-portrait-pink-background_23-2150822693.jpg" },
|
||||
{ id: "g3", brand: "Aether", name: "Mosaic Male", price: "€2,100", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/photo-fur-texture-pattern_58702-11593.jpg" },
|
||||
{ id: "g4", brand: "Aether", name: "Classic Female", price: "€1,200", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-possum-tree_23-2150912769.jpg" },
|
||||
{ id: "g5", brand: "Aether", name: "Cremino Male", price: "€2,500", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-possum-nature_23-2150912542.jpg" },
|
||||
{ id: "g6", brand: "Aether", name: "Leucistic Female", price: "€3,000", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/green-lizard-branch-green-lizard-sunbathing-wood_488145-661.jpg" }
|
||||
]}
|
||||
title="Available Gliders"
|
||||
description="Discover our premium range of ethically bred, healthy, and highly social sugar gliders."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,30 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Habitat Excellence",
|
||||
descriptions: [
|
||||
"Custom environments mimicking natural arboreal lifestyles.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150631.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Nutritional Purity",
|
||||
descriptions: [
|
||||
"Balanced diets formulated by avian and exotic animal experts.",
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uat1gc",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Social Bonding",
|
||||
descriptions: [
|
||||
"Proactive socialization programs started from infancy.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150604.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Habitat Excellence", descriptions: ["Custom environments mimicking natural arboreal lifestyles."], imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150631.jpg" },
|
||||
{ id: "f2", title: "Nutritional Purity", descriptions: ["Balanced diets formulated by avian and exotic animal experts."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uat1gc" },
|
||||
{ id: "f3", title: "Social Bonding", descriptions: ["Proactive socialization programs started from infancy."], imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cute-dog_23-2151150604.jpg" }
|
||||
]}
|
||||
title="Comprehensive Care & Bonding"
|
||||
description="Every glider we rehome comes with a lifetime commitment to its well-being. We provide extensive guides for habitat, nutrition, and social bonding."
|
||||
@@ -254,61 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Isabella M.",
|
||||
date: "Jan 2024",
|
||||
title: "Exceptional Care",
|
||||
quote: "The most professional breeder I have ever worked with.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/amazed-young-man-glasses-hugging-his-dog-pet-owner-pug-staring-upper-left-corner-promo-offer-standing-white-background_1258-75848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rodent_23-2150793431.jpg?_wi=2",
|
||||
imageAlt: "happy pet owner lifestyle portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian D.",
|
||||
date: "Dec 2023",
|
||||
title: "Beyond Expectations",
|
||||
quote: "Beautiful, healthy, and incredibly social. Truly premium.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/white-beagle-dog-with-brown-ears-looking-away-while-smiling-brunette-girl-sitting-beside_197531-4785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-brown-dog-pet-shop_23-2148872592.jpg?_wi=2",
|
||||
imageAlt: "happy pet owner lifestyle portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie K.",
|
||||
date: "Nov 2023",
|
||||
title: "A Lifetime Partner",
|
||||
quote: "The support provided after adoption is unmatched.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-black-t-shirt-holding-dog_273609-22772.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-monkeys-portrait-pink-background_23-2150822693.jpg?_wi=2",
|
||||
imageAlt: "happy pet owner lifestyle portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus R.",
|
||||
date: "Oct 2023",
|
||||
title: "Stunning Beauty",
|
||||
quote: "My Mosaic glider is the pride of my home.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-fur-texture-pattern_58702-11593.jpg?_wi=2",
|
||||
imageAlt: "happy pet owner lifestyle portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe S.",
|
||||
date: "Sep 2023",
|
||||
title: "Trust & Quality",
|
||||
quote: "Transparency and ethics define their process.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adorable-possum-tree_23-2150912769.jpg?_wi=2",
|
||||
imageAlt: "happy pet owner lifestyle portrait",
|
||||
},
|
||||
{ id: "t1", name: "Isabella M.", date: "Jan 2024", title: "Exceptional Care", quote: "The most professional breeder I have ever worked with.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/amazed-young-man-glasses-hugging-his-dog-pet-owner-pug-staring-upper-left-corner-promo-offer-standing-white-background_1258-75848.jpg" },
|
||||
{ id: "t2", name: "Julian D.", date: "Dec 2023", title: "Beyond Expectations", quote: "Beautiful, healthy, and incredibly social. Truly premium.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/white-beagle-dog-with-brown-ears-looking-away-while-smiling-brunette-girl-sitting-beside_197531-4785.jpg" },
|
||||
{ id: "t3", name: "Sophie K.", date: "Nov 2023", title: "A Lifetime Partner", quote: "The support provided after adoption is unmatched.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-man-wearing-black-t-shirt-holding-dog_273609-22772.jpg" },
|
||||
{ id: "t4", name: "Marcus R.", date: "Oct 2023", title: "Stunning Beauty", quote: "My Mosaic glider is the pride of my home.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg" },
|
||||
{ id: "t5", name: "Chloe S.", date: "Sep 2023", title: "Trust & Quality", quote: "Transparency and ethics define their process.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg" }
|
||||
]}
|
||||
title="Excellence Appreciated"
|
||||
description="Hear from those who have entrusted Aether Gliders with their new family members."
|
||||
@@ -321,27 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Health Guaranteed",
|
||||
description: "Rigorous screening for every glider.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-2022-3d-render-transparent-psd-file_460848-6845.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12+",
|
||||
title: "States Covered",
|
||||
description: "Safe, private transport solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/exclusive-benefit-line-icons-with-reward-symbol-vip-member-card-discount-voucher-sale-coupon_88138-1863.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
description: "Lifetime advice for every family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/premium-quality-badge-vector-set_53876-77994.jpg",
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Health Guaranteed", description: "Rigorous screening for every glider.", imageSrc: "http://img.b2bpic.net/free-photo/happy-new-year-2022-3d-render-transparent-psd-file_460848-6845.jpg" },
|
||||
{ id: "m2", value: "12+", title: "States Covered", description: "Safe, private transport solutions.", imageSrc: "http://img.b2bpic.net/free-vector/exclusive-benefit-line-icons-with-reward-symbol-vip-member-card-discount-voucher-sale-coupon_88138-1863.jpg" },
|
||||
{ id: "m3", value: "24/7", title: "Support Availability", description: "Lifetime advice for every family.", imageSrc: "http://img.b2bpic.net/free-vector/premium-quality-badge-vector-set_53876-77994.jpg" }
|
||||
]}
|
||||
title="Why Choose Aether"
|
||||
description="Excellence in numbers."
|
||||
@@ -353,40 +137,21 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Step 1: Application",
|
||||
content: "Complete our background and habitat assessment.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Step 2: Consultation",
|
||||
content: "A personalized call to match your lifestyle and glider temperament.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Step 3: Reservation",
|
||||
content: "Secure your glider with a deposit and finalize your bonding prep.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Step 4: Adoption",
|
||||
content: "White-glove delivery or secure pickup at our facility.",
|
||||
},
|
||||
{ id: "q1", title: "Step 1: Application", content: "Complete our background and habitat assessment." },
|
||||
{ id: "q2", title: "Step 2: Consultation", content: "A personalized call to match your lifestyle and glider temperament." },
|
||||
{ id: "q3", title: "Step 3: Reservation", content: "Secure your glider with a deposit and finalize your bonding prep." },
|
||||
{ id: "q4", title: "Step 4: Adoption", content: "White-glove delivery or secure pickup at our facility." }
|
||||
]}
|
||||
title="Adoption Process"
|
||||
description="A refined, transparent path to welcoming a new family member."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-fur-texture-pattern_58702-13304.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Inquire Now"
|
||||
title="Begin Your Journey"
|
||||
description="Ready to welcome a premium Aether glider into your home? Get in touch today."
|
||||
@@ -396,36 +161,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Available Gliders",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Care Guides",
|
||||
href: "#care",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Available Gliders", href: "#products" }, { label: "Care Guides", href: "#care" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Aether Gliders. All rights reserved."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
|
||||
Reference in New Issue
Block a user