diff --git a/src/app/page.tsx b/src/app/page.tsx index fb31926..5f1a5a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function ArabianForestCafe() { return ( @@ -108,7 +108,7 @@ export default function ArabianForestCafe() { features={[ { id: 1, - title: "Cozy Interior Design", description: "Warm lighting, comfortable seating, and thoughtfully curated décor create the perfect atmosphere for relaxation and connection.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1", imageAlt: "Cozy café interior seating area" + title: "Cozy Interior Design", description: "Warm lighting, comfortable seating, and thoughtfully curated décor create the perfect atmosphere for relaxation and connection.", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "Cozy café interior seating area" }, { id: 2, @@ -201,7 +201,7 @@ export default function ArabianForestCafe() { background={{ variant: "sparkles-gradient" }} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794382.jpg" imageAlt="Arabian Forest Café contact" inputPlaceholder="Enter your email" buttonText="Subscribe" @@ -211,7 +211,7 @@ export default function ArabianForestCafe() {