Merge version_5 into main #6

Merged
bender merged 6 commits from version_5 into main 2026-02-15 21:38:56 +00:00
6 changed files with 6 additions and 9 deletions

View File

@@ -93,4 +93,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1264,4 +1264,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -118,4 +118,4 @@ export default function MenuPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -314,4 +314,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -159,4 +159,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}