Merge version_1 into main #2
@@ -115,22 +115,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=1", imageAlt: "Single shot espresso"
|
||||
id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Single shot espresso"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Creamy Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=1", imageAlt: "Creamy latte with art"
|
||||
id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Creamy latte with art"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Fresh Pastries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cakes-portions-berries-glass-teapot-table_1262-20035.jpg", imageAlt: "Selection of fresh pastries"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=2", imageAlt: "Refreshing cold brew coffee"
|
||||
id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Refreshing cold brew coffee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=2", imageAlt: "Espresso macchiato"
|
||||
id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Espresso macchiato"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
names=[
|
||||
"Fair Trade Coffee Co.", "Artisan Bakery Supply", "Sustainable Packaging Inc.", "Local Farmers Collective", "Coffee Certification Board", "Premium Espresso Roasters", "Community Development Fund"
|
||||
]
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user