From d39a41308aba59f851d47a6eaebfbd8f27786ea7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:44:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index add2de9..7444b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Zap, Leaf, Utensils, Award, Info, Phone } from "lucide-react"; +import { Zap, Leaf } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { return ( @@ -34,7 +32,6 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Full Menu", id: "products" }, { name: "Specialties", id: "services" }, - { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }, ]} brandName="Warung Senandung Mesra" @@ -48,26 +45,17 @@ export default function LandingPage() { description="Authentic Ikan Salai & Masak Lemak – A Hidden Kampung Gem, serving heritage flavors in every bite." leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg?_wi=1", imageAlt: "authentic kampung style food" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg?_wi=1", imageAlt: "delicious ikan salai masak lemak" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg?_wi=1", imageAlt: "spicy malay curry dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg?_wi=1", imageAlt: "rustic warung table setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-with-cabbage-pickle-black-wooden-board_114579-86500.jpg", imageAlt: "smoked duck dish tender" } + { imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg?_wi=1", imageAlt: "delicious ikan salai masak lemak" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/anime-style-cozy-home-interior-with-furnishings_23-2151176381.jpg", imageAlt: "warm welcoming restaurant entrance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg", imageAlt: "fresh ingredients for masak lemak" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508910.jpg", imageAlt: "delicious ikan salai masak lemak" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25744.jpg", imageAlt: "spicy malay curry dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-rice-clay-bowl_140725-12055.jpg", imageAlt: "rustic warung table setup" } + { imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg", imageAlt: "fresh ingredients for masak lemak" } ]} buttons={[{ text: "Order via WhatsApp", href: "https://wa.me/" }]} avatarText="Loved by 500+ local foodies" marqueeItems={[ { type: "text", text: "Authentic Taste" }, - { type: "text", text: "Family Recipe" }, - { type: "text", text: "Fresh Ingredients" }, - { type: "text", text: "Kampung Spirit" }, - { type: "text", text: "Traditional Cooking" } + { type: "text", text: "Family Recipe" } ]} /> @@ -75,8 +63,6 @@ export default function LandingPage() {
@@ -134,8 +120,8 @@ export default function LandingPage() { -- 2.49.1