From 849ddba6fdb27b3cb3359f4bc3f3d549bbed22f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:29:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0867a78..6ee19f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Dream Shakes & Co." description="Delicious Cakes & Shakes Made Fresh Everyday in Patna." buttons={[{ text: "Order Now", href: "#products" }, { text: "Visit Store", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg?_wi=1" /> @@ -56,9 +56,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Chocolate Truffle", price: "₹450", variant: "Cake", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-slice-spatula-with-mint_23-2148689812.jpg" }, - { id: "p2", name: "Strawberry Milkshake", price: "₹150", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/pink-yogurt-bottle-glass-with-berries_23-2148150329.jpg" }, - { id: "p3", name: "Butterscotch Pastry", price: "₹80", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7456.jpg" }, + { id: "p1", name: "Chocolate Truffle", price: "₹450", variant: "Cake", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-slice-spatula-with-mint_23-2148689812.jpg?_wi=1" }, + { id: "p2", name: "Strawberry Milkshake", price: "₹150", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/pink-yogurt-bottle-glass-with-berries_23-2148150329.jpg?_wi=1" }, + { id: "p3", name: "Butterscotch Pastry", price: "₹80", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7456.jpg?_wi=1" }, { id: "p4", name: "Red Velvet", price: "₹500", variant: "Cake", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-glass-platter_114579-16601.jpg" }, { id: "p5", name: "Mango Shake", price: "₹160", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/mango-smoothies_74190-5826.jpg" }, { id: "p6", name: "Choco Lava Cake", price: "₹90", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg" } @@ -91,10 +91,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Rohan Kumar", handle: "@rohankumar", testimonial: "The best chocolate truffle I've had in Patna! So fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/milkshakes-muffins_23-2147790587.jpg" }, - { id: "t2", name: "Anjali Singh", handle: "@anjalisingh", testimonial: "Absolutely love the shakes. The menu is fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg" }, - { id: "t3", name: "Vikram Mehta", handle: "@vikramm", testimonial: "Super fresh pastries and great service. My go-to bakery.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-slice-spatula-with-mint_23-2148689812.jpg" }, - { id: "t4", name: "Sana Khan", handle: "@sanakhan", testimonial: "Red velvet cake was heavenly. Thanks for the quick delivery!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pink-yogurt-bottle-glass-with-berries_23-2148150329.jpg" }, - { id: "t5", name: "Amit Gupta", handle: "@amitg", testimonial: "Consistently great quality cakes. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7456.jpg" } + { id: "t2", name: "Anjali Singh", handle: "@anjalisingh", testimonial: "Absolutely love the shakes. The menu is fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg?_wi=2" }, + { id: "t3", name: "Vikram Mehta", handle: "@vikramm", testimonial: "Super fresh pastries and great service. My go-to bakery.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-slice-spatula-with-mint_23-2148689812.jpg?_wi=2" }, + { id: "t4", name: "Sana Khan", handle: "@sanakhan", testimonial: "Red velvet cake was heavenly. Thanks for the quick delivery!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pink-yogurt-bottle-glass-with-berries_23-2148150329.jpg?_wi=2" }, + { id: "t5", name: "Amit Gupta", handle: "@amitg", testimonial: "Consistently great quality cakes. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-novruz-cookies-baklavas-shakarburas-black-tray-plate_114579-7456.jpg?_wi=2" } ]} showRating={true} title="Loved by Locals"