Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-25 20:12:08 +00:00

View File

@@ -51,10 +51,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-bun_1252-890.jpg", imageAlt: "Steaming latte and fresh bagel on rustic wood table"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg", imageAlt: "Freshly baked bagel with golden crust"
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg?_wi=1", imageAlt: "Freshly baked bagel with golden crust"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Espresso with beautiful latte art"
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1", imageAlt: "Espresso with beautiful latte art"
}
]}
autoplayDelay={4000}
@@ -99,7 +99,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Ingredients", description: "Sourced locally whenever possible", media: {
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg", imageAlt: "Fresh bagel"
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-tasty-bakery-bagel_185193-109373.jpg?_wi=2", imageAlt: "Fresh bagel"
},
items: [
{ icon: CheckCircle, text: "Crispy outside, soft inside" },
@@ -123,7 +123,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "World-Class Espresso", description: "Expertly crafted beverages", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg", imageAlt: "Perfect espresso with latte art"
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=2", imageAlt: "Perfect espresso with latte art"
},
items: [
{ icon: Zap, text: "Rich crema every time" },