Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:36:03 +00:00
parent a10c43f936
commit 3434746442

View File

@@ -60,15 +60,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Maria Johnson", handle: "@happyclient", testimonial: "The most delicious cake I've ever had! Perfect for our wedding day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg", imageAlt: "Maria Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg?_wi=1", imageAlt: "Maria Johnson"
},
{
name: "David Chen", handle: "@satisfied_customer", testimonial: "Amazing quality and beautiful presentation. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg", imageAlt: "David Chen"
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg?_wi=1", imageAlt: "David Chen"
},
{
name: "Sarah Williams", handle: "@cake_lover", testimonial: "Best cake shop in town! Fresh ingredients and creative designs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Williams"
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Williams"
}
]}
testimonialRotationInterval={5000}
@@ -149,13 +149,13 @@ export default function LandingPage() {
id: "3", name: "Jessica Park", role: "Bride", testimonial: "Our wedding cake was absolutely stunning and delicious. They made our special day even more special.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Jessica Park", icon: Heart
},
{
id: "4", name: "Robert Wilson", role: "Corporate Client", testimonial: "Excellent service and premium quality. We order from them for all our corporate events.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg", imageAlt: "Robert Wilson", icon: Heart
id: "4", name: "Robert Wilson", role: "Corporate Client", testimonial: "Excellent service and premium quality. We order from them for all our corporate events.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-casual-woman-posing-studio_23-2148376569.jpg?_wi=2", imageAlt: "Robert Wilson", icon: Heart
},
{
id: "5", name: "Amanda Foster", role: "Birthday Celebrant", testimonial: "My kids loved the cake! The flavors are authentic and the design was exactly as I imagined.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg", imageAlt: "Amanda Foster", icon: Heart
id: "5", name: "Amanda Foster", role: "Birthday Celebrant", testimonial: "My kids loved the cake! The flavors are authentic and the design was exactly as I imagined.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-female-shirt-skirt-standing-with-crossed-arms-curving-lips-blinking-looking-thoughtful-front-view_176474-91182.jpg?_wi=2", imageAlt: "Amanda Foster", icon: Heart
},
{
id: "6", name: "Thomas Moore", role: "Regular Customer", testimonial: "I've been ordering from them for 3 years now. Consistency, quality, and flavor - they never disappoint!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Thomas Moore", icon: Heart
id: "6", name: "Thomas Moore", role: "Regular Customer", testimonial: "I've been ordering from them for 3 years now. Consistency, quality, and flavor - they never disappoint!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Thomas Moore", icon: Heart
}
]}
/>