Update src/app/page.tsx
This commit is contained in:
@@ -188,20 +188,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1", name: "Sarah J.", handle: "@sarahj_foodie", testimonial: "The 3D views of the cakes are incredible! It really helped me choose the perfect design for my event. And the cake itself? Absolutely divine!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", imageAlt: "Sarah Johnson, happy customer"},
|
||||
id: "t-1", name: "Emily R.", handle: "Google Reviewer", testimonial: "Absolutely love Artisan Bakery! Their croissants are to die for, and the cakes for our last event were a huge hit. The online ordering is so convenient. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3316.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t-2", name: "Mark L.", handle: "@m_l_eats", testimonial: "Ordering online was so smooth, and the pastries arrived fresh and beautiful. The sourdough is a weekend staple in our home now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-taking-selfie-breakfast_23-2147788239.jpg", imageAlt: "Mark Lee, satisfied customer"},
|
||||
id: "t-2", name: "David K.", handle: "Google Reviewer", testimonial: "Best sourdough bread in town, hands down. You can taste the quality in every bite. Their commitment to fresh, local ingredients truly shines through. A must-visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102355.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "t-3", name: "Emily R.", handle: "@eventcrafters", testimonial: "As an event planner, I appreciate the consistency and quality. The delivery is always on time, and our clients rave about the desserts. The virtual tour is a great feature!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3316.jpg", imageAlt: "Emily Rose, event planner"},
|
||||
id: "t-3", name: "Sarah J.", handle: "Google Reviewer", testimonial: "I ordered a custom birthday cake, and it was stunning! Not only beautiful but incredibly delicious. The team was a pleasure to work with from start to finish. Five stars!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "t-4", name: "David K.", handle: "@davidk_homebaker", testimonial: "I'm a home baker myself, and I can tell the difference. These are truly artisan goods, made with care. The bread is simply the best in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102355.jpg", imageAlt: "David Kim, enthusiastic customer"},
|
||||
id: "t-4", name: "Mark L.", handle: "Google Reviewer", testimonial: "Always fresh, always delicious. Artisan Bakery is my go-to for morning pastries and weekend treats. The coffee is great too! A true local gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-taking-selfie-breakfast_23-2147788239.jpg", imageAlt: "Mark L."},
|
||||
{
|
||||
id: "t-5", name: "Jessica T.", handle: "@jessicatreats", testimonial: "The interactive 3D elements are a game-changer! It's like being in the bakery, but from my couch. And every item I've tried has been delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-gathering-with-food_23-2149152866.jpg", imageAlt: "Jessica Thompson, delighted customer"},
|
||||
id: "t-5", name: "Jessica T.", handle: "Google Reviewer", testimonial: "Their blueberry muffins are addictive! I appreciate the clear allergen info on their site and the friendly staff when I pick up my orders. Consistently excellent quality.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-gathering-with-food_23-2149152866.jpg", imageAlt: "Jessica T."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -238,8 +238,8 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="Order Fresh Today!"
|
||||
description="Have a question or a special request? We'd love to hear from you. Reach out, and we'll help you with your next artisan bake."
|
||||
title="Artisan Bakery Contact Information"
|
||||
description="Call us: (123) 456-7890 (Online orders available 24/7!)\nStore Hours:\nMon - Sat: 8:00 AM - 6:00 PM\nSun: 9:00 AM - 4:00 PM"
|
||||
tagAnimation="slide-up"
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
|
||||
Reference in New Issue
Block a user