Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@ananyap",
|
||||
testimonial: "Best Cortado in Noida! The vibe is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@rahulk",
|
||||
testimonial: "Their Belgian Chocolate range is divine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@priyas",
|
||||
testimonial: "A perfect spot for morning brew.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@vikramj",
|
||||
testimonial: "Excellent matcha selection.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
{
|
||||
@@ -97,11 +97,11 @@ export default function LandingPage() {
|
||||
handle: "@nehar",
|
||||
testimonial: "Love the cozy atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915125.jpg",
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
title: "Artisan Brewing",
|
||||
description: "Expertly crafted ristretto and latte pulls.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=3",
|
||||
imageAlt: "coffee beans high quality",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=2",
|
||||
imageAlt: "coffee beans high quality",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2",
|
||||
imageAlt: "coffee beans high quality",
|
||||
},
|
||||
]}
|
||||
@@ -275,7 +275,7 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Double Espresso",
|
||||
price: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -324,7 +324,7 @@ export default function LandingPage() {
|
||||
quote: "Love the cozy atmosphere and premium coffee quality.",
|
||||
name: "Sarah J.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -332,7 +332,7 @@ export default function LandingPage() {
|
||||
quote: "Best Strawberry Matcha in the area!",
|
||||
name: "Michael C.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -401,7 +401,7 @@ export default function LandingPage() {
|
||||
title="Coffee Bond Sector 51"
|
||||
description="36, Market, Block B1.A, Sector 51, Noida. Come visit us for your daily caffeine fix."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user