Update src/app/page.tsx
This commit is contained in:
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=1",
|
||||
imageAlt: "Cozy cafe interior",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
name: "Artisan Pizza",
|
||||
price: "₹349",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
name: "Nutella Shake",
|
||||
price: "₹199",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
name: "Avocado Milkshake",
|
||||
price: "₹249",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
||||
quote: "The avocado milkshake was incredible. Perfect for my painting session.",
|
||||
tag: "Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe portrait",
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function LandingPage() {
|
||||
quote: "Celebrated my sister's birthday and the staff made it unforgettable.",
|
||||
tag: "Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe portrait",
|
||||
},
|
||||
{
|
||||
@@ -307,7 +307,7 @@ export default function LandingPage() {
|
||||
quote: "Hands down the best pizza I've had in a café. So cozy!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe portrait",
|
||||
},
|
||||
{
|
||||
@@ -318,7 +318,7 @@ export default function LandingPage() {
|
||||
quote: "This is my absolute favorite place to relax after college classes.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg?_wi=2",
|
||||
imageAlt: "happy customer cafe portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user