diff --git a/src/app/page.tsx b/src/app/page.tsx index 41ae2cc..03a7743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,13 +104,13 @@ export default function LandingPage() { description="Celebrate life's special moments with a custom cake crafted with care and premium ingredients. Perfect for birthdays, anniversaries, and all your celebrations." products={[ { - id: "1", name: "Birthday Cake", price: "From $45", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg?_wi=1", imageAlt: "Custom Birthday Cake", initialQuantity: 1 + id: "1", name: "Birthday Cake", price: "From $45", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg", imageAlt: "Custom Birthday Cake", initialQuantity: 1 }, { - id: "2", name: "Celebration Cake", price: "From $55", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg?_wi=2", imageAlt: "Custom Celebration Cake", initialQuantity: 1 + id: "2", name: "Celebration Cake", price: "From $55", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg", imageAlt: "Custom Celebration Cake", initialQuantity: 1 }, { - id: "3", name: "Custom Design", price: "From $65", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg?_wi=3", imageAlt: "Custom Design Cake", initialQuantity: 1 + id: "3", name: "Custom Design", price: "From $65", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-hold-knife-while-they-cut-wedding-cake_8353-50.jpg", imageAlt: "Custom Design Cake", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -127,7 +127,7 @@ export default function LandingPage() { description="Real reviews from locals who love The National Bakery & Cafe" testimonials={[ { - id: "1", name: "Sarah Miller", handle: "Local Customer", testimonial: "Pies here are delicious. I always call ahead because they sell out. The best in Melbourne!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg?_wi=1", imageAlt: "Sarah Miller" + id: "1", name: "Sarah Miller", handle: "Local Customer", testimonial: "Pies here are delicious. I always call ahead because they sell out. The best in Melbourne!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg", imageAlt: "Sarah Miller" }, { id: "2", name: "James Chen", handle: "Regular", testimonial: "Vanilla slice is the best here. Fresh and consistent every time. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/baker-keeping-tray-baked-buns-shelf_1170-2238.jpg", imageAlt: "James Chen" @@ -139,7 +139,7 @@ export default function LandingPage() { id: "4", name: "David Park", handle: "Customer", testimonial: "The BEST bakery I know of. Everything is made from scratch and absolutely delicious.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-coffee-cup_23-2149045722.jpg", imageAlt: "David Park" }, { - id: "5", name: "Sophie Webb", handle: "Local", testimonial: "Their custom cakes are works of art. Beautiful, delicious, and reasonably priced.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg?_wi=2", imageAlt: "Sophie Webb" + id: "5", name: "Sophie Webb", handle: "Local", testimonial: "Their custom cakes are works of art. Beautiful, delicious, and reasonably priced.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-bakery-shop-owner-taking-phone-order_23-2148028001.jpg", imageAlt: "Sophie Webb" }, { id: "6", name: "Michael Thompson", handle: "Regular", testimonial: "Family business with genuine hospitality. Every visit feels like coming home.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg", imageAlt: "Michael Thompson" @@ -159,12 +159,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Heritage", title: "Local Melbourne Favourite", subtitle: "Trusted by generations", description: "Established decades ago, we've become a cornerstone of the Melbourne community. Our loyal customers return not just for our pies and pastries, but for the warmth and hospitality we bring to every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/plum-near-bun-drink_23-2147869462.jpg?_wi=1" + tag: "Heritage", title: "Local Melbourne Favourite", subtitle: "Trusted by generations", description: "Established decades ago, we've become a cornerstone of the Melbourne community. Our loyal customers return not just for our pies and pastries, but for the warmth and hospitality we bring to every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/plum-near-bun-drink_23-2147869462.jpg" } ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" /> @@ -175,7 +174,7 @@ export default function LandingPage() { description="Stop by for fresh pies, custom cakes, and great coffee. We're open daily with something fresh baking every morning." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/plum-near-bun-drink_23-2147869462.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/plum-near-bun-drink_23-2147869462.jpg" imageAlt="The National Bakery & Cafe interior" mediaAnimation="slide-up" inputPlaceholder="Your email"