diff --git a/src/app/page.tsx b/src/app/page.tsx
index c426444..a804476 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,78 +29,30 @@ export default function LandingPage() {
@@ -112,18 +64,9 @@ export default function LandingPage() {
title="Our Story"
description="L'Hivernage Café Glacier was born from a simple obsession: dining should never be left to chance. Every plate is considered—the spice, the texture, the timing."
bulletPoints={[
- {
- title: "Precision",
- description: "Every detail considered twice.",
- },
- {
- title: "Heritage",
- description: "Classic recipes, reimagined.",
- },
- {
- title: "Atmosphere",
- description: "A place that earns its silence.",
- },
+ { title: "Precision", description: "Every detail considered twice." },
+ { title: "Heritage", description: "Classic recipes, reimagined." },
+ { title: "Atmosphere", description: "A place that earns its silence." }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-female-chef-washing-vegetables-kitchen_23-2148763176.jpg"
mediaAnimation="slide-up"
@@ -137,24 +80,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "m1",
- name: "Briouats au Fromage",
- price: "95 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg",
- },
- {
- id: "m2",
- name: "Agneau Confit",
- price: "280 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg",
- },
- {
- id: "m3",
- name: "Moelleux Chocolat",
- price: "95 DH",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg",
- },
+ { id: "m1", name: "Briouats au Fromage", price: "95 DH", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg" },
+ { id: "m2", name: "Agneau Confit", price: "280 DH", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" },
+ { id: "m3", name: "Moelleux Chocolat", price: "95 DH", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg" }
]}
title="The Menu"
description="Three books. One evening. Explore our seasonal selection."
@@ -167,46 +95,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sofia L.",
- handle: "Paris",
- testimonial: "The lamb was unlike anything I've had in Marrakech. Remarkable.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg?_wi=2",
- },
- {
- id: "t2",
- name: "Karim B.",
- handle: "London",
- testimonial: "The food arrived and I stopped thinking about anything else.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-watch-standing-near-business-centre_176420-5636.jpg?_wi=3",
- },
- {
- id: "t3",
- name: "Amelia R.",
- handle: "New York",
- testimonial: "For the first time at a restaurant, I felt completely safe with my allergy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg?_wi=2",
- },
- {
- id: "t4",
- name: "Youssef & Laila",
- handle: "Casablanca",
- testimonial: "It felt less like a restaurant and more like someone had planned the entire evening.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262201.jpg?_wi=2",
- },
- {
- id: "t5",
- name: "Elena V.",
- handle: "Madrid",
- testimonial: "Unforgettable. The ambiance combined with the menu is unparalleled.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg?_wi=3",
- },
+ { id: "t1", name: "Sofia L.", handle: "Paris", testimonial: "The lamb was unlike anything I've had in Marrakech. Remarkable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
+ { id: "t2", name: "Karim B.", handle: "London", testimonial: "The food arrived and I stopped thinking about anything else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-watch-standing-near-business-centre_176420-5636.jpg" },
+ { id: "t3", name: "Amelia R.", handle: "New York", testimonial: "For the first time at a restaurant, I felt completely safe with my allergy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg" },
+ { id: "t4", name: "Youssef & Laila", handle: "Casablanca", testimonial: "It felt less like a restaurant and more like someone had planned the entire evening.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262201.jpg" },
+ { id: "t5", name: "Elena V.", handle: "Madrid", testimonial: "Unforgettable. The ambiance combined with the menu is unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" }
]}
showRating={true}
title="Words from our table"
@@ -214,82 +107,12 @@ export default function LandingPage() {
/>
-
-
-
-