From 3f93ea43ca6d8ea427eaddb8a50594efbf913a79 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:30:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 94 +++++++++--------------------------------------- 1 file changed, 16 insertions(+), 78 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4693ff..d04b87c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,45 +119,15 @@ export default function HomePage() { @@ -223,10 +170,7 @@ export default function HomePage() { heading={[ { type: "text", content: "Authentic Turkish Cuisine with" }, { - type: "image", - src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", - alt: "Restaurant interior", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", alt: "Restaurant interior"}, { type: "text", content: "Premium Fresh Ingredients" }, ]} useInvertedBackground={false} @@ -245,19 +189,13 @@ export default function HomePage() { features={[ { icon: Phone, - title: "Call Now", - description: "06 90 30 30 32 - Open until 00:30 daily", - }, + title: "Call Now", description: "06 90 30 30 32 - Open until 00:30 daily"}, { icon: Clock, - title: "Book Online", - description: "Reserve your table in seconds", - }, + title: "Book Online", description: "Reserve your table in seconds"}, { icon: MapPin, - title: "Visit Us", - description: "L15/L17 M Avenue, Av. de la Ménara, Marrakech", - }, + title: "Visit Us", description: "L15/L17 M Avenue, Av. de la Ménara, Marrakech"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From f5f1a0f82f3e30c6022aaf9adc28a7297b71d8c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:30:55 +0000 Subject: [PATCH 2/2] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 93dea4c..2acd9f7 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -82,44 +82,21 @@ export default function ReviewsPage() { -- 2.49.1