Update src/app/page.tsx
This commit is contained in:
287
src/app/page.tsx
287
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Bikes",
|
||||
id: "#bikes",
|
||||
},
|
||||
name: "Bikes", id: "#bikes"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/print_24908-54134.jpg"
|
||||
logoAlt="Aliyah Bikes Logo"
|
||||
@@ -70,44 +56,23 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Ride with Confidence. Ride with Aliyah Bikes."
|
||||
description="Your ultimate destination for premium bicycles, expert repairs, and all your cycling needs. Discover the perfect ride for every adventure."
|
||||
tag="Aliyah Bikes"
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Bikes",
|
||||
href: "#bikes",
|
||||
},
|
||||
text: "Explore Bikes", href: "#bikes"},
|
||||
{
|
||||
text: "Book a Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Service", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg?_wi=1",
|
||||
imageAlt: "Mountain biker in action",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg", imageAlt: "Mountain biker in action"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-bicycle_23-2149249204.jpg?_wi=1",
|
||||
imageAlt: "Urban cyclist riding city bike",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866630.jpg",
|
||||
imageAlt: "Bike creation in workshop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-bell-bicycle-s-handle_23-2147874022.jpg",
|
||||
imageAlt: "Silver bell on bicycle's handle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889092.jpg",
|
||||
imageAlt: "Close up bicycle outdoors",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-bicycle_23-2149249204.jpg", imageAlt: "Urban cyclist riding city bike"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.7}
|
||||
@@ -123,19 +88,13 @@ export default function LandingPage() {
|
||||
description="At Aliyah Bikes, we live and breathe cycling. For over a decade, we've been serving the community with dedication, providing not just bikes, but a complete cycling experience. From beginners to seasoned pros, we're here to fuel your passion."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Advice",
|
||||
description: "Our team of seasoned cyclists provides personalized recommendations.",
|
||||
},
|
||||
title: "Expert Advice", description: "Our team of seasoned cyclists provides personalized recommendations."},
|
||||
{
|
||||
title: "Quality Selection",
|
||||
description: "Hand-picked bikes and accessories from top global brands.",
|
||||
},
|
||||
title: "Quality Selection", description: "Hand-picked bikes and accessories from top global brands."},
|
||||
{
|
||||
title: "Professional Service",
|
||||
description: "Certified mechanics ensure your ride is always in top condition.",
|
||||
},
|
||||
title: "Professional Service", description: "Certified mechanics ensure your ride is always in top condition."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-bicycle-mechanic-tool-stand-background_613910-14876.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-bicycle-mechanic-tool-stand-background_613910-14876.jpg"
|
||||
imageAlt="Interior of Aliyah Bikes shop"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -148,52 +107,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Bike Repair & Maintenance",
|
||||
description: "Keep your ride smooth and safe with our comprehensive repair and maintenance services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/print_24908-54134.jpg",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Expert Bike Repair & Maintenance", description: "Keep your ride smooth and safe with our comprehensive repair and maintenance services.", bentoComponent: "reveal-icon", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Personalized Bike Fitting",
|
||||
description: "Optimize your comfort and performance with a custom bike fitting session by our specialists.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flag,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-outdoors_23-2148889114.jpg?_wi=2",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Personalized Bike Fitting", description: "Optimize your comfort and performance with a custom bike fitting session by our specialists.", bentoComponent: "reveal-icon", icon: Flag
|
||||
},
|
||||
{
|
||||
title: "Wide Range of Accessories",
|
||||
description: "From helmets to lights, discover essential accessories to enhance your cycling experience.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LifeBuoy,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-riding-bicycle_23-2149249204.jpg?_wi=2",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Wide Range of Accessories", description: "From helmets to lights, discover essential accessories to enhance your cycling experience.", bentoComponent: "reveal-icon", icon: LifeBuoy
|
||||
},
|
||||
{
|
||||
title: "Custom Bike Builds",
|
||||
description: "Dream big! We build custom bikes tailored to your specifications and riding style.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Cog,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-bicycle-mechanic-tool-stand-background_613910-14876.jpg?_wi=2",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Custom Bike Builds", description: "Dream big! We build custom bikes tailored to your specifications and riding style.", bentoComponent: "reveal-icon", icon: Cog
|
||||
},
|
||||
{
|
||||
title: "Trade-Ins & Upgrades",
|
||||
description: "Looking to upgrade? Trade in your old bike and find your next perfect ride with us.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Loader,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-head-bearded-mechanic-fixing-rear-derailleur-from-bicycle-workshop_613910-12618.jpg",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Trade-Ins & Upgrades", description: "Looking to upgrade? Trade in your old bike and find your next perfect ride with us.", bentoComponent: "reveal-icon", icon: Loader
|
||||
},
|
||||
{
|
||||
title: "Cycling Workshops",
|
||||
description: "Learn basic maintenance and riding tips from our experts in engaging workshops.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-wheel_1170-2425.jpg",
|
||||
imageAlt: "bike shop logo modern minimalist",
|
||||
title: "Cycling Workshops", description: "Learn basic maintenance and riding tips from our experts in engaging workshops.", bentoComponent: "reveal-icon", icon: BookOpen
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
@@ -210,47 +139,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Trailblazer Mountain Bike",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-rider-dressed-cycling-clothing-protective-gear-searching-gps-coordinates-using-navigator-his-smartphone-while-riding-battery-powered-bicycle-forest-sunny-day_273609-255.jpg",
|
||||
imageAlt: "Trailblazer Mountain Bike",
|
||||
},
|
||||
id: "p1", name: "Trailblazer Mountain Bike", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-rider-dressed-cycling-clothing-protective-gear-searching-gps-coordinates-using-navigator-his-smartphone-while-riding-battery-powered-bicycle-forest-sunny-day_273609-255.jpg", imageAlt: "Trailblazer Mountain Bike"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Urban Commuter Deluxe",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-brunette-female-wearing-blouse-denim-shorts-sunglasses-relaxing-after-riding-bicycle-sitting-with-cup-coffee-steps-city_613910-20594.jpg",
|
||||
imageAlt: "Urban Commuter Deluxe",
|
||||
},
|
||||
id: "p2", name: "Urban Commuter Deluxe", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/sexy-brunette-female-wearing-blouse-denim-shorts-sunglasses-relaxing-after-riding-bicycle-sitting-with-cup-coffee-steps-city_613910-20594.jpg", imageAlt: "Urban Commuter Deluxe"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Speedster Road Bike",
|
||||
price: "$1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-going-work-bicycle_23-2149413749.jpg",
|
||||
imageAlt: "Speedster Road Bike",
|
||||
},
|
||||
id: "p3", name: "Speedster Road Bike", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-going-work-bicycle_23-2149413749.jpg", imageAlt: "Speedster Road Bike"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "VoltGlide Electric Bike",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-orange-bike-handlebar_181624-38468.jpg",
|
||||
imageAlt: "VoltGlide Electric Bike",
|
||||
},
|
||||
id: "p4", name: "VoltGlide Electric Bike", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-person-holding-orange-bike-handlebar_181624-38468.jpg", imageAlt: "VoltGlide Electric Bike"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Pint-Sized Explorer (Kids)",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-bicycle_23-2147830582.jpg",
|
||||
imageAlt: "Pint-Sized Explorer Kids Bike",
|
||||
},
|
||||
id: "p5", name: "Pint-Sized Explorer (Kids)", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-bicycle_23-2147830582.jpg", imageAlt: "Pint-Sized Explorer Kids Bike"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "FoldAway Compact Bike",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-delivery-worker-riding-bike-driveway-carrying-large-thermal-bag_482257-131352.jpg",
|
||||
imageAlt: "FoldAway Compact Bike",
|
||||
},
|
||||
id: "p6", name: "FoldAway Compact Bike", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/black-delivery-worker-riding-bike-driveway-carrying-large-thermal-bag_482257-131352.jpg", imageAlt: "FoldAway Compact Bike"},
|
||||
]}
|
||||
title="Our Premium Bike Collection"
|
||||
description="Explore our hand-picked selection of bicycles, from rugged mountain bikes to sleek road racers and convenient electric models."
|
||||
@@ -266,25 +165,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
title: "Years in Service",
|
||||
description: "Proudly serving the cycling community for over a decade.",
|
||||
icon: Calendar,
|
||||
id: "m1", value: "10+", title: "Years in Service", description: "Proudly serving the cycling community for over a decade.", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
title: "Happy Cyclists",
|
||||
description: "Thousands of satisfied customers on the road and trails.",
|
||||
icon: Heart,
|
||||
id: "m2", value: "5000+", title: "Happy Cyclists", description: "Thousands of satisfied customers on the road and trails.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Our commitment to quality ensures a top-tier experience.",
|
||||
icon: Award,
|
||||
id: "m3", value: "99%", title: "Satisfaction Rate", description: "Our commitment to quality ensures a top-tier experience.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Achievements Speak Volumes"
|
||||
@@ -300,40 +187,15 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Rider",
|
||||
testimonial: "Aliyah Bikes transformed my riding experience! Their expert team helped me choose the perfect mountain bike, and the after-sales service is unmatched. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-male-with-long-blond-hair-holds-red-single-speed-bicycle-his-shoulder-park-with-skyscraper-background_613910-10179.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Local Rider", testimonial: "Aliyah Bikes transformed my riding experience! Their expert team helped me choose the perfect mountain bike, and the after-sales service is unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/hipster-male-with-long-blond-hair-holds-red-single-speed-bicycle-his-shoulder-park-with-skyscraper-background_613910-10179.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David K.",
|
||||
role: "Commuter",
|
||||
testimonial: "The best bike shop in Tel Aviv! I got an amazing electric bike, and their maintenance keeps it running flawlessly. Friendly staff and fantastic selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2357.jpg",
|
||||
},
|
||||
id: "t2", name: "David K.", role: "Commuter", testimonial: "The best bike shop in Tel Aviv! I got an amazing electric bike, and their maintenance keeps it running flawlessly. Friendly staff and fantastic selection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2357.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Road Cyclist",
|
||||
testimonial: "Professional and passionate. Aliyah Bikes is my go-to for all things cycling. They tuned my road bike perfectly for my last race. True experts!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-working-bike_23-2148836067.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Road Cyclist", testimonial: "Professional and passionate. Aliyah Bikes is my go-to for all things cycling. They tuned my road bike perfectly for my last race. True experts!", imageSrc: "http://img.b2bpic.net/free-photo/female-working-bike_23-2148836067.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael L.",
|
||||
role: "New Cyclist",
|
||||
testimonial: "As a beginner, I felt completely supported. The team at Aliyah Bikes was patient and helped me understand everything I needed. Loving my new city bike!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-with-bike_23-2148232065.jpg",
|
||||
},
|
||||
id: "t4", name: "Michael L.", role: "New Cyclist", testimonial: "As a beginner, I felt completely supported. The team at Aliyah Bikes was patient and helped me understand everything I needed. Loving my new city bike!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-with-bike_23-2148232065.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Rachel S.",
|
||||
role: "Family Biker",
|
||||
testimonial: "They have great bikes for kids too! My whole family is now riding thanks to Aliyah Bikes. Excellent customer service and a wonderful selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-2592.jpg",
|
||||
},
|
||||
id: "t5", name: "Rachel S.", role: "Family Biker", testimonial: "They have great bikes for kids too! My whole family is now riding thanks to Aliyah Bikes. Excellent customer service and a wonderful selection.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-2592.jpg"},
|
||||
]}
|
||||
title="What Our Riders Say"
|
||||
description="Don't just take our word for it. Hear from our community of happy cyclists!"
|
||||
@@ -346,35 +208,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of bikes do you offer?",
|
||||
content: "We offer a wide range of bikes including mountain bikes, road bikes, electric bikes, city bikes, and kids' bikes. Visit our shop or browse online to see our full collection.",
|
||||
},
|
||||
id: "q1", title: "What types of bikes do you offer?", content: "We offer a wide range of bikes including mountain bikes, road bikes, electric bikes, city bikes, and kids' bikes. Visit our shop or browse online to see our full collection."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer bike repair services?",
|
||||
content: "Yes, we provide comprehensive bike repair and maintenance services for all types of bicycles. Our certified mechanics ensure quick and reliable service.",
|
||||
},
|
||||
id: "q2", title: "Do you offer bike repair services?", content: "Yes, we provide comprehensive bike repair and maintenance services for all types of bicycles. Our certified mechanics ensure quick and reliable service."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I test ride a bike before buying?",
|
||||
content: "Absolutely! We encourage test rides to ensure you find the perfect bike. Visit our store during opening hours to try out any model.",
|
||||
},
|
||||
id: "q3", title: "Can I test ride a bike before buying?", content: "Absolutely! We encourage test rides to ensure you find the perfect bike. Visit our store during opening hours to try out any model."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 10:00 AM to 8:00 PM, and Saturday from 10:00 AM to 4:00 PM. We are closed on Sundays.",
|
||||
},
|
||||
id: "q4", title: "What are your operating hours?", content: "We are open Monday to Friday from 10:00 AM to 8:00 PM, and Saturday from 10:00 AM to 4:00 PM. We are closed on Sundays."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you sell bike accessories and parts?",
|
||||
content: "Yes, we stock a wide variety of bike accessories including helmets, lights, locks, pumps, gear, and essential parts for upgrades and repairs.",
|
||||
},
|
||||
id: "q5", title: "Do you sell bike accessories and parts?", content: "Yes, we stock a wide variety of bike accessories including helmets, lights, locks, pumps, gear, and essential parts for upgrades and repairs."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "Do you offer financing options?",
|
||||
content: "We offer various financing options to make your dream bike more accessible. Please inquire in-store for details and eligibility.",
|
||||
},
|
||||
id: "q6", title: "Do you offer financing options?", content: "We offer various financing options to make your dream bike more accessible. Please inquire in-store for details and eligibility."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers. Find common queries about our bikes, services, and policies."
|
||||
@@ -386,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Say Hello!"
|
||||
description="Whether you need a new bike, a quick repair, or just want to chat about cycling, we're here to help. Reach out to us or stop by our shop."
|
||||
@@ -406,61 +249,39 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Bikes",
|
||||
href: "#bikes",
|
||||
},
|
||||
label: "Bikes", href: "#bikes"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourLocation",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourLocation"},
|
||||
{
|
||||
label: "Phone: 053-713-3570",
|
||||
href: "tel:+972537133570",
|
||||
},
|
||||
label: "Phone: 053-713-3570", href: "tel:+972537133570"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user