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"
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() {