Merge version_1 into main #2
429
src/app/page.tsx
429
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Book, Coffee, Heart, Mountain, Scissors, Star, Sun, Users } from "lucide-react";
|
||||
import { Book, Coffee, Heart, Mountain, Scissors, Star, Sun, Users, Footprints } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,131 +32,33 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Activities",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Activities", id: "features" },
|
||||
{ name: "Gallery", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Alpaca AZ"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Where Alpaca Magic Meets Azerbaijan Spirit"
|
||||
description="Experience the softest luxury and the friendliest mountain adventures in the heart of the Caucasus."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Aydin M.",
|
||||
handle: "@aydin",
|
||||
testimonial: "Truly a transformative experience in the clouds!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-lovely-cheerful-european-woman-has-broad-tender-smile-long-straight-hair-wears-red-hat_273609-26923.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena K.",
|
||||
handle: "@elena",
|
||||
testimonial: "The alpacas were so friendly, I never wanted to leave.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-brunette-woman-stylish-summer-dress-enjoys-sunny-windy-weather-outside-lady-floral-outfit-sits-sea-mountain-background-smiles_197531-29957.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sami R.",
|
||||
handle: "@sami",
|
||||
testimonial: "Luxury that feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-long-bearded-young-man-standing-front-green-leaves_23-2148176557.jpg",
|
||||
},
|
||||
{
|
||||
name: "Leyla J.",
|
||||
handle: "@leyla",
|
||||
testimonial: "Incredible memories made in a few hours.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg",
|
||||
},
|
||||
{
|
||||
name: "Omar K.",
|
||||
handle: "@omar",
|
||||
testimonial: "Simply breathtaking scenery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/infinity-pool-overlooking-ocean-sunset_23-2151993707.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Adventure",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Gallery",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-wild-animal-nature_23-2151746887.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591394.jpg",
|
||||
alt: "Happy guest one",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/desert-oasis-house-aesthetic_23-2151949118.jpg",
|
||||
alt: "Happy guest two",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mediterranean-dream-villa-aesthetic_23-2151949116.jpg",
|
||||
alt: "Happy guest three",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-house-with-trees_23-2150259795.jpg",
|
||||
alt: "Happy guest four",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-lovely-cheerful-european-woman-has-broad-tender-smile-long-straight-hair-wears-red-hat_273609-26923.jpg",
|
||||
alt: "Happy guest five",
|
||||
},
|
||||
{ name: "Aydin M.", handle: "@aydin", testimonial: "Truly a transformative experience in the clouds!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-lovely-cheerful-european-woman-has-broad-tender-smile-long-straight-hair-wears-red-hat_273609-26923.jpg" },
|
||||
{ name: "Elena K.", handle: "@elena", testimonial: "The alpacas were so friendly, I never wanted to leave.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-brunette-woman-stylish-summer-dress-enjoys-sunny-windy-weather-outside-lady-floral-outfit-sits-sea-mountain-background-smiles_197531-29957.jpg" },
|
||||
{ name: "Sami R.", handle: "@sami", testimonial: "Luxury that feels like home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-long-bearded-young-man-standing-front-green-leaves_23-2148176557.jpg" },
|
||||
{ name: "Leyla J.", handle: "@leyla", testimonial: "Incredible memories made in a few hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-tanned-man-with-backpack-leans-white-fence-good-humored-guy-dark-tshirt-shorts-smiles-background-city_197531-30047.jpg" },
|
||||
{ name: "Omar K.", handle: "@omar", testimonial: "Simply breathtaking scenery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/infinity-pool-overlooking-ocean-sunset_23-2151993707.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Book Your Adventure", href: "#contact" }, { text: "View Gallery", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-wild-animal-nature_23-2151746887.jpg"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591394.jpg", alt: "Guest" }, { src: "http://img.b2bpic.net/free-photo/desert-oasis-house-aesthetic_23-2151949118.jpg", alt: "Guest" }, { src: "http://img.b2bpic.net/free-photo/mediterranean-dream-villa-aesthetic_23-2151949116.jpg", alt: "Guest" }, { src: "http://img.b2bpic.net/free-photo/view-3d-house-with-trees_23-2150259795.jpg", alt: "Guest" }, { src: "http://img.b2bpic.net/free-photo/cropped-image-lovely-cheerful-european-woman-has-broad-tender-smile-long-straight-hair-wears-red-hat_273609-26923.jpg", alt: "Guest" }]}
|
||||
avatarText="Join 15,000+ Happy Adventurers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxurious Mountain Stays",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Guided Alpaca Treks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Craft Workshops",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sunset Picnics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Caucasus Heritage Tours",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,21 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Alpaca Facts & Figures"
|
||||
metrics={[
|
||||
{
|
||||
icon: Mountain,
|
||||
label: "Altitude Peaks",
|
||||
value: "3,000m+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Visitors",
|
||||
value: "15,000+",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Healthy Alpacas",
|
||||
value: "200+",
|
||||
},
|
||||
{ icon: Mountain, label: "Altitude Peaks", value: "3,000m+" },
|
||||
{ icon: Users, label: "Happy Visitors", value: "15,000+" },
|
||||
{ icon: Heart, label: "Healthy Alpacas", value: "200+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -191,66 +81,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Highland Treks",
|
||||
description: "Hike alongside our gentle alpacas.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool_53876-32435.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Footprints,
|
||||
text: "Easy trails",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Great views",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-wild-animal-nature_23-2151746887.jpg?_wi=2",
|
||||
imageAlt: "alpaca wool luxury texture",
|
||||
},
|
||||
{
|
||||
title: "Artisan Workshops",
|
||||
description: "Learn the ancient art of weaving.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Scissors,
|
||||
text: "Handmade",
|
||||
},
|
||||
{
|
||||
icon: Book,
|
||||
text: "Expert guidance",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-heart-shape-collection-isolated-white-background_40876-3590.jpg",
|
||||
imageAlt: "alpaca wool luxury texture",
|
||||
},
|
||||
{
|
||||
title: "Sunset Picnics",
|
||||
description: "Dine while the sun paints the sky.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669125.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Gourmet food",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Magical ambiance",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg?_wi=1",
|
||||
imageAlt: "alpaca wool luxury texture",
|
||||
},
|
||||
{ title: "Highland Treks", description: "Hike alongside our gentle alpacas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool_53876-32435.jpg" }, items: [{ icon: Footprints, text: "Easy trails" }, { icon: Sun, text: "Great views" }], reverse: false },
|
||||
{ title: "Artisan Workshops", description: "Learn the ancient art of weaving.", media: { imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg" }, items: [{ icon: Scissors, text: "Handmade" }, { icon: Book, text: "Expert guidance" }], reverse: true },
|
||||
{ title: "Sunset Picnics", description: "Dine while the sun paints the sky.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669125.jpg" }, items: [{ icon: Coffee, text: "Gourmet food" }, { icon: Star, text: "Magical ambiance" }], reverse: false }
|
||||
]}
|
||||
title="Our Magic Bento Activities"
|
||||
description="Explore the wonders of our park, curated for joy and tranquility."
|
||||
@@ -262,183 +95,27 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Silk Scarf",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-20198.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Wool Sweater",
|
||||
price: "$250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-wearing-beautiful-hat-gray-background_114579-60234.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Hat",
|
||||
price: "$80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-cogwheels-with-yellow-background-top-view_23-2149382409.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Luxury Blanket",
|
||||
price: "$400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Alpaca Socks",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-nose-with-blanket_23-2148882558.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Adventure Kit",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-climbing-top-mount-aizkorri-ascent_181624-49207.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Silk Scarf", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-20198.jpg" },
|
||||
{ id: "p2", name: "Wool Sweater", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-wearing-beautiful-hat-gray-background_114579-60234.jpg" },
|
||||
{ id: "p3", name: "Artisan Hat", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/colorful-cogwheels-with-yellow-background-top-view_23-2149382409.jpg" },
|
||||
{ id: "p4", name: "Luxury Blanket", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg" },
|
||||
{ id: "p5", name: "Alpaca Socks", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-nose-with-blanket_23-2148882558.jpg" },
|
||||
{ id: "p6", name: "Adventure Kit", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-climbing-top-mount-aizkorri-ascent_181624-49207.jpg" }
|
||||
]}
|
||||
title="Explore Our Luxury Goods"
|
||||
description="Premium handcrafted treasures from the heart of our farm."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TravelAZ",
|
||||
"SilkWay",
|
||||
"CaucasusExplorer",
|
||||
"MountainLuxe",
|
||||
"BakuStyle",
|
||||
"ArtisanWorld",
|
||||
"NatureTour",
|
||||
]}
|
||||
title="Trusted Partners"
|
||||
description="We collaborate with the best in travel and lifestyle."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sara",
|
||||
role: "Traveler",
|
||||
company: "VlogCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-old-woman-with-sheep_23-2151058756.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ben",
|
||||
role: "Photographer",
|
||||
company: "Lens",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-smiling-female-traveler-straw-hat-bikini-makes-selfie-against-tropical-background-satisfied-spend-summer-vacation-abroad-exotic-country-beauty-rest-concept_273609-3684.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kim",
|
||||
role: "Owner",
|
||||
company: "EcoLuxe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shepherd-with-dog-grazes-flock-lawn_1153-9936.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John",
|
||||
role: "Explorer",
|
||||
company: "Trekker",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-resting-river-shore-together_23-2148150010.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna",
|
||||
role: "Designer",
|
||||
company: "Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-blonde-woman-with-minimal-makeup-well-cared-comlexion-holds-pot-cactus-wears-hat-dress-tied-kerchief-isolated-beige-wall_273609-53400.jpg",
|
||||
},
|
||||
]}
|
||||
title="Voices of the Alpaca Tribe"
|
||||
description="Don't take our word for it—listen to our wonderful visitors."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Alpaca Insights"
|
||||
description="Dive deep into the life of alpacas and Azerbaijani heritage."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Culture",
|
||||
title: "The Art of Azerbaijani Weaving",
|
||||
excerpt: "Unraveling the mystery of ancient rugs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817482.jpg",
|
||||
authorName: "Aydin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-asian-happy-woman-blogger-tourist-silk-suit-scarf-sunglasses-vacation-travel-around-thailand-asian-boat-khao-sok-national-park_343596-1133.jpg",
|
||||
date: "Oct 12, 2025",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Alpacas",
|
||||
title: "Why Alpacas are the Best Hiking Buddies",
|
||||
excerpt: "Their calm nature transforms every trek.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-goat-eating-from-bush-beside-cliff-sandvig-bornholm_181624-18056.jpg",
|
||||
authorName: "Leyla",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347061.jpg",
|
||||
date: "Oct 10, 2025",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Farm Life",
|
||||
title: "A Day in the Farm Life",
|
||||
excerpt: "From dawn to dusk with the herd.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-hippie-girl-with-long-blond-hair-roof-drinking-mate-tea_1321-1619.jpg",
|
||||
authorName: "Sami",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-feeding-sheep_23-2149535207.jpg",
|
||||
date: "Oct 05, 2025",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Ready for Magic?"
|
||||
description="Send us a message and book your luxury alpaca experience today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What kind of experience are you looking for?",
|
||||
}}
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Full Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
|
||||
textarea={{ name: "message", placeholder: "What kind of experience are you looking for?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lake-forest_1312-4.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -446,50 +123,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Alpaca Azerbaijan"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Activities",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Explore", items: [{ label: "Activities", href: "#features" }, { label: "Products", href: "#products" }] }, { title: "Company", items: [{ label: "Blog", href: "#blog" }, { label: "Contact", href: "#contact" }] }, { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user