diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3fd9a77..4244bb2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,137 +29,38 @@ export default function LandingPage() {
@@ -168,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Jijel's Favorite Spot"
metrics={[
- {
- icon: Star,
- label: "Overall Rating",
- value: "4.1★",
- },
- {
- icon: MessageSquare,
- label: "Customer Reviews",
- value: "512+",
- },
- {
- icon: Clock,
- label: "Opening Hours",
- value: "Until 11 PM",
- },
+ { icon: Star, label: "Overall Rating", value: "4.1★" },
+ { icon: MessageSquare, label: "Customer Reviews", value: "512+" },
+ { icon: Clock, label: "Opening Hours", value: "Until 11 PM" },
]}
metricsAnimation="slide-up"
/>
@@ -195,42 +84,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Classic Burger",
- price: "450 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2150887804.jpg",
- },
- {
- id: "2",
- name: "Crispy Sandwich",
- price: "350 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-slices-white-breads-sackcloth_114579-32641.jpg",
- },
- {
- id: "3",
- name: "French Fries",
- price: "150 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-bowl-with-special-sauce-herbs_23-2148701500.jpg",
- },
- {
- id: "4",
- name: "Cold Drink",
- price: "100 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292987.jpg",
- },
- {
- id: "5",
- name: "Kids Menu",
- price: "500 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hamburger-fries-replicas_23-2148258525.jpg",
- },
- {
- id: "6",
- name: "Atlanta Special",
- price: "600 DA",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454924.jpg",
- },
+ { id: "1", name: "Classic Burger", price: "450 DA", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-buns-cheese_23-2150887804.jpg" },
+ { id: "2", name: "Crispy Sandwich", price: "350 DA", imageSrc: "http://img.b2bpic.net/free-photo/omelet-with-slices-white-breads-sackcloth_114579-32641.jpg" },
+ { id: "3", name: "French Fries", price: "150 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-bowl-with-special-sauce-herbs_23-2148701500.jpg" },
+ { id: "4", name: "Cold Drink", price: "100 DA", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-burger-meal_23-2151292987.jpg" },
+ { id: "5", name: "Kids Menu", price: "500 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hamburger-fries-replicas_23-2148258525.jpg" },
+ { id: "6", name: "Atlanta Special", price: "600 DA", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-american-food-with-copy-space_23-2148454924.jpg" },
]}
title="Our Menu"
description="From juicy burgers to kids' treats, discover your next obsession."
@@ -243,41 +102,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Ahmed B.",
- role: "Foodie",
- testimonial: "Best burger in Jijel! Fast service.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg",
- },
- {
- id: "2",
- name: "Sarah K.",
- role: "Regular",
- testimonial: "Kids absolutely love the happy meals.",
- imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg",
- },
- {
- id: "3",
- name: "Mohamed L.",
- role: "Student",
- testimonial: "Great value, open until late.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-yellow-raincoat-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-3065.jpg",
- },
- {
- id: "4",
- name: "Fatima Z.",
- role: "Local",
- testimonial: "Tasty, fresh, and consistent.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg",
- },
- {
- id: "5",
- name: "Karim M.",
- role: "Fan",
- testimonial: "Excellent service every time.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-masks-table_23-2148705562.jpg",
- },
+ { id: "1", name: "Ahmed B.", role: "Foodie", testimonial: "Best burger in Jijel! Fast service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg" },
+ { id: "2", name: "Sarah K.", role: "Regular", testimonial: "Kids absolutely love the happy meals.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg" },
+ { id: "3", name: "Mohamed L.", role: "Student", testimonial: "Great value, open until late.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-yellow-raincoat-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-3065.jpg" },
+ { id: "4", name: "Fatima Z.", role: "Local", testimonial: "Tasty, fresh, and consistent.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-pizza-bar_1303-20335.jpg" },
+ { id: "5", name: "Karim M.", role: "Fan", testimonial: "Excellent service every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-masks-table_23-2148705562.jpg" },
]}
title="Loved by Locals"
description="See why our customers keep coming back for more."
@@ -287,9 +116,7 @@ export default function LandingPage() {