Update src/app/page.tsx
This commit is contained in:
@@ -44,12 +44,12 @@ export default function LandingPage() {
|
||||
description="Experience the perfect balance of deep espresso and authentic matcha, served with passion."
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg", imageAlt: "Iced Matcha Coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg", imageAlt: "Signature Espresso Drink" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg", imageAlt: "Iced Tea Specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg", imageAlt: "Kafeiin Signature Blend" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg", imageAlt: "Gourmet Matcha" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", imageAlt: "Barista Crafted Drink" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg?_wi=1", imageAlt: "Iced Matcha Coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg?_wi=1", imageAlt: "Signature Espresso Drink" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg?_wi=1", imageAlt: "Iced Tea Specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg?_wi=1", imageAlt: "Kafeiin Signature Blend" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg?_wi=1", imageAlt: "Gourmet Matcha" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=1", imageAlt: "Barista Crafted Drink" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,12 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "m1", name: "Signature Matcha", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg" },
|
||||
{ id: "m2", name: "Deep Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg" },
|
||||
{ id: "m3", name: "Iced Chai Tea", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg" },
|
||||
{ id: "m4", name: "Matcha Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg" },
|
||||
{ id: "m5", name: "Americano", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg" },
|
||||
{ id: "m6", name: "Specialty Tea", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg" }
|
||||
{ id: "m1", name: "Signature Matcha", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg?_wi=2" },
|
||||
{ id: "m2", name: "Deep Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg?_wi=2" },
|
||||
{ id: "m3", name: "Iced Chai Tea", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg?_wi=2" },
|
||||
{ id: "m4", name: "Matcha Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg?_wi=2" },
|
||||
{ id: "m5", name: "Americano", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg?_wi=2" },
|
||||
{ id: "m6", name: "Specialty Tea", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=2" }
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our expertly curated selection of Matcha, Coffee, and Tea."
|
||||
|
||||
Reference in New Issue
Block a user