diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1abc98e..61ef67a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -93,4 +93,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b97e55..d2aa885 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 281ca55..2090ffd 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -118,4 +118,4 @@ export default function MenuPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index da894b5..8a963f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,6 @@ export default function SababaKitchenPage() { mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/side-dish-with-peppers-grated-cheese-greens-served-with-glass-wine_141793-948.jpg", imageAlt: "Sababa Kitchen dining ambiance" - }, - { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-hand-holding-plate-with-food_23-2148814494.jpg", imageAlt: "Authentic Israeli dishes" } ]} rating={5} @@ -265,4 +262,4 @@ export default function SababaKitchenPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 44885de..3a0094d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -314,4 +314,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d66d80e..3fa7cbd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -159,4 +159,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file