diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28ef122..7ebc4fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Leaf, ChefHat, CookingPot, ConciergeBell } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,121 +31,43 @@ export default function LandingPage() {
@@ -155,21 +78,9 @@ export default function LandingPage() {
title="Our Journey in Numbers"
tag="Milestones"
metrics={[
- {
- id: "m1",
- value: "15+",
- description: "Years of Culinary Passion",
- },
- {
- id: "m2",
- value: "5000+",
- description: "Happy Guests Served",
- },
- {
- id: "m3",
- value: "40+",
- description: "Signature Gourmet Dishes",
- },
+ { id: "m1", value: "15+", description: "Years of Culinary Passion" },
+ { id: "m2", value: "5000+", description: "Happy Guests Served" },
+ { id: "m3", value: "40+", description: "Signature Gourmet Dishes" },
]}
metricsAnimation="blur-reveal"
/>
@@ -180,30 +91,10 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- title: "Farm to Table",
- description: "Fresh, local ingredients sourcing.",
- buttonIcon: "Leaf",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg",
- },
- {
- title: "Traditional Recipes",
- description: "Generations of culinary secrets.",
- buttonIcon: "ChefHat",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggplant-with-tomato-chopped-green-onions-rag-round-white-plate_176474-3356.jpg",
- },
- {
- title: "Artisanal Preparation",
- description: "Hand-crafted quality every time.",
- buttonIcon: "CookingPot",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sporty-girl-kitchen-with-vegetables_1157-41819.jpg",
- },
- {
- title: "Impeccable Service",
- description: "Hospitality is our signature.",
- buttonIcon: "ConciergeBell",
- imageSrc: "http://img.b2bpic.net/free-photo/qualified-worker-having-new-idea_482257-81376.jpg",
- },
+ { title: "Farm to Table", description: "Fresh, local ingredients sourcing.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg" },
+ { title: "Traditional Recipes", description: "Generations of culinary secrets.", buttonIcon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggplant-with-tomato-chopped-green-onions-rag-round-white-plate_176474-3356.jpg" },
+ { title: "Artisanal Preparation", description: "Hand-crafted quality every time.", buttonIcon: CookingPot, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sporty-girl-kitchen-with-vegetables_1157-41819.jpg" },
+ { title: "Impeccable Service", description: "Hospitality is our signature.", buttonIcon: ConciergeBell, imageSrc: "http://img.b2bpic.net/free-photo/qualified-worker-having-new-idea_482257-81376.jpg" },
]}
title="The Lazeez Commitment"
description="We believe in transparency, quality, and community."
@@ -217,42 +108,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Truffle Pasta",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-cooking-with-eggs-fresh-vegetables-spices-eggs-fallen-oil-bottle-green-bundles-fallen-oil_140725-141946.jpg",
- },
- {
- id: "p2",
- name: "Grilled Salmon",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-stuffed-meat-parmesan_140725-9728.jpg",
- },
- {
- id: "p3",
- name: "Garden Harvest",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/full-view-organic-vegetables-table_197531-33077.jpg",
- },
- {
- id: "p4",
- name: "Braised Short Rib",
- price: "$42",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-tea-nuts-dried-fruits-plate_140725-12865.jpg",
- },
- {
- id: "p5",
- name: "Artisan Cheese Board",
- price: "$26",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-italian-pasta-with-meat-grey-space_140725-76307.jpg",
- },
- {
- id: "p6",
- name: "Chocolate Delice",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg",
- },
+ { id: "p1", name: "Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-cooking-with-eggs-fresh-vegetables-spices-eggs-fallen-oil-bottle-green-bundles-fallen-oil_140725-141946.jpg" },
+ { id: "p2", name: "Grilled Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-stuffed-meat-parmesan_140725-9728.jpg" },
+ { id: "p3", name: "Garden Harvest", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/full-view-organic-vegetables-table_197531-33077.jpg" },
+ { id: "p4", name: "Braised Short Rib", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-tea-nuts-dried-fruits-plate_140725-12865.jpg" },
+ { id: "p5", name: "Artisan Cheese Board", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/top-view-italian-pasta-with-meat-grey-space_140725-76307.jpg" },
+ { id: "p6", name: "Chocolate Delice", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg" },
]}
title="Our Signature Menu"
description="Hand-selected plates designed for delight."
@@ -265,60 +126,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah",
- role: "Foodie",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
- },
- {
- id: "t2",
- name: "Mark",
- role: "Critic",
- company: "Journal",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
- {
- id: "t3",
- name: "Emma",
- role: "Chef",
- company: "Kitchen",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67299.jpg",
- },
- {
- id: "t4",
- name: "David",
- role: "Guest",
- company: "Business",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-friends-sitting-cafe-woman-using-her-mobile-phone_171337-19728.jpg",
- },
- {
- id: "t5",
- name: "Julia",
- role: "Diner",
- company: "Family",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg",
- },
+ { id: "t1", name: "Sarah", role: "Foodie", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
+ { id: "t2", name: "Mark", role: "Critic", company: "Journal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" },
+ { id: "t3", name: "Emma", role: "Chef", company: "Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67299.jpg" },
+ { id: "t4", name: "David", role: "Guest", company: "Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-friends-sitting-cafe-woman-using-her-mobile-phone_171337-19728.jpg" },
+ { id: "t5", name: "Julia", role: "Diner", company: "Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg" },
]}
kpiItems={[
- {
- label: "Google Rating",
- value: "4.9",
- },
- {
- label: "Review Count",
- value: "1.2k",
- },
- {
- label: "Recurring Guests",
- value: "85%",
- },
+ { label: "Google Rating", value: "4.9" },
+ { label: "Review Count", value: "1.2k" },
+ { label: "Recurring Guests", value: "85%" },
]}
title="Guest Impressions"
description="What our patrons say about the Lazeez experience."
@@ -329,21 +146,9 @@ export default function LandingPage() {