Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aabf5345a5 | |||
| d8ae012d3b | |||
| 4b1bfd0594 | |||
| e7a7fe4a44 | |||
| 65c99308a5 | |||
| e53eee0e88 | |||
| e71e90da71 | |||
| a83d60a7be | |||
| 95fbd7f919 | |||
| c047dac142 | |||
| e62c7657b1 | |||
| 093d559c1b |
@@ -93,4 +93,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1264,4 +1264,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,4 +118,4 @@ export default function MenuPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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/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}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -314,4 +314,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,4 +159,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0b07ff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93b7ff;;
|
||||
--background-accent: #a8bae8;; */
|
||||
/* --background: #f7f6f7;;;
|
||||
--card: #ffffff;;;
|
||||
--foreground: #251a0c;;;
|
||||
--primary-cta: #f4c408;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--accent: #f4ca26;;;
|
||||
--background-accent: #e8daa8;;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0b07ff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93b7ff;;
|
||||
--background-accent: #a8bae8;;
|
||||
--background: #f7f6f7;;;
|
||||
--card: #ffffff;;;
|
||||
--foreground: #251a0c;;;
|
||||
--primary-cta: #f4c408;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--accent: #f4ca26;;;
|
||||
--background-accent: #e8daa8;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user