diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 61ef67a..1abc98e 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 d2aa885..9b97e55 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 2090ffd..281ca55 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 5682829..c9cc092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3a0094d..44885de 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 3fa7cbd..d66d80e 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 +}