Update src/app/page.tsx
This commit is contained in:
@@ -100,14 +100,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Bakery", name: "Cookies", price: "RS. 50", rating: 5, reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1499636136210-6f4ee915583e?q=80&w=300" },
|
||||
{ id: "p2", brand: "Bakery", name: "Brownies", price: "RS. 70", rating: 5, reviewCount: "90", imageSrc: "https://images.unsplash.com/photo-1606313564200-e75d5e30475c?q=80&w=300" },
|
||||
{ id: "p2", brand: "Bakery", name: "Brownies", price: "RS. 70", rating: 5, reviewCount: "90", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778414261632-k2z014tl.jpg" },
|
||||
{ id: "p3", brand: "Bakery", name: "Croissants", price: "RS. 80", rating: 5, reviewCount: "75", imageSrc: "https://images.unsplash.com/photo-1555507036-ab1f4038808a?q=80&w=300" },
|
||||
{ id: "p4", brand: "Cafe", name: "Iced Coffee", price: "RS. 150", rating: 4, reviewCount: "200", imageSrc: "https://images.unsplash.com/photo-1517701604599-b27474a59029?q=80&w=300" },
|
||||
{ id: "p4", brand: "Cafe", name: "Iced Coffee", price: "RS. 150", rating: 4, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778414249789-i92t1bh7.jpg" },
|
||||
{ id: "p5", brand: "Cafe", name: "Coffee", price: "RS. 120", rating: 5, reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1509042239860-f550ce710b93?q=80&w=300" },
|
||||
{ id: "p6", brand: "Cafe", name: "Cappuccino", price: "RS. 180", rating: 5, reviewCount: "130", imageSrc: "https://images.unsplash.com/photo-1572442388796-11668a67e53d?q=80&w=300" },
|
||||
{ id: "p7", brand: "Cafe", name: "Milk Coffee", price: "RS. 140", rating: 4, reviewCount: "110", imageSrc: "https://images.unsplash.com/photo-1585494424658-27d7d0801626?q=80&w=300" },
|
||||
{ id: "p8", brand: "Bakery", name: "Cupcakes", price: "RS. 100", rating: 5, reviewCount: "200", imageSrc: "https://images.unsplash.com/photo-1587668132962-ce406180373e?q=80&w=300" },
|
||||
{ id: "p9", brand: "Bakery", name: "Mini Cupcakes", price: "RS. 60", rating: 5, reviewCount: "80", imageSrc: "https://images.unsplash.com/photo-1614833983226-25807916e4b8?q=80&w=300" },
|
||||
{ id: "p7", brand: "Cafe", name: "Milk Coffee", price: "RS. 140", rating: 4, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778414233033-e5izt03n.jpg" },
|
||||
{ id: "p8", brand: "Bakery", name: "Cupcakes", price: "RS. 100", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778414177798-p6em3j0m.jpg" },
|
||||
{ id: "p9", brand: "Bakery", name: "Mini Cupcakes", price: "RS. 60", rating: 5, reviewCount: "80", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DWxDUXj8K89bTUE5cWBdlXCiiL/uploaded-1778414190720-d0wnkkrq.jpg" },
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Freshly baked delights and artisanal coffees."
|
||||
|
||||
Reference in New Issue
Block a user