diff --git a/src/app/page.tsx b/src/app/page.tsx
index a16a9c5..d1c3062 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import { Zap, Leaf } from "lucide-react";
+import { Zap, Leaf, MapPin, Clock, MessageSquare, Phone } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -33,7 +33,8 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Specialties", id: "services" },
- { name: "Why Us", id: "why" },
+ { name: "Highlights", id: "why" },
+ { name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Warung Senandung Mesra"
@@ -44,7 +45,7 @@ export default function LandingPage() {
@@ -117,15 +109,13 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Ikan Salai", price: "RM15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-marinated-chicken-with-plate-pasta_141793-499.jpg" },
- { id: "p2", name: "Masak Lemak", price: "RM12", imageSrc: "http://img.b2bpic.net/free-photo/chicken-green-curry-bowl_1150-23914.jpg" },
- { id: "p3", name: "Salai Itik", price: "RM20", 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: "Traditional Dish", price: "RM10", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-placed-salad-tomatoes-wooden-bowl_1150-22442.jpg" },
- { id: "p5", name: "Combo Set", price: "RM25", imageSrc: "http://img.b2bpic.net/free-photo/befe-sauteed-own-broth-served-with-yogurt-white-plate_114579-1785.jpg" },
- { id: "p6", name: "Chef Special", price: "RM18", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg" },
+ { 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 Food Gallery"
- description="Visual highlights from our kitchen."
+ title="Our Kitchen Gallery"
+ description="A visual journey through our traditional preparation and serving styles."
/>
@@ -133,14 +123,13 @@ export default function LandingPage() {
@@ -150,22 +139,23 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Authentic Taste", "Affordable Prices", "Great Service", "Fresh Ingredients", "Local Favorite", "Traditional Recipe", "Clean Environment"]}
- title="Craving Ikan Salai?"
- description="Visit us today or order now!"
+ "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!"
/>
@@ -174,8 +164,8 @@ export default function LandingPage() {