From 2818e171560942a40f2a772b1e22f4006d9c9992 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:03:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 ++++++++++++++--------------------------------- 1 file changed, 44 insertions(+), 101 deletions(-) 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() {
-
@@ -138,24 +112,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Rita Sharma", role: "Foodie", company: "Dhulabari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"}, - { - id: "t2", name: "Raj Karki", role: "Regular", company: "Dhulabari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-up-food-shop-internet_482257-76249.jpg"}, - { - id: "t3", name: "Sita Limbu", role: "Visitor", company: "Birtamod", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg"}, - { - id: "t4", name: "Arjun Giri", role: "Regular", company: "Dhulabari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg"}, - { - id: "t5", name: "Maya Rai", role: "Fan", company: "Dhulabari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"}, + { id: "t1", name: "Rita Sharma", role: "Local Resident", company: "Dhulabari", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-nepali-woman-eating-thali_527904-98.jpg" }, + { id: "t2", name: "Raj Karki", role: "Regular Customer", company: "Dhulabari", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-momos_527904-102.jpg" }, + { id: "t3", name: "Sita Limbu", role: "Visitor", company: "Birtamod", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-at-restaurant_527904-105.jpg" }, ]} title="Our Guests Love Us" - description="Hear what our regulars have to say." + description="Hear what our regulars have to say about the authentic experience at Nanglo." /> @@ -164,12 +126,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "Do you offer delivery?", content: "Yes, we partner with local delivery apps."}, - { - id: "q2", title: "Can I book a table?", content: "Yes, please call us to reserve in advance."}, - { - id: "q3", title: "Are there vegan options?", content: "We offer a variety of vegetable-based dishes."}, + { id: "q1", title: "Is your food authentic?", content: "Yes, our recipes are passed down through generations to ensure true Nepali taste." }, + { id: "q2", title: "Do you host large groups?", content: "We have spacious seating perfect for family gatherings and celebrations." }, + { id: "q3", title: "Can I book a table?", content: "Yes, we recommend calling ahead for evening reservations." }, ]} title="Frequent Questions" description="Everything you need to know about dining with us." @@ -180,39 +139,23 @@ export default function LandingPage() {