Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 14:20:15 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Bookmark, Building, Cog, Crown, Diamond, HelpCircle, Leaf, ShoppingCart, Sparkles, Tag, Utensils } from "lucide-react";
import { Bookmark, Building, Cog, Crown, Diamond, HelpCircle, Leaf, MessageSquareText, ShoppingCart, Sparkles, Tag, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,41 +33,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements_23-2148851556.jpg"
logoAlt="Wood & Bite Logo"
brandName="Wood & Bite"
button={{
text: "Shop Now",
href: "#products",
}}
text: "Shop Now", href: "#products"}}
animateOnLoad={true}
/>
</div>
@@ -78,81 +62,42 @@ export default function LandingPage() {
description="At Wood & Bite, we passionately create exquisite handcrafted wooden pieces and thoughtfully curated artisanal provisions, bringing natural beauty and delightful flavors to your home."
testimonials={[
{
name: "Sarah J.",
handle: "@WoodLover",
testimonial: "The cutting board is absolutely stunning and the quality is exceptional. It's a centerpiece in my kitchen!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-carpenter-holding-wood-material-thumbs-up-his-carpentry-workshop_342744-668.jpg",
imageAlt: "Sarah J.",
},
name: "Sarah J.", handle: "@WoodLover", testimonial: "The cutting board is absolutely stunning and the quality is exceptional. It's a centerpiece in my kitchen!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-carpenter-holding-wood-material-thumbs-up-his-carpentry-workshop_342744-668.jpg", imageAlt: "Sarah J."},
{
name: "Mark L.",
handle: "@HappyCustomer",
testimonial: "I ordered a custom serving tray and it exceeded all my expectations. Truly a work of art.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd-having-psychologist-session_23-2149307603.jpg",
imageAlt: "Mark L.",
},
name: "Mark L.", handle: "@HappyCustomer", testimonial: "I ordered a custom serving tray and it exceeded all my expectations. Truly a work of art.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/military-man-suffering-from-ptsd-having-psychologist-session_23-2149307603.jpg", imageAlt: "Mark L."},
{
name: "Emily R.",
handle: "@GourmetFan",
testimonial: "The small bites that came with my order were a delightful surprise. Perfect pairing with their wooden bowls.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-breaking-eggs-pastry_23-2147758349.jpg",
imageAlt: "Emily R.",
},
name: "Emily R.", handle: "@GourmetFan", testimonial: "The small bites that came with my order were a delightful surprise. Perfect pairing with their wooden bowls.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-breaking-eggs-pastry_23-2147758349.jpg", imageAlt: "Emily R."},
{
name: "David K.",
handle: "@HomeDecor",
testimonial: "Wood & Bite products add such warmth and elegance to my living space. Highly recommend their craftsmanship.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/craftsman-carving-wood-create-violin-music-instrument_342744-1442.jpg",
imageAlt: "David K.",
},
name: "David K.", handle: "@HomeDecor", testimonial: "Wood & Bite products add such warmth and elegance to my living space. Highly recommend their craftsmanship.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/craftsman-carving-wood-create-violin-music-instrument_342744-1442.jpg", imageAlt: "David K."},
{
name: "Olivia M.",
handle: "@EcoConscious",
testimonial: "Love the sustainable approach and the beautiful, durable pieces. My new favorite shop for gifts!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-hostel_23-2150446747.jpg",
imageAlt: "Olivia M.",
},
name: "Olivia M.", handle: "@EcoConscious", testimonial: "Love the sustainable approach and the beautiful, durable pieces. My new favorite shop for gifts!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-hostel_23-2150446747.jpg", imageAlt: "Olivia M."},
]}
testimonialRotationInterval={5000}
tag="Handcrafted Quality"
tagAnimation="slide-up"
buttons={[
{
text: "Explore Woodcraft",
href: "#products",
},
text: "Explore Woodcraft", href: "#products"},
{
text: "Our Story",
href: "#about",
},
text: "Our Story", href: "#about"},
]}
buttonAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
alt: "Customer Sarah",
},
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", alt: "Customer Sarah"},
{
src: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg",
alt: "Customer Mark",
},
src: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924142.jpg", alt: "Customer Mark"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-elderly-woman-colorful-dress-outside-autumn-street_1303-29574.jpg",
alt: "Customer Emily",
},
src: "http://img.b2bpic.net/free-photo/beautiful-elderly-woman-colorful-dress-outside-autumn-street_1303-29574.jpg", alt: "Customer Emily"},
{
src: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg",
alt: "Customer David",
},
src: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", alt: "Customer David"},
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Satisfied customer"},
]}
avatarText="Join our community of satisfied customers"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-eucalyptus-arrangement_23-2149440647.jpg"
@@ -175,26 +120,18 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Meet Our Artisans",
href: "#team",
},
text: "Meet Our Artisans", href: "#team"},
]}
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Sustainable Sourcing",
description: "We are committed to using ethically sourced, sustainable timber for all our creations.",
icon: Leaf,
title: "Sustainable Sourcing", description: "We are committed to using ethically sourced, sustainable timber for all our creations.", icon: Leaf,
},
{
title: "Handcrafted Excellence",
description: "Each item is meticulously crafted by hand, ensuring unique artistry and lasting durability.",
icon: Cog,
title: "Handcrafted Excellence", description: "Each item is meticulously crafted by hand, ensuring unique artistry and lasting durability.", icon: Cog,
},
{
title: "Artisanal Pairings",
description: "Discover gourmet 'bites' carefully selected to complement the natural beauty of our wood pieces.",
icon: Utensils,
title: "Artisanal Pairings", description: "Discover gourmet 'bites' carefully selected to complement the natural beauty of our wood pieces.", icon: Utensils,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-professional-stainless-coffee-pot_613910-8830.jpg"
@@ -210,21 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Mass-produced, generic designs",
"Poor quality, easily breakable wood",
"Unsustainable sourcing practices",
"Lack of unique character",
"Limited aesthetic appeal",
],
"Mass-produced, generic designs", "Poor quality, easily breakable wood", "Unsustainable sourcing practices", "Lack of unique character", "Limited aesthetic appeal"],
}}
positiveCard={{
items: [
"Unique, one-of-a-kind designs",
"Premium, durable natural wood",
"Eco-friendly & sustainable materials",
"Rich character & artisanal finishes",
"Versatile and timeless elegance",
],
"Unique, one-of-a-kind designs", "Premium, durable natural wood", "Eco-friendly & sustainable materials", "Rich character & artisanal finishes", "Versatile and timeless elegance"],
}}
title="The Wood & Bite Difference"
description="Discover why our handcrafted products stand out from the rest. We prioritize quality, sustainability, and unique design in every piece we create."
@@ -233,9 +160,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "View Our Craft",
href: "#products",
},
text: "View Our Craft", href: "#products"},
]}
buttonAnimation="slide-up"
/>
@@ -250,47 +175,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "product-1",
name: "Artisan Cutting Board",
price: "$75.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pieces-cake-pieces-cake-with-chocolate-strawberries-brown-kitchen-board-dark-table_140725-117525.jpg",
imageAlt: "Artisan Wooden Cutting Board",
},
id: "product-1", name: "Artisan Cutting Board", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pieces-cake-pieces-cake-with-chocolate-strawberries-brown-kitchen-board-dark-table_140725-117525.jpg", imageAlt: "Artisan Wooden Cutting Board"},
{
id: "product-2",
name: "Hand-Carved Wooden Bowl",
price: "$55.00",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-spiral-macaroni-with-pepper-wooden-board_114579-76472.jpg",
imageAlt: "Hand-Carved Wooden Bowl",
},
id: "product-2", name: "Hand-Carved Wooden Bowl", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-spiral-macaroni-with-pepper-wooden-board_114579-76472.jpg", imageAlt: "Hand-Carved Wooden Bowl"},
{
id: "product-3",
name: "Geometric Coaster Set",
price: "$30.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-brown-plates-different-sized-empty-isolated-light-grey-surface_140725-49197.jpg",
imageAlt: "Geometric Wooden Coaster Set",
},
id: "product-3", name: "Geometric Coaster Set", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-brown-plates-different-sized-empty-isolated-light-grey-surface_140725-49197.jpg", imageAlt: "Geometric Wooden Coaster Set"},
{
id: "product-4",
name: "Eco Kitchen Utensil Set",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-top-view_114579-12669.jpg",
imageAlt: "Eco-Friendly Wooden Kitchen Utensil Set",
},
id: "product-4", name: "Eco Kitchen Utensil Set", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/set-wooden-kitchen-utensils-top-view_114579-12669.jpg", imageAlt: "Eco-Friendly Wooden Kitchen Utensil Set"},
{
id: "product-5",
name: "Rustic Serving Tray",
price: "$85.00",
imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-near-saucer-with-sweet-turkish-delights-tray_23-2148111669.jpg",
imageAlt: "Rustic Wooden Serving Tray",
},
id: "product-5", name: "Rustic Serving Tray", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-near-saucer-with-sweet-turkish-delights-tray_23-2148111669.jpg", imageAlt: "Rustic Wooden Serving Tray"},
{
id: "product-6",
name: "Custom Spice Rack",
price: "$120.00",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-chopping-board-raw-brown-pasta-with-spices-blue-background_114579-64459.jpg",
imageAlt: "Custom Wooden Spice Rack",
},
id: "product-6", name: "Custom Spice Rack", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-chopping-board-raw-brown-pasta-with-spices-blue-background_114579-64459.jpg", imageAlt: "Custom Wooden Spice Rack"},
]}
title="Our Handcrafted Wood Collection"
description="Explore our exquisite range of wooden homeware, meticulously crafted to bring warmth and elegance to your space. Each piece tells a story of artistry and nature."
@@ -299,9 +194,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "View All Products",
href: "#products",
},
text: "View All Products", href: "#products"},
]}
buttonAnimation="slide-up"
/>
@@ -315,63 +208,31 @@ export default function LandingPage() {
carouselMode="buttons"
plans={[
{
id: "plan-1",
badge: "Standard",
badgeIcon: Bookmark,
price: "Starting at $50",
subtitle: "Small Batch & Ready-Made Items",
buttons: [
id: "plan-1", badge: "Standard", badgeIcon: Bookmark,
price: "Starting at $50", subtitle: "Small Batch & Ready-Made Items", buttons: [
{
text: "Browse Products",
href: "#products",
},
text: "Browse Products", href: "#products"},
],
features: [
"Access to all ready-made items",
"Standard wood types (Maple, Oak)",
"Ready-to-ship inventory",
"Quality craftsmanship guarantee",
],
"Access to all ready-made items", "Standard wood types (Maple, Oak)", "Ready-to-ship inventory", "Quality craftsmanship guarantee"],
},
{
id: "plan-2",
badge: "Premium",
badgeIcon: Crown,
price: "Starting at $150",
subtitle: "Personalized & Custom Orders",
buttons: [
id: "plan-2", badge: "Premium", badgeIcon: Crown,
price: "Starting at $150", subtitle: "Personalized & Custom Orders", buttons: [
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
],
features: [
"Custom design consultations",
"Choice of premium wood types (Walnut, Cherry)",
"Engraving & personalization options",
"Exclusive seasonal 'bites' pairing",
"Dedicated artisan support",
],
"Custom design consultations", "Choice of premium wood types (Walnut, Cherry)", "Engraving & personalization options", "Exclusive seasonal 'bites' pairing", "Dedicated artisan support"],
},
{
id: "plan-3",
badge: "Wholesale",
badgeIcon: Building,
price: "Contact for Quote",
subtitle: "Bulk Orders for Businesses",
buttons: [
id: "plan-3", badge: "Wholesale", badgeIcon: Building,
price: "Contact for Quote", subtitle: "Bulk Orders for Businesses", buttons: [
{
text: "Contact Sales",
href: "#contact",
},
text: "Contact Sales", href: "#contact"},
],
features: [
"Discounted bulk pricing",
"Branding & packaging options",
"Volume production capabilities",
"Dedicated account manager",
"Partnership opportunities",
],
"Discounted bulk pricing", "Branding & packaging options", "Volume production capabilities", "Dedicated account manager", "Partnership opportunities"],
},
]}
title="Our Crafting & Service Plans"
@@ -381,9 +242,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
buttonAnimation="slide-up"
/>
@@ -394,50 +253,24 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-young-caucasian-girl-with-wide-smile-looks-camera-blurred-background-brunette-with-long-hair-wears-green-shirt-emotions-people-concept_197531-32280.jpg",
imageAlt: "Sarah J.",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-young-caucasian-girl-with-wide-smile-looks-camera-blurred-background-brunette-with-long-hair-wears-green-shirt-emotions-people-concept_197531-32280.jpg", imageAlt: "Sarah J."},
{
id: "2",
name: "Mark L.",
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-apron-hat-holding-blank-speech-bubble-sign-looking-camera-smiling-broadly-showing-ok-sign-standing-orange-background_141793-49261.jpg",
imageAlt: "Mark L.",
},
id: "2", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-apron-hat-holding-blank-speech-bubble-sign-looking-camera-smiling-broadly-showing-ok-sign-standing-orange-background_141793-49261.jpg", imageAlt: "Mark L."},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-with-blank-paper-surrounded-with-tasty-cheese-ingredients-textured-wood_23-2148101761.jpg",
imageAlt: "Emily R.",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-with-blank-paper-surrounded-with-tasty-cheese-ingredients-textured-wood_23-2148101761.jpg", imageAlt: "Emily R."},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-woman-taking-care-plants_23-2150655716.jpg",
imageAlt: "David K.",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-woman-taking-care-plants_23-2150655716.jpg", imageAlt: "David K."},
{
id: "5",
name: "Olivia M.",
imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg",
imageAlt: "Olivia M.",
},
id: "5", name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg", imageAlt: "Olivia M."},
{
id: "6",
name: "Jessica & Tom",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-object_23-2148732447.jpg",
imageAlt: "Jessica & Tom",
},
id: "6", name: "Jessica & Tom", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-object_23-2148732447.jpg", imageAlt: "Jessica & Tom"},
]}
cardTitle="What Our Valued Customers Say"
cardTag="Trusted by Many"
cardTagIcon={MessageSquareText}
buttons={[
{
text: "Read All Reviews",
href: "#testimonials",
},
text: "Read All Reviews", href: "#testimonials"},
]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
@@ -450,35 +283,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What types of wood do you use?",
content: "We primarily use sustainable hardwoods like maple, oak, walnut, and cherry, chosen for their durability and beautiful grain. We also offer exotic woods for custom orders.",
},
id: "faq-1", title: "What types of wood do you use?", content: "We primarily use sustainable hardwoods like maple, oak, walnut, and cherry, chosen for their durability and beautiful grain. We also offer exotic woods for custom orders."},
{
id: "faq-2",
title: "Do you offer custom designs?",
content: "Yes, absolutely! We love bringing your unique ideas to life. Please reach out via our contact form to discuss your custom project, and we'll provide a personalized quote.",
},
id: "faq-2", title: "Do you offer custom designs?", content: "Yes, absolutely! We love bringing your unique ideas to life. Please reach out via our contact form to discuss your custom project, and we'll provide a personalized quote."},
{
id: "faq-3",
title: "How do I care for my wooden items?",
content: "For most items, we recommend hand washing with mild soap and water, then drying immediately. Periodic oiling with food-safe mineral oil will help maintain their luster and prevent drying.",
},
id: "faq-3", title: "How do I care for my wooden items?", content: "For most items, we recommend hand washing with mild soap and water, then drying immediately. Periodic oiling with food-safe mineral oil will help maintain their luster and prevent drying."},
{
id: "faq-4",
title: "What are the 'bites' you offer?",
content: "Our 'bites' are artisanal gourmet food items, such as specialty crackers, cheeses, or preserves, carefully selected to complement our wooden serving ware. They are included with premium custom orders or available as curated gift sets.",
},
id: "faq-4", title: "What are the 'bites' you offer?", content: "Our 'bites' are artisanal gourmet food items, such as specialty crackers, cheeses, or preserves, carefully selected to complement our wooden serving ware. They are included with premium custom orders or available as curated gift sets."},
{
id: "faq-5",
title: "What is your shipping policy?",
content: "We offer nationwide shipping within [Your Country]. Standard shipping typically takes 5-7 business days. Expedited options are available at checkout. International shipping can be arranged upon request.",
},
id: "faq-5", title: "What is your shipping policy?", content: "We offer nationwide shipping within [Your Country]. Standard shipping typically takes 5-7 business days. Expedited options are available at checkout. International shipping can be arranged upon request."},
{
id: "faq-6",
title: "What is your return policy?",
content: "We strive for complete satisfaction. If you're not happy with your purchase, please contact us within 14 days of receipt for a return or exchange. Custom orders may be subject to specific return conditions.",
},
id: "faq-6", title: "What is your return policy?", content: "We strive for complete satisfaction. If you're not happy with your purchase, please contact us within 14 days of receipt for a return or exchange. Custom orders may be subject to specific return conditions."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our products, services, and policies."
@@ -487,9 +302,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Contact Us Directly",
href: "#contact",
},
text: "Contact Us Directly", href: "#contact"},
]}
buttonAnimation="slide-up"
faqsAnimation="slide-up"
@@ -503,22 +316,14 @@ export default function LandingPage() {
description="Have a question about our products, want to discuss a custom order, or just want to say hello? Fill out the form below, and we'll get back to you promptly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message or Custom Order Details",
rows: 5,
name: "message", placeholder: "Your Message or Custom Order Details", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/rich-dark-wood-grain-texture-background_84443-74879.jpg"
@@ -538,66 +343,39 @@ export default function LandingPage() {
logoText="Wood & Bite"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "Custom Orders",
href: "#pricing",
},
label: "Custom Orders", href: "#pricing"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Shipping & Returns",
href: "#",
},
label: "Shipping & Returns", href: "#"},
{
label: "Customer Reviews",
href: "#testimonials",
},
label: "Customer Reviews", href: "#testimonials"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Pinterest",
href: "https://pinterest.com",
},
label: "Pinterest", href: "https://pinterest.com"},
{
label: "Our Blog",
href: "#",
},
label: "Our Blog", href: "#"},
],
},
]}