Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg?_wi=1"
|
||||
imageAlt="LOT. coffee boutique interior with specialty coffee and pastries"
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "/menu" },
|
||||
@@ -85,28 +85,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Single Origin Espresso",
|
||||
price: "€3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-coffee-beans-table_141793-1051.jpg?_wi=1",
|
||||
imageAlt: "Single Origin Espresso cup",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Specialty Cappuccino",
|
||||
price: "€4.20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-well-made-latte-with-art-foam_181624-285.jpg?_wi=1",
|
||||
imageAlt: "Latte art cappuccino",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Pastry Selection",
|
||||
price: "€3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loafs-oranges-breakfast_23-2147667294.jpg?_wi=1",
|
||||
imageAlt: "Assorted fresh pastries and croissants",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Flat White",
|
||||
price: "€4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-with-milk-sugar_23-2148463986.jpg?_wi=1",
|
||||
imageAlt: "Smooth Flat White coffee",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user