23 Commits

Author SHA1 Message Date
b9ee84dcf1 Merge version_5 into main
Merge version_5 into main
2026-02-15 21:42:17 +00:00
27d797d1b7 Update src/app/page.tsx 2026-02-15 21:42:13 +00:00
facedaa385 Merge version_5 into main
Merge version_5 into main
2026-02-15 21:38:55 +00:00
c6bafe2b1e Update src/app/shop/page.tsx 2026-02-15 21:38:51 +00:00
c998d2545e Update src/app/shop/[id]/page.tsx 2026-02-15 21:38:51 +00:00
74cc5b60d2 Update src/app/page.tsx 2026-02-15 21:38:50 +00:00
c1f5b25e8a Update src/app/menu/page.tsx 2026-02-15 21:38:49 +00:00
e19e5cea84 Update src/app/layout.tsx 2026-02-15 21:38:48 +00:00
a02a4b6711 Update src/app/blog/page.tsx 2026-02-15 21:38:47 +00:00
50a5c56713 Merge version_4 into main
Merge version_4 into main
2026-02-15 21:34:45 +00:00
aabf5345a5 Update src/app/page.tsx 2026-02-15 21:34:41 +00:00
54ce8a63a9 Merge version_4 into main
Merge version_4 into main
2026-02-15 21:31:26 +00:00
d8ae012d3b Update src/app/page.tsx 2026-02-15 21:31:21 +00:00
4b1bfd0594 Merge version_3 into main
Merge version_3 into main
2026-02-15 21:08:55 +00:00
e7a7fe4a44 Update theme colors 2026-02-15 21:08:49 +00:00
65c99308a5 Merge version_3 into main
Merge version_3 into main
2026-02-15 20:43:11 +00:00
e53eee0e88 Update src/app/shop/page.tsx 2026-02-15 20:43:06 +00:00
e71e90da71 Update src/app/shop/[id]/page.tsx 2026-02-15 20:43:06 +00:00
a83d60a7be Update src/app/page.tsx 2026-02-15 20:43:05 +00:00
95fbd7f919 Update src/app/menu/page.tsx 2026-02-15 20:43:04 +00:00
c047dac142 Update src/app/layout.tsx 2026-02-15 20:43:03 +00:00
e62c7657b1 Update src/app/blog/page.tsx 2026-02-15 20:43:02 +00:00
093d559c1b Merge version_2 into main
Merge version_2 into main
2026-02-15 20:31:53 +00:00
2 changed files with 18 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ export default function SababaKitchenPage() {
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/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: "Warm restaurant interior" imageSrc: "https://img.b2bpic.net/free-photo/close-up-hand-holding-plate-with-food_23-2148814494.jpg", imageAlt: "Authentic Israeli dishes"
} }
]} ]}
rating={5} rating={5}
@@ -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: "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"
} }
] ]
} }

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f7f6f7;; /* --background: #f7f6f7;;;
--card: #ffffff;; --card: #ffffff;;;
--foreground: #0c1325;; --foreground: #251a0c;;;
--primary-cta: #0b07ff;; --primary-cta: #f4c408;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;
--accent: #93b7ff;; --accent: #f4ca26;;;
--background-accent: #a8bae8;; */ --background-accent: #e8daa8;;; */
--background: #f7f6f7;; --background: #f7f6f7;;;
--card: #ffffff;; --card: #ffffff;;;
--foreground: #0c1325;; --foreground: #251a0c;;;
--primary-cta: #0b07ff;; --primary-cta: #f4c408;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;
--accent: #93b7ff;; --accent: #f4ca26;;;
--background-accent: #a8bae8;; --background-accent: #e8daa8;;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);