Update src/app/page.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function HomePage() {
|
||||
handle: "@marcusmornings",
|
||||
testimonial: "They remember my order. Great quality, genuine people, and consistently excellent service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg?_wi=1",
|
||||
imageAlt: "Marcus testimonial"
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
handle: "@jordanbrunch",
|
||||
testimonial: "Amazing pastries and the cold brew is absolutely next level. Worth the visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=1",
|
||||
imageAlt: "Jordan testimonial"
|
||||
}
|
||||
]}
|
||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
||||
tag="Welcome to Urth Coffee"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-bench_1339-1879.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lonely-bench_1339-1879.jpg?_wi=1"
|
||||
imageAlt="Urth Coffee cozy interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
tag="Our Story"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125745.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125745.jpg?_wi=1"
|
||||
imageAlt="Urth Coffee barista team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -145,7 +145,7 @@ export default function HomePage() {
|
||||
name: "Urth Signature Espresso",
|
||||
price: "$4.50",
|
||||
variant: "Double Shot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-apron-working-coffee-machine_23-2148366642.jpg?_wi=1",
|
||||
imageAlt: "Signature espresso with latte art"
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function HomePage() {
|
||||
name: "House Cold Brew",
|
||||
price: "$5.00",
|
||||
variant: "16oz Pour Over",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buns-raisins-near-hot-drinks_23-2147869639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buns-raisins-near-hot-drinks_23-2147869639.jpg?_wi=1",
|
||||
imageAlt: "Refreshing cold brew with ice"
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
name: "Croissant & Coffee Combo",
|
||||
price: "$7.50",
|
||||
variant: "With Butter Croissant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408519.jpg?_wi=1",
|
||||
imageAlt: "Fresh croissant with espresso"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user