Merge version_1 into main #3
@@ -83,9 +83,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Pastry", name: "Madeline Rose Croissant", price: "₹295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" },
|
||||
{ id: "p2", brand: "Drink", name: "Lavender Infused Latte", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" },
|
||||
{ id: "p3", brand: "Dessert", name: "Seasonal Fruit Tart", price: "₹420", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" }
|
||||
{ id: "p1", brand: "Pastry", name: "Madeline Rose Croissant", price: "₹295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=1" },
|
||||
{ id: "p2", brand: "Drink", name: "Lavender Infused Latte", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=1" },
|
||||
{ id: "p3", brand: "Dessert", name: "Seasonal Fruit Tart", price: "₹420", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=1" }
|
||||
]}
|
||||
title="Signature Delights"
|
||||
description="Curated selection of our finest boutique treats."
|
||||
@@ -99,9 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Patron", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" },
|
||||
{ id: "t2", name: "Michael C.", role: "Coffee Enthusiast", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" },
|
||||
{ id: "t3", name: "Emily R.", role: "Pastry Fan", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" },
|
||||
{ id: "t1", name: "Sarah J.", role: "Patron", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Michael C.", role: "Coffee Enthusiast", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Emily R.", role: "Pastry Fan", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=2" },
|
||||
{ id: "t4", name: "David K.", role: "Daily Visitor", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-french-macarons-delicious-little-cakes-white-surface_140725-61839.jpg" }
|
||||
]}
|
||||
title="Stories from Cafe Madeline"
|
||||
|
||||
Reference in New Issue
Block a user