diff --git a/src/app/page.tsx b/src/app/page.tsx
index eeabf1f..60fa4e2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,13 +5,13 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
-import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Award, Leaf } from "lucide-react";
+import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
+import { Leaf, Utensils, Star, Clock3 } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,24 +43,21 @@ export default function LandingPage() {
@@ -74,15 +66,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Commitment"
metrics={[
- {
- icon: Leaf,
- label: "Fresh Ingredients", value: "100%"},
- {
- icon: Award,
- label: "Expert Chefs", value: "15+"},
- {
- icon: Award,
- label: "Years Served", value: "10+"},
+ { icon: Leaf, label: "Fresh Local Ingredients", value: "100%" },
+ { icon: Utensils, label: "Authentic Recipes", value: "100%" },
+ { icon: Star, label: "Customer Satisfaction", value: "4.9/5" },
]}
metricsAnimation="slide-up"
/>
@@ -95,39 +81,27 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1", name: "Classic Momos", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/steaming-asian-dumplings-dark-plate_84443-82009.jpg"},
- {
- id: "2", name: "Dal Bhat Platter", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20781.jpg"},
- {
- id: "3", name: "Special Fried Rice", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-cashew-nuts-thai-food_1150-26462.jpg"},
- {
- id: "4", name: "Garden Fresh Salad", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-ingredients-with-platter-macaroni-marble-surface_114579-69873.jpg"},
- {
- id: "5", name: "Berry Refresher", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/blue-chilled-drink-glass-decorated-with-umbrella_23-2148145329.jpg"},
- {
- id: "6", name: "Signature Dessert", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-assortment_23-2149143312.jpg"},
+ { id: "1", name: "Buff Momos", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/steaming-momos-bamboo-steamer_1258-201.jpg" },
+ { id: "2", name: "Traditional Thakali Khana", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg" },
+ { id: "3", name: "Chicken Sekuwa", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-sekuwa_1258-301.jpg" },
+ { id: "4", name: "Mixed Vegetable Curry", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-curry-bowl_1258-289.jpg" },
+ { id: "5", name: "Aloo Chop", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/aloo-chop-plate_1258-210.jpg" },
+ { id: "6", name: "Sel Roti & Curry", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/sel-roti-dish_1258-278.jpg" },
]}
- title="Signature Dishes"
- description="Handpicked favorites from our extensive menu, crafted with passion."
+ title="Featured Menu Items"
+ description="Discover our signature Nepali delicacies, prepared with traditional techniques and local spices."
/>