diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3dab4c5..7705866 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import ContactFaq from '@/components/sections/contact/ContactFaq';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { Award, Flame, Leaf, Sparkles, Utensils } from "lucide-react";
+import { Award, Flame, Leaf, Sparkles, Utensils, Mail, Phone, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -53,109 +41,22 @@ export default function LandingPage() {
@@ -167,18 +68,9 @@ export default function LandingPage() {
title="Our Culinary Story"
description="At Exelencia, we believe that food is more than just sustenance; it is a celebration of local culture, fresh ingredients, and the artistry of fine cooking. From our kitchen to your table, every dish tells a story."
bulletPoints={[
- {
- title: "Fresh Local Produce",
- description: "We source ingredients from the best local suppliers.",
- },
- {
- title: "Hygiene First",
- description: "Strict quality control to ensure every meal is safe and delicious.",
- },
- {
- title: "Artisan Craftsmanship",
- description: "Experienced chefs dedicated to delivering the perfect flavor.",
- },
+ { title: "Fresh Local Produce", description: "We source ingredients from the best local suppliers." },
+ { title: "Hygiene First", description: "Strict quality control to ensure every meal is safe and delicious." },
+ { title: "Artisan Craftsmanship", description: "Experienced chefs dedicated to delivering the perfect flavor." },
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
imageAlt="Chef preparing signature dishes at Exelencia"
@@ -193,42 +85,8 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Signature Herb Roast",
- price: "₹450",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-tartare-with-egg-yolk-microgreens-plate_23-2152026862.jpg",
- },
- {
- id: "p2",
- name: "Exelencia Platter",
- price: "₹899",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-antricot-grilled-lamb-ribs-with-sauces-lettuce-plate_141793-3593.jpg",
- },
- {
- id: "p3",
- name: "Local Greens Medley",
- price: "₹320",
- imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-vegetables-greenery_140725-3477.jpg",
- },
- {
- id: "p4",
- name: "Chef's Decadent Dessert",
- price: "₹280",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg",
- },
- {
- id: "p5",
- name: "Grilled Seasonal Catch",
- price: "₹650",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-meat-with-barbecue-sauce_140725-1145.jpg",
- },
- {
- id: "p6",
- name: "Artisan Herbal Refresh",
- price: "₹150",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-tea-into-armudu-glass_140725-8184.jpg",
- },
+ { id: "p1", name: "Signature Herb Roast", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beef-tartare-with-egg-yolk-microgreens-plate_23-2152026862.jpg" },
+ { id: "p2", name: "Exelencia Platter", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/side-view-antricot-grilled-lamb-ribs-with-sauces-lettuce-plate_141793-3593.jpg" }
]}
title="Chef's Specials"
description="Experience our most requested dishes, perfected over years."
@@ -241,94 +99,42 @@ export default function LandingPage() {
title="Our Impact"
tag="Milestones"
metrics={[
- {
- id: "m1",
- value: "10k+",
- description: "Happy Guests Served",
- },
- {
- id: "m2",
- value: "50+",
- description: "Unique Local Recipes",
- },
- {
- id: "m3",
- value: "5",
- description: "Years of Excellence",
- },
- {
- id: "m4",
- value: "100%",
- description: "Fresh Ingredients",
- },
+ { id: "m1", value: "10k+", description: "Happy Guests Served" },
+ { id: "m2", value: "50+", description: "Unique Local Recipes" },
+ { id: "m3", value: "5", description: "Years of Excellence" },
]}
metricsAnimation="slide-up"
/>