diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 352328d..88526ab 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -36,9 +36,7 @@ export default function AboutPage() {
id: item.id,
}))}
button={{
- text: "Contact Us",
- href: "/contact",
- }}
+ text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index ed65812..8c03ce4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -36,9 +36,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
- text: "Contact Us",
- href: "/contact",
- }}
+ text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>
@@ -49,8 +47,7 @@ export default function ContactPage() {
title="Get Fresh Bakes Delivered to Your Inbox"
description="Subscribe to our newsletter for weekly specials, new menu items, and exclusive bakery updates straight from Guatelinda Bakery in Sioux Falls."
background={{
- variant: "rotated-rays-static-grid",
- }}
+ variant: "rotated-rays-static-grid"}}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Subscribe"
@@ -62,13 +59,9 @@ export default function ContactPage() {
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index d34bdbf..24b9d1d 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -31,9 +31,7 @@ export default function MenuPage() {
{ name: "Reviews", id: "/reviews" },
]}
button={{
- text: "Contact Us",
- href: "/contact",
- }}
+ text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>
@@ -45,47 +43,17 @@ export default function MenuPage() {
tag="Baked Fresh Daily"
products={[
{
- id: "1",
- name: "Artisan Sourdough Bread",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=4",
- imageAlt: "Fresh artisan sourdough bread loaf",
- },
+ id: "1", name: "Artisan Sourdough Bread", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=4", imageAlt: "Fresh artisan sourdough bread loaf"},
{
- id: "2",
- name: "Golden Croissant",
- price: "$4.49",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=3",
- imageAlt: "Butter croissant with coffee",
- },
+ id: "2", name: "Golden Croissant", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=3", imageAlt: "Butter croissant with coffee"},
{
- id: "3",
- name: "Grilled Sandwich",
- price: "$9.99",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=3",
- imageAlt: "Toasted grilled sandwich with fresh ingredients",
- },
+ id: "3", name: "Grilled Sandwich", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=3", imageAlt: "Toasted grilled sandwich with fresh ingredients"},
{
- id: "4",
- name: "Assorted Pastries",
- price: "$3.99",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=2",
- imageAlt: "Fresh assorted pastries display",
- },
+ id: "4", name: "Assorted Pastries", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=2", imageAlt: "Fresh assorted pastries display"},
{
- id: "5",
- name: "Homemade Cookies",
- price: "$2.99",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=2",
- imageAlt: "Fresh baked homemade cookies",
- },
+ id: "5", name: "Homemade Cookies", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=2", imageAlt: "Fresh baked homemade cookies"},
{
- id: "6",
- name: "Whole Grain Bread",
- price: "$6.49",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=5",
- imageAlt: "Sliced whole grain bread",
- },
+ id: "6", name: "Whole Grain Bread", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=5", imageAlt: "Sliced whole grain bread"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -111,13 +79,9 @@ export default function MenuPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44cc639..ba4547c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,9 +35,7 @@ export default function HomePage() {
{ name: "Reviews", id: "/reviews" },
]}
button={{
- text: "Contact Us",
- href: "/contact",
- }}
+ text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>
@@ -51,45 +49,23 @@ export default function HomePage() {
background={{ variant: "plain" }}
buttons={[
{
- text: "Visit Us",
- href: "/contact",
- },
+ text: "Visit Us", href: "tel:+1-605-555-0100"},
{
- text: "Order Takeout",
- href: "/menu",
- },
+ text: "Order Takeout", href: "/menu"},
]}
carouselItems={[
{
- id: "1",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=1",
- imageAlt: "Fresh artisan bread",
- },
+ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=1", imageAlt: "Fresh artisan bread"},
{
- id: "2",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=1",
- imageAlt: "Fresh pastries",
- },
+ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=1", imageAlt: "Fresh pastries"},
{
- id: "3",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=1",
- imageAlt: "Grilled sandwich",
- },
+ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=1", imageAlt: "Grilled sandwich"},
{
- id: "4",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=1",
- imageAlt: "Golden croissant",
- },
+ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=1", imageAlt: "Golden croissant"},
{
- id: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=1",
- imageAlt: "Fresh baked cookies",
- },
+ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=1", imageAlt: "Fresh baked cookies"},
{
- id: "6",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=2",
- imageAlt: "Fresh bread loaves",
- },
+ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=2", imageAlt: "Fresh bread loaves"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -103,21 +79,13 @@ export default function HomePage() {
author="Sarah Miller, Local Customer"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
- alt: "Sarah Miller",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Sarah Miller"},
{
- src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg",
- alt: "John Davis",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "John Davis"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg",
- alt: "Maria Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Maria Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg",
- alt: "Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", alt: "Michael Chen"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -132,26 +100,11 @@ export default function HomePage() {
tag="Customer Favorites"
products={[
{
- id: "1",
- name: "Artisan Sourdough Bread",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=3",
- imageAlt: "Fresh artisan sourdough bread",
- },
+ id: "1", name: "Artisan Sourdough Bread", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=3", imageAlt: "Fresh artisan sourdough bread"},
{
- id: "2",
- name: "Golden Croissant",
- price: "$4.49",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=2",
- imageAlt: "Butter croissant",
- },
+ id: "2", name: "Golden Croissant", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=2", imageAlt: "Butter croissant"},
{
- id: "3",
- name: "Grilled Sandwich",
- price: "$9.99",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=2",
- imageAlt: "Fresh grilled sandwich",
- },
+ id: "3", name: "Grilled Sandwich", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=2", imageAlt: "Fresh grilled sandwich"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -166,14 +119,7 @@ export default function HomePage() {
description="Join hundreds of satisfied customers who visit us regularly for authentic, fresh-baked goodness"
tag="Community Favorite"
names={[
- "The Breakfast Club",
- "Downtown Coffee Lovers",
- "Local Food Enthusiasts",
- "Family Gatherings",
- "Office Catering Orders",
- "Weekend Shoppers",
- "Wedding Cake Custom Orders",
- ]}
+ "The Breakfast Club", "Downtown Coffee Lovers", "Local Food Enthusiasts", "Family Gatherings", "Office Catering Orders", "Weekend Shoppers", "Wedding Cake Custom Orders"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -198,13 +144,9 @@ export default function HomePage() {
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 69fe735..0cd852c 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -17,30 +17,24 @@ export default function ReviewsPage() {
const testimonials = [
{
- testimonial: "They were so kind and helpful! The food was also delicious! I've visited Guatelinda Bakery three times now and every visit is better than the last. The staff truly cares about their customers and it shows in the quality of everything they bake.",
- rating: 5,
- author: "Sarah Miller, Local Customer",
- avatars: [
+ testimonial: "They were so kind and helpful! The food was also delicious! I've visited Guatelinda Bakery three times now and every visit is better than the last. The staff truly cares about their customers and it shows in the quality of everything they bake.", rating: 5,
+ author: "Sarah Miller, Local Customer", avatars: [
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Sarah Miller" },
{ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "John Davis" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Maria Rodriguez" },
],
},
{
- testimonial: "The sourdough bread is absolutely incredible. I buy it every week and have recommended Guatelinda to all my friends. The crust is perfect and the interior is so flavorful. This is authentic, quality baking at its finest!",
- rating: 5,
- author: "James Patterson, Food Enthusiast",
- avatars: [
+ testimonial: "The sourdough bread is absolutely incredible. I buy it every week and have recommended Guatelinda to all my friends. The crust is perfect and the interior is so flavorful. This is authentic, quality baking at its finest!", rating: 5,
+ author: "James Patterson, Food Enthusiast", avatars: [
{ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "James Patterson" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", alt: "Emma Stone" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Lisa Chen" },
],
},
{
- testimonial: "We ordered custom pastries for our wedding and Rosa and Miguel were absolutely wonderful to work with. The pastries were stunning and delicious. Every guest commented on them. Thank you for making our special day even more special!",
- rating: 5,
- author: "Jennifer & David Rodriguez, Newlyweds",
- avatars: [
+ testimonial: "We ordered custom pastries for our wedding and Rosa and Miguel were absolutely wonderful to work with. The pastries were stunning and delicious. Every guest commented on them. Thank you for making our special day even more special!", rating: 5,
+ author: "Jennifer & David Rodriguez, Newlyweds", avatars: [
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Jennifer Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "David Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "Best Man" },
@@ -70,9 +64,7 @@ export default function ReviewsPage() {
id: item.id,
}))}
button={{
- text: "Contact Us",
- href: "/contact",
- }}
+ text: "Contact Us", href: "tel:+1-605-555-0100"}}
animateOnLoad={true}
/>