Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-spices-flowers-coffee-beans-cookies-flat-lay-wooden-background_176474-64411.jpg", imageAlt: "Premium coffee beans"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg", imageAlt: "Fresh baked croissants"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg?_wi=1", imageAlt: "Fresh baked croissants"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -88,13 +88,13 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "espresso", name: "Espresso", price: "৳250", variant: "Single, Double, Triple", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg", imageAlt: "Perfect espresso shot"
|
||||
id: "espresso", name: "Espresso", price: "৳250", variant: "Single, Double, Triple", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg?_wi=1", imageAlt: "Perfect espresso shot"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Cappuccino", price: "৳350", variant: "Small, Medium, Large", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg", imageAlt: "Creamy cappuccino"
|
||||
},
|
||||
{
|
||||
id: "croissant", name: "Fresh Croissant", price: "৳180", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg", imageAlt: "Butter croissant"
|
||||
id: "croissant", name: "Fresh Croissant", price: "৳180", variant: "Plain, Chocolate, Almond", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-croissants_23-2148628324.jpg?_wi=2", imageAlt: "Butter croissant"
|
||||
},
|
||||
{
|
||||
id: "sandwich", name: "Premium Sandwich", price: "৳320", variant: "Veggie, Chicken, Cheese", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-sandwich_23-2149235926.jpg", imageAlt: "Fresh sandwich"
|
||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Quality", description: "Handcrafted coffee and baked goods made fresh every single day with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg", imageAlt: "Premium coffee quality"
|
||||
title: "Premium Quality", description: "Handcrafted coffee and baked goods made fresh every single day with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1845.jpg?_wi=2", imageAlt: "Premium coffee quality"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
|
||||
Reference in New Issue
Block a user