Update src/app/page.tsx

This commit is contained in:
2026-04-04 11:51:31 +00:00
parent dee5cb32e6
commit cdf3a59a09

View File

@@ -89,9 +89,9 @@ export default function LandingPage() {
features={[
{
title: "Artisanal Brews", description: "Hand-picked beans roasted to perfection for the ultimate coffee experience.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "Coffee selection"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg?_wi=1", imageAlt: "Coffee selection"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Cafe table"}
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg?_wi=1", imageAlt: "Cafe table"}
},
{
title: "Private Lounges", description: "Quiet, secluded spaces perfect for meetings or reading, offering true privacy.", phoneOne: {
@@ -101,9 +101,9 @@ export default function LandingPage() {
},
{
title: "Gourmet Pastries", description: "Freshly baked delights paired perfectly with our signature coffee blends.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "Fresh pastries"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg?_wi=2", imageAlt: "Fresh pastries"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Coffee and cake"}
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg?_wi=2", imageAlt: "Coffee and cake"}
}
]}
showStepNumbers={false}