3 Commits

Author SHA1 Message Date
d39a41308a Update src/app/page.tsx 2026-04-17 05:44:21 +00:00
28ec8ed0ce Update src/app/page.tsx 2026-04-17 05:43:51 +00:00
a46900981c Merge version_2 into main
Merge version_2 into main
2026-04-17 05:34:28 +00:00

View File

@@ -2,16 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Leaf, MapPin, Clock, MessageSquare, 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 ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
export default function LandingPage() {
return (
@@ -32,9 +30,8 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "Full Menu", id: "products" },
{ name: "Specialties", id: "services" },
{ name: "Highlights", id: "why" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Warung Senandung Mesra"
@@ -48,26 +45,29 @@ 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" }
]}
/>
</div>
<div id="products" data-section="products">
<ProductCatalog
layout="section"
products={[
{ id: "1", name: "Ikan Salai", price: "RM 15", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-marinated-chicken-with-plate-pasta_141793-499.jpg" },
{ id: "2", name: "Masak Lemak", price: "RM 12", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg" },
{ id: "3", name: "Salai Itik", price: "RM 20", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-red-curry-with-meatballs-with-dried-chilies-basil-cucumber-long-beans_1150-27076.jpg" },
{ id: "4", name: "Set Kombo", price: "RM 25", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/befe-sauteed-own-broth-served-with-yogurt-white-plate_114579-1785.jpg" },
]}
/>
</div>
@@ -77,13 +77,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Ikan Salai", description: "Expertly smoked fish using traditional wood techniques for depth of flavor.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-dish-copy-space_23-2148516962.jpg", imageAlt: "smoked fish specialty" },
{ title: "Masak Lemak Cili Api", description: "Rich, spicy, and creamy coconut curry that captures the true essence of Negeri Sembilan style cooking.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg?_wi=2", imageAlt: "masak lemak dish" },
{ title: "Salai Itik", description: "Tender smoked duck, a gourmet kampung delight featuring a complex smoke profile.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg?_wi=2", imageAlt: "smoked duck" },
{ title: "Heritage Sides", description: "A rotating selection of hand-picked vegetables and local ulam sourced daily.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg?_wi=2", imageAlt: "fresh vegetable sides" },
{ title: "Ikan Salai", description: "Expertly smoked fish using traditional wood techniques.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-dish-copy-space_23-2148516962.jpg", imageAlt: "smoked fish specialty" },
{ title: "Masak Lemak Cili Api", description: "Rich, spicy, and creamy coconut curry.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg?_wi=2", imageAlt: "masak lemak dish" },
{ title: "Salai Itik", description: "Tender smoked duck, a gourmet kampung delight.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg?_wi=2", imageAlt: "smoked duck" },
{ title: "Heritage Sides", description: "Daily selection of hand-picked vegetables.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg?_wi=2", imageAlt: "fresh vegetable sides" },
]}
title="Our Culinary Specialties"
description="Authentic flavors, family traditions, and a deep respect for our heritage recipes."
description="Authentic flavors, family traditions, and a deep respect for heritage recipes."
/>
</div>
@@ -102,50 +102,6 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Ikan Salai", price: "RM 15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-marinated-chicken-with-plate-pasta_141793-499.jpg" },
{ id: "p2", name: "Masak Lemak", price: "RM 12", imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg" },
{ id: "p3", name: "Salai Itik", price: "RM 20", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-red-curry-with-meatballs-with-dried-chilies-basil-cucumber-long-beans_1150-27076.jpg" },
{ id: "p4", name: "Set Kombo", price: "RM 25", imageSrc: "http://img.b2bpic.net/free-photo/befe-sauteed-own-broth-served-with-yogurt-white-plate_114579-1785.jpg" },
]}
title="Our Kitchen Gallery"
description="A visual journey through our traditional preparation and serving styles."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "Location", content: "Located in the heart of Kampung Tunggul Hitam, Parit Raja, Johor." },
{ id: "f2", title: "Operating Hours", content: "Join us daily until 4:00 PM for the freshest smoked dishes." },
{ id: "f3", title: "Dining Options", content: "We welcome both dine-in guests and takeaway orders for your convenience." },
{ id: "f4", title: "Spice Level", content: "Our dishes are seasoned for authentic taste, generally offering a balanced medium spice level." },
]}
sideTitle="Common Questions"
sideDescription="Answers to the questions we receive most often."
faqsAnimation="blur-reveal"
/>
</div>
<div id="cta" data-section="cta">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Traditional Methods", "Local Community", "Freshly Sourced", "Family Recipes", "Welcoming Atmosphere"
]}
title="Experience Authentic Ikan Salai"
description="Join us for a meal that feels like home. Visit us in Parit Raja today!"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
@@ -164,8 +120,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Warung Senandung Mesra Wak Jheynal"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#services" }, { label: "Gallery", href: "#gallery" }] },
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/" }, { label: "Directions", href: "#" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Full Menu", href: "#products" }] },
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/" }] },
]}
copyrightText="© 2026 Warung Senandung Mesra"
/>
@@ -173,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}