Merge version_3 into main #2

Merged
bender merged 6 commits from version_3 into main 2026-02-15 20:43:11 +00:00
6 changed files with 9 additions and 6 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

@@ -176,6 +176,9 @@ export default function SababaKitchenPage() {
},
{
id: "3", title: "Noa Rabinovitch", subtitle: "Pastry Chef", detail: "noa@sababa.com", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-asian-chef-kitchen-interior-restaurant-vintage-filtered-image_1253-1013.jpg", imageAlt: "Noa Rabinovitch"
},
{
id: "4", title: "Rainer Ahi", subtitle: "Toilet Cleaner", detail: "Is Cleaning Rn", imageSrc: "https://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21338.jpg", imageAlt: "Rainer Ahi"
}
]
}
@@ -262,4 +265,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>
);
}
}