Update src/app/page.tsx
This commit is contained in:
@@ -77,12 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Classic Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg" },
|
||||
{ id: "p2", name: "House Blend Beans", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-organic-raw-beans-placed-marble-surface_114579-88691.jpg" },
|
||||
{ id: "p3", name: "Iced Oat Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" },
|
||||
{ id: "p4", name: "Pour Over V60", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14720.jpg" },
|
||||
{ id: "p5", name: "Mocha Velvet", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093862.jpg" },
|
||||
{ id: "p6", name: "French Press", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg" },
|
||||
{ id: "p1", name: "Classic Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
{ id: "p2", name: "House Blend Beans", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/sackcloth-organic-raw-beans-placed-marble-surface_114579-88691.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
{ id: "p3", name: "Iced Oat Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
{ id: "p4", name: "Pour Over V60", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14720.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
{ id: "p5", name: "Mocha Velvet", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans_23-2148093862.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
{ id: "p6", name: "French Press", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-green-cup-with-coffee-female-hands_169016-23917.jpg", priceButtonProps: { text: "Order Now", href: "#contact" } },
|
||||
]}
|
||||
title="Signature Brews"
|
||||
description="Discover our collection of handcrafted coffee drinks."
|
||||
@@ -194,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user