From 2e1ee81806a1ecd692a0a3890610806d65275b76 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:03:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f934818..a16a9c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,10 +46,10 @@ export default function LandingPage() { title="Warung Senandung Mesra Wak Jheynal" description="Authentic Ikan Salai & Masak Lemak – Hidden Kampung Gem." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg", imageAlt: "authentic kampung style food" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg", imageAlt: "delicious ikan salai masak lemak" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg", imageAlt: "spicy malay curry dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg", imageAlt: "rustic warung table setup" }, + { 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" } ]} rightCarouselItems={[ @@ -84,10 +84,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Ikan Salai", description: "Perfectly smoked fish with rich, authentic kampung flavor.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-dish-copy-space_23-2148516962.jpg", imageAlt: "smoked duck dish tender" }, - { title: "Masak Lemak Cili Api", description: "Signature creamy dish with balanced spice loved by locals.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg", imageAlt: "smoked duck dish tender" }, - { title: "Salai Itik", description: "Smoked duck cooked to perfection – tender & flavorful.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg", imageAlt: "smoked duck dish tender" }, - { title: "Traditional Recipes", description: "Cooked with love following family heritage recipes.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg", imageAlt: "smoked duck dish tender" }, - { title: "Fresh Sides", description: "Hand-picked vegetables sourced from our local farmers.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg", imageAlt: "smoked duck dish tender" }, + { title: "Masak Lemak Cili Api", description: "Signature creamy dish with balanced spice loved by locals.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-wooden-board_140725-2399.jpg?_wi=2", imageAlt: "smoked duck dish tender" }, + { title: "Salai Itik", description: "Smoked duck cooked to perfection – tender & flavorful.", 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 dish tender" }, + { title: "Traditional Recipes", description: "Cooked with love following family heritage recipes.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23919.jpg?_wi=2", imageAlt: "smoked duck dish tender" }, + { title: "Fresh Sides", description: "Hand-picked vegetables sourced from our local farmers.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/kids-eating-together-table-outdoors_23-2149614812.jpg?_wi=2", imageAlt: "smoked duck dish tender" }, ]} title="Our Specialties" description="Taste the authentic flavors of our traditional kitchen." -- 2.49.1