Merge version_1 into main #2
321
src/app/page.tsx
321
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Donuts Donuts"
|
||||
/>
|
||||
@@ -57,73 +49,39 @@ export default function LandingPage() {
|
||||
description="Fast, friendly service. Warm, fluffy donuts. A place that feels like home."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@morriltonmom",
|
||||
testimonial: "My kids get breakfast here every morning… always fast, friendly, and feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@morriltonmom", testimonial: "My kids get breakfast here every morning… always fast, friendly, and feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@localfoodie",
|
||||
testimonial: "Great food!! Very fast service… definitely coming back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg",
|
||||
},
|
||||
name: "Mark D.", handle: "@localfoodie", testimonial: "Great food!! Very fast service… definitely coming back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@donutlover",
|
||||
testimonial: "Super fluffy, soft, and delicious donuts. Friendly staff!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@donutlover", testimonial: "Super fluffy, soft, and delicious donuts. Friendly staff!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "The breakfast burritos are amazing! Best spot in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-with-doughnuts-making-faces_23-2148299484.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@davidk", testimonial: "The breakfast burritos are amazing! Best spot in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-with-doughnuts-making-faces_23-2148299484.jpg"},
|
||||
{
|
||||
name: "Lisa B.",
|
||||
handle: "@lisabakes",
|
||||
testimonial: "Always fresh, hot, and reliable. Service is top tier.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-gardener-woman-apron-hat-being-confused-spreading-arms_141793-47352.jpg",
|
||||
},
|
||||
name: "Lisa B.", handle: "@lisabakes", testimonial: "Always fresh, hot, and reliable. Service is top tier.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-gardener-woman-apron-hat-being-confused-spreading-arms_141793-47352.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now / Book Pickup",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now / Book Pickup", href: "#products"},
|
||||
{
|
||||
text: "Call Now: (501) 574-4456",
|
||||
href: "tel:5015744456",
|
||||
},
|
||||
text: "Call Now: (501) 574-4456", href: "tel:5015744456"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waiter-waitress-holding-basket-bread_1170-612.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waiter-waitress-holding-basket-bread_1170-612.jpg", alt: "Customer portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", alt: "Customer portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-baked-croissant-cake-stand_23-2148027952.jpg", alt: "Customer portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24670.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24670.jpg", alt: "Customer portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-buying-organic-fruits_482257-76352.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-buying-organic-fruits_482257-76352.jpg", alt: "Customer portrait 5"},
|
||||
]}
|
||||
avatarText="Join 500+ happy regulars"
|
||||
/>
|
||||
@@ -137,59 +95,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Pastry",
|
||||
name: "Glazed Donut",
|
||||
price: "$1.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7207.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Pastry", name: "Glazed Donut", price: "$1.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7207.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pastry",
|
||||
name: "Donut Holes",
|
||||
price: "$3.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-donuts-marmelade-bundled-black-tray-marble-surface_114579-75271.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "Pastry", name: "Donut Holes", price: "$3.00", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/small-donuts-marmelade-bundled-black-tray-marble-surface_114579-75271.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Pastry",
|
||||
name: "Apple Fritter",
|
||||
price: "$2.50",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-cookies-filled-with-apple-jam-fresh-red-apples-light-concrete_114579-4831.jpg?_wi=1",
|
||||
},
|
||||
id: "3", brand: "Pastry", name: "Apple Fritter", price: "$2.50", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-cookies-filled-with-apple-jam-fresh-red-apples-light-concrete_114579-4831.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Pastry",
|
||||
name: "Filled Donut",
|
||||
price: "$2.00",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donut-raspberries_23-2150705307.jpg?_wi=1",
|
||||
},
|
||||
id: "4", brand: "Pastry", name: "Filled Donut", price: "$2.00", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/delicious-donut-raspberries_23-2150705307.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Savory",
|
||||
name: "Breakfast Sandwich",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sandwiches-copy-space_23-2148433278.jpg",
|
||||
},
|
||||
id: "5", brand: "Savory", name: "Breakfast Sandwich", price: "$4.50", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/homemade-sandwiches-copy-space_23-2148433278.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Savory",
|
||||
name: "Breakfast Burrito",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg",
|
||||
},
|
||||
id: "6", brand: "Savory", name: "Breakfast Burrito", price: "$5.00", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg"},
|
||||
]}
|
||||
title="Featured Menu"
|
||||
description="Fresh, daily-made treats for every morning craving."
|
||||
@@ -203,38 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Daily",
|
||||
author: "Baking Standards",
|
||||
description: "We make our donuts fresh every morning to ensure the highest quality and fluffiest texture.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/donuts-decorated-icing-sprinkles-white-surface-top-view_1150-19724.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Daily", author: "Baking Standards", description: "We make our donuts fresh every morning to ensure the highest quality and fluffiest texture.", tags: [
|
||||
"Fresh", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/donuts-decorated-icing-sprinkles-white-surface-top-view_1150-19724.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast Service",
|
||||
author: "Service Speed",
|
||||
description: "Even during rush hours, our team works efficiently to get your breakfast in your hands fast.",
|
||||
tags: [
|
||||
"Speed",
|
||||
"Efficient",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg",
|
||||
},
|
||||
id: "f2", title: "Fast Service", author: "Service Speed", description: "Even during rush hours, our team works efficiently to get your breakfast in your hands fast.", tags: [
|
||||
"Speed", "Efficient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Drive-thru",
|
||||
author: "Convenience",
|
||||
description: "In a hurry? Use our convenient drive-thru without having to leave your car.",
|
||||
tags: [
|
||||
"Convenience",
|
||||
"Drive-thru",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg",
|
||||
},
|
||||
id: "f3", title: "Drive-thru", author: "Convenience", description: "In a hurry? Use our convenient drive-thru without having to leave your car.", tags: [
|
||||
"Convenience", "Drive-thru"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-shop-open-post-covid-pandemic-new-normal-staff-face-masks_53876-101925.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Quality, speed, and flavor you can count on every single morning."
|
||||
@@ -247,60 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2024",
|
||||
title: "Great Breakfast",
|
||||
quote: "My kids get breakfast here every morning… always fast, friendly, and feels like home.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-daughter-senior-woman-eating-baked-croissant-holding-glass-juice_23-2148041587.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating breakfast",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "Jan 2024", title: "Great Breakfast", quote: "My kids get breakfast here every morning… always fast, friendly, and feels like home.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-daughter-senior-woman-eating-baked-croissant-holding-glass-juice_23-2148041587.jpg", imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", imageAlt: "happy customer eating breakfast"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
date: "Feb 2024",
|
||||
title: "Very Fast",
|
||||
quote: "Great food!! Very fast service… definitely coming back.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bearded-businessman-light-pink-formal-shirt-covers-eyes-with-two-delicious-doughnuts-clenches-teeth-feels-temptation_273609-24083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7207.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating breakfast",
|
||||
},
|
||||
id: "t2", name: "Mark D.", date: "Feb 2024", title: "Very Fast", quote: "Great food!! Very fast service… definitely coming back.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bearded-businessman-light-pink-formal-shirt-covers-eyes-with-two-delicious-doughnuts-clenches-teeth-feels-temptation_273609-24083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7207.jpg", imageAlt: "happy customer eating breakfast"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "Mar 2024",
|
||||
title: "Delicious",
|
||||
quote: "Super fluffy, soft, and delicious donuts. Friendly staff!",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-donuts-marmelade-bundled-black-tray-marble-surface_114579-75271.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating breakfast",
|
||||
},
|
||||
id: "t3", name: "Emily R.", date: "Mar 2024", title: "Delicious", quote: "Super fluffy, soft, and delicious donuts. Friendly staff!", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/small-donuts-marmelade-bundled-black-tray-marble-surface_114579-75271.jpg", imageAlt: "happy customer eating breakfast"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "Apr 2024",
|
||||
title: "Best Shop",
|
||||
quote: "The breakfast burritos are amazing! Best spot in town.",
|
||||
tag: "Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-with-doughnuts-making-faces_23-2148299484.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-cookies-filled-with-apple-jam-fresh-red-apples-light-concrete_114579-4831.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating breakfast",
|
||||
},
|
||||
id: "t4", name: "David K.", date: "Apr 2024", title: "Best Shop", quote: "The breakfast burritos are amazing! Best spot in town.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-with-doughnuts-making-faces_23-2148299484.jpg", imageSrc: "http://img.b2bpic.net/free-photo/puff-pastry-cookies-filled-with-apple-jam-fresh-red-apples-light-concrete_114579-4831.jpg", imageAlt: "happy customer eating breakfast"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa B.",
|
||||
date: "May 2024",
|
||||
title: "Daily Spot",
|
||||
quote: "Always fresh, hot, and reliable. Service is top tier.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-gardener-woman-apron-hat-being-confused-spreading-arms_141793-47352.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donut-raspberries_23-2150705307.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating breakfast",
|
||||
},
|
||||
id: "t5", name: "Lisa B.", date: "May 2024", title: "Daily Spot", quote: "Always fresh, hot, and reliable. Service is top tier.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-gardener-woman-apron-hat-being-confused-spreading-arms_141793-47352.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-donut-raspberries_23-2150705307.jpg", imageAlt: "happy customer eating breakfast"},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="What our customers in Morrilton say about their morning favorite."
|
||||
@@ -314,34 +170,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Donuts Served Daily",
|
||||
items: [
|
||||
"Fresh batches",
|
||||
"Multiple varieties",
|
||||
"Handmade",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Donuts Served Daily", items: [
|
||||
"Fresh batches", "Multiple varieties", "Handmade"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Friendly staff",
|
||||
"Reliable quality",
|
||||
"Always warm",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Customer Satisfaction", items: [
|
||||
"Friendly staff", "Reliable quality", "Always warm"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Serving Morrilton",
|
||||
items: [
|
||||
"Local favorite",
|
||||
"Community driven",
|
||||
"Family owned",
|
||||
],
|
||||
id: "m3", value: "15+", title: "Years Serving Morrilton", items: [
|
||||
"Local favorite", "Community driven", "Family owned"],
|
||||
},
|
||||
]}
|
||||
title="Freshness Guaranteed"
|
||||
@@ -355,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you open on weekends?",
|
||||
content: "Yes, we are open early every Saturday and Sunday to serve your morning cravings.",
|
||||
},
|
||||
id: "q1", title: "Are you open on weekends?", content: "Yes, we are open early every Saturday and Sunday to serve your morning cravings."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you accept pre-orders?",
|
||||
content: "Absolutely! Use our order ahead system or call us at (501) 574-4456 to secure your batch.",
|
||||
},
|
||||
id: "q2", title: "Do you accept pre-orders?", content: "Absolutely! Use our order ahead system or call us at (501) 574-4456 to secure your batch."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we have limited parking but easy access and a convenient drive-thru.",
|
||||
},
|
||||
id: "q3", title: "Is there parking available?", content: "Yes, we have limited parking but easy access and a convenient drive-thru."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-different-glazed-donuts_23-2148536876.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -381,24 +210,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Visit Us"
|
||||
title="Donuts Donuts of Morrilton"
|
||||
description="504 E Harding St, Morrilton, AR 72110. Click to call or get directions today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waist-up-shot-positive-young-friendly-women-cover-eye-with-delicious-doughnuts-have-fun-enjoy-eating-sweet-dessert-stand-closely-each-other-isolated-pink-background-tasty-donuts_273609-61480.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (501) 574-4456",
|
||||
href: "tel:5015744456",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=504+E+Harding+St+Morrilton+AR",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -407,29 +224,19 @@ export default function LandingPage() {
|
||||
logoText="Donuts Donuts"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", 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