Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-18 13:29:20 +00:00

View File

@@ -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"
/>
</div>
@@ -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"