diff --git a/src/app/page.tsx b/src/app/page.tsx index f7b94ce..fee5774 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { { id: "americano", name: "Americano", price: "", variant: "Espresso shots diluted with hot water, offering a bold coffee flavor.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-coffee-plate_23-2148349623.jpg", imageAlt: "Simple black Americano in a white cup"}, { - id: "cold-brew", name: "Espresso ", price: "", variant: "Smooth, low-acid coffee steeped for hours, served over ice.", imageSrc: "https://img.b2bpic.net/free-photo/white-cup-with-fragrant-strong-espresso-coffee-with-thick-foam-traditional-greek-coffee-shop-top-view-coffee-with-saucer-gray-marble-table-idea-background-poster_166373-3823.jpg?id=45012813", imageAlt: "Cold brew coffee in a glass with ice"}, + id: "cold-brew", name: "Espresso ", price: "", variant: "A rich, concentrated shot of coffee with bold flavor and a smooth crema.", imageSrc: "https://img.b2bpic.net/free-photo/white-cup-with-fragrant-strong-espresso-coffee-with-thick-foam-traditional-greek-coffee-shop-top-view-coffee-with-saucer-gray-marble-table-idea-background-poster_166373-3823.jpg?id=45012813", imageAlt: "Cold brew coffee in a glass with ice"}, { id: "hot-tea", name: "Hot Tea", price: "", variant: "A selection of premium loose-leaf teas, steeped to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-teapot-cup-tea-candles-knitted-element_169016-49183.jpg", imageAlt: "Hot tea in a elegant white cup"}, ]}