Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 426ed59d96 | |||
| 4218804d78 | |||
| 7f04e4553f | |||
| 21cd2e6733 | |||
| 629742c439 | |||
| 442cdb2249 | |||
| f254d138f4 | |||
| 70e96b5182 |
@@ -36,9 +36,7 @@ export default function AboutPage() {
|
|||||||
id: item.id,
|
id: item.id,
|
||||||
}))}
|
}))}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "tel:+1-605-555-0100"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,9 +36,7 @@ export default function ContactPage() {
|
|||||||
id: item.id,
|
id: item.id,
|
||||||
}))}
|
}))}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "tel:+1-605-555-0100"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -49,8 +47,7 @@ export default function ContactPage() {
|
|||||||
title="Get Fresh Bakes Delivered to Your Inbox"
|
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."
|
description="Subscribe to our newsletter for weekly specials, new menu items, and exclusive bakery updates straight from Guatelinda Bakery in Sioux Falls."
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static-grid",
|
variant: "rotated-rays-static-grid"}}
|
||||||
}}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Your email address"
|
inputPlaceholder="Your email address"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
@@ -62,13 +59,9 @@ export default function ContactPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Guatelinda"
|
logoText="Guatelinda"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -31,9 +31,7 @@ export default function MenuPage() {
|
|||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "tel:+1-605-555-0100"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -45,47 +43,17 @@ export default function MenuPage() {
|
|||||||
tag="Baked Fresh Daily"
|
tag="Baked Fresh Daily"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -111,13 +79,9 @@ export default function MenuPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Guatelinda"
|
logoText="Guatelinda"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -35,9 +35,7 @@ export default function HomePage() {
|
|||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "tel:+1-605-555-0100"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -51,45 +49,23 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Visit Us",
|
text: "Visit Us", href: "tel:+1-605-555-0100"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Order Takeout",
|
text: "Order Takeout", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=1", imageAlt: "Fresh pastries"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=1",
|
|
||||||
imageAlt: "Fresh pastries",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
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"},
|
||||||
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",
|
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=1", imageAlt: "Golden croissant"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=1",
|
|
||||||
imageAlt: "Golden croissant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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}
|
autoPlay={true}
|
||||||
autoPlayInterval={4000}
|
autoPlayInterval={4000}
|
||||||
@@ -103,21 +79,13 @@ export default function HomePage() {
|
|||||||
author="Sarah Miller, Local Customer"
|
author="Sarah Miller, Local Customer"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Sarah Miller"},
|
||||||
alt: "Sarah Miller",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "John Davis"},
|
||||||
alt: "John Davis",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Maria Rodriguez"},
|
||||||
alt: "Maria Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", alt: "Michael Chen"},
|
||||||
alt: "Michael Chen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -132,26 +100,11 @@ export default function HomePage() {
|
|||||||
tag="Customer Favorites"
|
tag="Customer Favorites"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
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"
|
description="Join hundreds of satisfied customers who visit us regularly for authentic, fresh-baked goodness"
|
||||||
tag="Community Favorite"
|
tag="Community Favorite"
|
||||||
names={[
|
names={[
|
||||||
"The Breakfast Club",
|
"The Breakfast Club", "Downtown Coffee Lovers", "Local Food Enthusiasts", "Family Gatherings", "Office Catering Orders", "Weekend Shoppers", "Wedding Cake Custom Orders"]}
|
||||||
"Downtown Coffee Lovers",
|
|
||||||
"Local Food Enthusiasts",
|
|
||||||
"Family Gatherings",
|
|
||||||
"Office Catering Orders",
|
|
||||||
"Weekend Shoppers",
|
|
||||||
"Wedding Cake Custom Orders",
|
|
||||||
]}
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -198,13 +144,9 @@ export default function HomePage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Guatelinda"
|
logoText="Guatelinda"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -17,30 +17,24 @@ export default function ReviewsPage() {
|
|||||||
|
|
||||||
const testimonials = [
|
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.",
|
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,
|
||||||
rating: 5,
|
author: "Sarah Miller, Local Customer", avatars: [
|
||||||
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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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!",
|
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,
|
||||||
rating: 5,
|
author: "James Patterson, Food Enthusiast", avatars: [
|
||||||
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/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/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" },
|
{ 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!",
|
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,
|
||||||
rating: 5,
|
author: "Jennifer & David Rodriguez, Newlyweds", avatars: [
|
||||||
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/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/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" },
|
{ 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,
|
id: item.id,
|
||||||
}))}
|
}))}
|
||||||
button={{
|
button={{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "tel:+1-605-555-0100"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user