diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9853551..cb4489d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,76 +40,18 @@ export default function LandingPage() {
@@ -132,46 +62,18 @@ export default function LandingPage() {
textboxLayout="split-description"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
- products={[
- {
- id: "1",
- name: "Devilled Chicken",
- price: "LKR 1,800.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-with-herbs-lemon-cutting-board-garlic-sauce_140725-72377.jpg",
- },
- {
- id: "2",
- name: "Devilled Prawns",
- price: "LKR 2,200.00",
- imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4748.jpg",
- },
- {
- id: "3",
- name: "Mixed Fried Rice",
- price: "LKR 2,400.00",
- imageSrc: "http://img.b2bpic.net/free-photo/kimchi-fried-rice-with-fried-egg_84443-85835.jpg",
- },
- {
- id: "4",
- name: "Chicken Kottu",
- price: "LKR 1,600.00",
- imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073365.jpg",
- },
- {
- id: "5",
- name: "Spring Rolls",
- price: "LKR 1,200.00",
- imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food_1150-21510.jpg",
- },
- {
- id: "6",
- name: "6 Colombo Special",
- price: "LKR 3,900.00",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg",
- },
- ]}
title="Our Menu"
- description="From spicy kottu to refined seafood delicacies, explore our curated selection of Sri Lankan favorites."
+ description="Discover our authentic Sri Lankan culinary selections."
+ products={[
+ { id: "s1", name: "Seafood: Devilled Prawns", price: "LKR 2,200.00", imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-4748.jpg" },
+ { id: "v1", name: "Vegetables: Vegetable Curry", price: "LKR 950.00", imageSrc: "http://img.b2bpic.net/free-photo/stewed-vegetables-with-herbs-bowl_140725-7243.jpg" },
+ { id: "r1", name: "Rice: Mixed Fried Rice", price: "LKR 2,400.00", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-fried-rice-with-fried-egg_84443-85835.jpg" },
+ { id: "n1", name: "Noodles: Spicy Singapore Noodles", price: "LKR 1,750.00", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles-with-shrimp-plate_1150-24424.jpg" },
+ { id: "k1", name: "Kottu: Chicken Kottu", price: "LKR 1,600.00", imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073365.jpg" },
+ { id: "s2", name: "Soups: Spicy Dal Soup", price: "LKR 800.00", imageSrc: "http://img.b2bpic.net/free-photo/bowl-spicy-lentil-soup_144627-26806.jpg" },
+ { id: "d1", name: "Soft Drinks: Fresh Lime Juice", price: "LKR 450.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-lime-juice-table_144627-26806.jpg" },
+ { id: "sp1", name: "#3 Most Liked: 6 Colombo Special", price: "LKR 3,900.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg" }
+ ]}
/>
@@ -179,144 +81,35 @@ export default function LandingPage() {