Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-09 19:08:55 +00:00

View File

@@ -13,7 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Building } from "lucide-react";
import { Building, WashingMachine, Microwave, Refrigerator, HardHat, PaintRoller, Cabinet, DoorOpen, DoorClosed, Window } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/screen-icon-front-side_187299-39667.jpg"
brandName="Lowe's Home Improvement"
@@ -66,51 +54,28 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Your Vision, Our Expertise: Building Dreams Together"
description="Transform your home with Lowe's Home Improvement. From minor repairs to major renovations, our extensive selection of products and professional installation services ensure every project is a success."
buttons={[
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
{
text: "Shop Products",
href: "#products",
},
text: "Shop Products", href: "#products"},
]}
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=1",
imageAlt: "Modern kitchen renovation with new appliances",
},
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg", imageAlt: "Modern kitchen renovation with new appliances"},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=1",
imageAlt: "Beautifully landscaped garden and patio area",
},
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg", imageAlt: "Beautifully landscaped garden and patio area"},
{
id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-furniture-with-shelves-inside-room_181624-20216.jpg",
imageAlt: "Bright living room with newly installed flooring",
},
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-furniture-with-shelves-inside-room_181624-20216.jpg", imageAlt: "Bright living room with newly installed flooring"},
{
id: "hero-carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tools-carpentry-desk_23-2148640259.jpg",
imageAlt: "Aisle of power tools and hardware supplies",
},
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tools-carpentry-desk_23-2148640259.jpg", imageAlt: "Aisle of power tools and hardware supplies"},
{
id: "hero-carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-people-celebrating-easter_23-2151297737.jpg",
imageAlt: "Showroom displaying modern kitchen appliances",
},
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-people-celebrating-easter_23-2151297737.jpg", imageAlt: "Showroom displaying modern kitchen appliances"},
{
id: "hero-carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg",
imageAlt: "Professional installation team working on a home project",
},
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg", imageAlt: "Professional installation team working on a home project"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -138,79 +103,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Appliance Installation",
description: "Professional setup for refrigerators, washers, dryers, dishwashers, and more, ensuring seamless integration into your home.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-touching-measuring-device-wall-near-power-socket_259150-58248.jpg",
imageAlt: "Professional installing a new kitchen appliance",
},
title: "Appliance Installation", description: "Professional setup for refrigerators, washers, dryers, dishwashers, and more, ensuring seamless integration into your home.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-touching-measuring-device-wall-near-power-socket_259150-58248.jpg", imageAlt: "Professional installing a new kitchen appliance"},
items: [
{
icon: WashingMachine,
text: "Washer & Dryer",
},
text: "Washer & Dryer"},
{
icon: Microwave,
text: "Cooktop & Oven",
},
text: "Cooktop & Oven"},
{
icon: Refrigerator,
text: "Refrigerator",
},
text: "Refrigerator"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/screen-icon-front-side_187299-39667.jpg",
imageAlt: "modern kitchen appliance installation",
reverse: false
},
{
title: "Flooring & Cabinetry",
description: "Expert installation of various flooring types and custom cabinetry solutions to enhance the aesthetics and functionality of your space.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-arranging-bride-s-hair_23-2149722009.jpg",
imageAlt: "Skilled craftsman installing hardwood flooring",
},
title: "Flooring & Cabinetry", description: "Expert installation of various flooring types and custom cabinetry solutions to enhance the aesthetics and functionality of your space.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-arranging-bride-s-hair_23-2149722009.jpg", imageAlt: "Skilled craftsman installing hardwood flooring"},
items: [
{
icon: HardHat,
text: "Hardwood & Tile",
},
text: "Hardwood & Tile"},
{
icon: PaintRoller,
text: "Laminate & Vinyl",
},
text: "Laminate & Vinyl"},
{
icon: Cabinet,
text: "Custom Cabinets",
},
text: "Custom Cabinets"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=2",
imageAlt: "modern kitchen appliance installation",
reverse: true
},
{
title: "Doors & Windows",
description: "Enhance your home's curb appeal and energy efficiency with our reliable interior and exterior door, and window installation services.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396662.jpg",
imageAlt: "Installing new kitchen cabinets",
},
title: "Doors & Windows", description: "Enhance your home's curb appeal and energy efficiency with our reliable interior and exterior door, and window installation services.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396662.jpg", imageAlt: "Installing new kitchen cabinets"},
items: [
{
icon: DoorOpen,
text: "Interior Doors",
},
text: "Interior Doors"},
{
icon: DoorClosed,
text: "Exterior Doors",
},
text: "Exterior Doors"},
{
icon: Window,
text: "Window Installation",
},
text: "Window Installation"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=2",
imageAlt: "modern kitchen appliance installation",
reverse: false
},
]}
title="Comprehensive Installation Services"
@@ -228,65 +166,23 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1",
brand: "Kobalt",
name: "Cordless Drill Set",
price: "$129.00",
rating: 4,
reviewCount: "850 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-making-craft-with-hot-glue-gun_23-2148193622.jpg",
imageAlt: "Kobalt Cordless Drill Set",
},
id: "1", brand: "Kobalt", name: "Cordless Drill Set", price: "$129.00", rating: 4,
reviewCount: "850 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-making-craft-with-hot-glue-gun_23-2148193622.jpg", imageAlt: "Kobalt Cordless Drill Set"},
{
id: "2",
brand: "Valspar",
name: "Interior Paint (Gallon)",
price: "$45.99",
rating: 5,
reviewCount: "1.2K Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-can_23-2149705358.jpg",
imageAlt: "Valspar Interior Paint",
},
id: "2", brand: "Valspar", name: "Interior Paint (Gallon)", price: "$45.99", rating: 5,
reviewCount: "1.2K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paint-can_23-2149705358.jpg", imageAlt: "Valspar Interior Paint"},
{
id: "3",
brand: "Craftsman",
name: "Electric Lawnmower",
price: "$299.00",
rating: 4,
reviewCount: "670 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/orange-grasscutter-standing-ground-green-grass_176532-14408.jpg",
imageAlt: "Craftsman Electric Lawnmower",
},
id: "3", brand: "Craftsman", name: "Electric Lawnmower", price: "$299.00", rating: 4,
reviewCount: "670 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/orange-grasscutter-standing-ground-green-grass_176532-14408.jpg", imageAlt: "Craftsman Electric Lawnmower"},
{
id: "4",
brand: "Allen + Roth",
name: "Ceiling Light Fixture",
price: "$89.99",
rating: 4,
reviewCount: "320 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-room-with-elegant-decoration-lighting-generated-by-ai_188544-21356.jpg",
imageAlt: "Allen + Roth Ceiling Light Fixture",
},
id: "4", brand: "Allen + Roth", name: "Ceiling Light Fixture", price: "$89.99", rating: 4,
reviewCount: "320 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-room-with-elegant-decoration-lighting-generated-by-ai_188544-21356.jpg", imageAlt: "Allen + Roth Ceiling Light Fixture"},
{
id: "5",
brand: "KOHLER",
name: "High-Efficiency Toilet",
price: "$189.00",
rating: 4,
reviewCount: "910 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg",
imageAlt: "KOHLER High-Efficiency Toilet",
},
id: "5", brand: "KOHLER", name: "High-Efficiency Toilet", price: "$189.00", rating: 4,
reviewCount: "910 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "KOHLER High-Efficiency Toilet"},
{
id: "6",
brand: "Rheem",
name: "Tankless Water Heater",
price: "$649.00",
rating: 5,
reviewCount: "480 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
imageAlt: "Rheem Tankless Water Heater",
},
id: "6", brand: "Rheem", name: "Tankless Water Heater", price: "$649.00", rating: 5,
reviewCount: "480 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Rheem Tankless Water Heater"},
]}
title="Shop Our Top-Rated Products"
description="Discover a vast selection of quality products for every home improvement need. From power tools to modern appliances, find everything you need to complete your projects."
@@ -301,29 +197,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "95%",
title: "Customer Satisfaction",
description: "Our commitment to quality service ensures happy customers with every project.",
imageSrc: "http://img.b2bpic.net/free-photo/customer-feedback-review_23-2151952995.jpg",
imageAlt: "Happy customer giving a thumbs up",
},
id: "m1", value: "95%", title: "Customer Satisfaction", description: "Our commitment to quality service ensures happy customers with every project.", imageSrc: "http://img.b2bpic.net/free-photo/customer-feedback-review_23-2151952995.jpg", imageAlt: "Happy customer giving a thumbs up"},
{
id: "m2",
value: "20K+",
title: "Projects Completed",
description: "Successfully transformed thousands of homes with our expert installation services.",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-afro-american-engineer-found-his-woman-coworker-sleeping-workplace_273609-14127.jpg",
imageAlt: "Blueprint and construction tools representing completed projects",
},
id: "m2", value: "20K+", title: "Projects Completed", description: "Successfully transformed thousands of homes with our expert installation services.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-afro-american-engineer-found-his-woman-coworker-sleeping-workplace_273609-14127.jpg", imageAlt: "Blueprint and construction tools representing completed projects"},
{
id: "m3",
value: "75+",
title: "Years of Experience",
description: "Building trust and expertise in the home improvement industry for decades.",
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg",
imageAlt: "Experienced builder working on a home",
},
id: "m3", value: "75+", title: "Years of Experience", description: "Building trust and expertise in the home improvement industry for decades.", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Experienced builder working on a home"},
]}
title="Building a Better Home Experience"
description="Our success is measured by the satisfaction of our customers and the quality of our work. See how Lowe's makes a difference."
@@ -339,73 +217,31 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Homeowner",
company: "Webster, TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg",
imageAlt: "Happy homeowner Sarah J.",
},
id: "1", name: "Sarah J.", role: "Homeowner", company: "Webster, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "Happy homeowner Sarah J."},
{
id: "2",
name: "Michael C.",
role: "DIY Enthusiast",
company: "Houston, TX",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-isolated-purple_141793-84112.jpg",
imageAlt: "Satisfied customer Michael C.",
},
id: "2", name: "Michael C.", role: "DIY Enthusiast", company: "Houston, TX", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-isolated-purple_141793-84112.jpg", imageAlt: "Satisfied customer Michael C."},
{
id: "3",
name: "Emily R.",
role: "Real Estate Agent",
company: "League City, TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32382.jpg",
imageAlt: "Client Emily R. smiling",
},
id: "3", name: "Emily R.", role: "Real Estate Agent", company: "League City, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32382.jpg", imageAlt: "Client Emily R. smiling"},
{
id: "4",
name: "David K.",
role: "Contractor",
company: "Pasadena, TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-top-with-fingers-white-background_176474-114117.jpg",
imageAlt: "Contractor David K.",
},
id: "4", name: "David K.", role: "Contractor", company: "Pasadena, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-top-with-fingers-white-background_176474-114117.jpg", imageAlt: "Contractor David K."},
{
id: "5",
role: "Gardener",
name: "Jessica L.",
company: "Pearland, TX",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-desk-holding-book_23-2148372206.jpg",
imageAlt: "Gardener Jessica L.",
},
id: "5", role: "Gardener", name: "Jessica L.", company: "Pearland, TX", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-desk-holding-book_23-2148372206.jpg", imageAlt: "Gardener Jessica L."},
{
id: "6",
name: "Robert B.",
role: "Renovator",
company: "Galveston, TX",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg",
imageAlt: "Renovator Robert B.",
},
id: "6", name: "Robert B.", role: "Renovator", company: "Galveston, TX", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg", imageAlt: "Renovator Robert B."},
]}
kpiItems={[
{
value: "4.0/5",
label: "Average Rating",
},
value: "4.0/5", label: "Average Rating"},
{
value: "1.8K+",
label: "Google Reviews",
},
value: "1.8K+", label: "Google Reviews"},
{
value: "Trusted",
label: "By the Community",
},
value: "Trusted", label: "By the Community"},
]}
title="What Our Customers Are Saying"
description="Hear directly from homeowners and professionals who trust Lowe's for their home improvement needs. Our commitment to service shines through their words."
@@ -418,17 +254,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Kobalt",
"Valspar",
"Craftsman",
"Allen+Roth",
"KOHLER",
"Rheem",
"Whirlpool",
"GE Appliances",
"Samsung",
"DeWalt",
]}
"Kobalt", "Valspar", "Craftsman", "Allen+Roth", "KOHLER", "Rheem", "Whirlpool", "GE Appliances", "Samsung", "DeWalt"]}
title="Trusted by Homeowners and Pros Alike"
description="Lowe's Home Improvement proudly partners with leading brands to bring you the best products and solutions for every project."
tag="Our Partners"
@@ -443,35 +269,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What are your operating hours?",
content: "Our Webster, TX store is open Monday through Saturday from 6:00 am to 9:00 pm, and Sunday from 8:00 am to 8:00 pm. Please check our website for holiday hours.",
},
id: "faq1", title: "What are your operating hours?", content: "Our Webster, TX store is open Monday through Saturday from 6:00 am to 9:00 pm, and Sunday from 8:00 am to 8:00 pm. Please check our website for holiday hours."},
{
id: "faq2",
title: "Do you offer installation services for all products?",
content: "We offer professional installation services for a wide range of products including appliances, flooring, cabinetry, windows, doors, roofing, and more. Specific product eligibility can be confirmed in-store or online.",
},
id: "faq2", title: "Do you offer installation services for all products?", content: "We offer professional installation services for a wide range of products including appliances, flooring, cabinetry, windows, doors, roofing, and more. Specific product eligibility can be confirmed in-store or online."},
{
id: "faq3",
title: "How can I schedule an installation appointment?",
content: "You can schedule an installation appointment by visiting our customer service desk in-store, calling us directly, or initiating a request through our website's service section.",
},
id: "faq3", title: "How can I schedule an installation appointment?", content: "You can schedule an installation appointment by visiting our customer service desk in-store, calling us directly, or initiating a request through our website's service section."},
{
id: "faq4",
title: "What payment methods do you accept?",
content: "We accept major credit cards (Visa, Mastercard, American Express, Discover), debit cards, Lowe's gift cards, and Lowe's Advantage Card. Apple Pay and Google Pay are also accepted in-store.",
},
id: "faq4", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, Mastercard, American Express, Discover), debit cards, Lowe's gift cards, and Lowe's Advantage Card. Apple Pay and Google Pay are also accepted in-store."},
{
id: "faq5",
title: "Do you offer financing options?",
content: "Yes, we offer various financing options including the Lowe's Advantage Card with special financing on qualifying purchases. Please inquire in-store for more details and eligibility.",
},
id: "faq5", title: "Do you offer financing options?", content: "Yes, we offer various financing options including the Lowe's Advantage Card with special financing on qualifying purchases. Please inquire in-store for more details and eligibility."},
{
id: "faq6",
title: "Can I return an item without a receipt?",
content: "Returns typically require a receipt within 90 days of purchase. However, if you used a Lowe's Advantage Card or MyLowe's account, we may be able to look up your purchase history. See our full return policy online or in-store.",
},
id: "faq6", title: "Can I return an item without a receipt?", content: "Returns typically require a receipt within 90 days of purchase. However, if you used a Lowe's Advantage Card or MyLowe's account, we may be able to look up your purchase history. See our full return policy online or in-store."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our products, services, and store operations at Lowe's Home Improvement."
@@ -487,27 +295,16 @@ export default function LandingPage() {
description="Contact Lowe's Home Improvement today for inquiries about products, services, or to get a personalized quote for your next home renovation. Our team is ready to assist you!"
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,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project...",
rows: 5,
name: "message", placeholder: "Tell us about your project...", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865313.jpg"
@@ -526,66 +323,39 @@ export default function LandingPage() {
logoText="Lowe's Home Improvement"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Installation Services",
href: "#services",
},
label: "Installation Services", href: "#services"},
{
label: "Appliance Installation",
href: "#services",
},
label: "Appliance Installation", href: "#services"},
{
label: "Flooring Installation",
href: "#services",
},
label: "Flooring Installation", href: "#services"},
{
label: "Cabinet Installation",
href: "#services",
},
label: "Cabinet Installation", href: "#services"},
],
},
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Shop All Products",
href: "#products",
},
label: "Shop All Products", href: "#products"},
{
label: "Appliances",
href: "#products",
},
label: "Appliances", href: "#products"},
{
label: "Tools & Hardware",
href: "#products",
},
label: "Tools & Hardware", href: "#products"},
{
label: "Garden & Outdoor",
href: "#products",
},
label: "Garden & Outdoor", href: "#products"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Customer Reviews",
href: "#testimonials",
},
label: "Customer Reviews", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
]}