diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac37bab..640bd0a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,54 +40,23 @@ export default function LandingPage() {
@@ -109,65 +66,14 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
- useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Burger King",
- name: "Classic Cheeseburger",
- price: "$12.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg",
- },
- {
- id: "p2",
- brand: "Pizza Hut",
- name: "Pepperoni Pizza",
- price: "$18.50",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg",
- },
- {
- id: "p3",
- brand: "Sushi Master",
- name: "Dragon Roll",
- price: "$22.00",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-nigiri-sushi-with-tuna-bamboo-leaf-served-with-pickled-ginger-slices-wasabi-plate_141793-8469.jpg",
- },
- {
- id: "p4",
- brand: "Curry Palace",
- name: "Butter Chicken",
- price: "$16.00",
- rating: 4,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg",
- },
- {
- id: "p5",
- brand: "Wok Star",
- name: "Stir Fry Noodles",
- price: "$14.00",
- rating: 4,
- reviewCount: "67",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetables-cups-with-garlic-chopsticks_23-2148382819.jpg",
- },
- {
- id: "p6",
- brand: "Sweet Treats",
- name: "Chocolate Cake",
- price: "$8.00",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549961.jpg",
- },
+ { id: "p1", brand: "Burger King", name: "Classic Cheeseburger", price: "$12.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/black-burger-with-beef-meat-french-fries-tasty-appetizing_482257-10359.jpg" },
+ { id: "p2", brand: "Pizza Hut", name: "Pepperoni Pizza", price: "$18.50", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg" },
+ { id: "p3", brand: "Sushi Master", name: "Dragon Roll", price: "$22.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nigiri-sushi-with-tuna-bamboo-leaf-served-with-pickled-ginger-slices-wasabi-plate_141793-8469.jpg" },
+ { id: "p4", brand: "Curry Palace", name: "Butter Chicken", price: "$16.00", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg" }
]}
title="Popular Dishes"
- description="Discover what others are loving today."
+ description="Discover local crowd favorites ready for immediate delivery."
/>
@@ -176,143 +82,33 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
features={[
- {
- title: "Live Tracking",
- description: "Know exactly when your meal arrives with real-time delivery tracking.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=2",
- imageAlt: "Tracking",
- },
- {
- title: "Secure Payments",
- description: "Seamlessly pay with your favorite cards using Stripe or Razorpay integration.",
- imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2915.jpg?_wi=2",
- imageAlt: "Payments",
- },
- {
- title: "24/7 Support",
- description: "Customer care available around the clock to handle your inquiries instantly.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-shrimps-avocado-cream-cheese-served-with-ginger-wasabi-plate-wood_141793-11698.jpg?_wi=2",
- imageAlt: "Support",
- },
+ { title: "Swift Delivery", description: "GPS-enabled tracking for real-time updates.", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23679.jpg" },
+ { title: "Secure Payments", description: "Multiple checkout options with encrypted security.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg" },
+ { title: "Customer Support", description: "Available 24/7 to solve any delivery issues.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-jelly-strawberries-white-desk-pie-cake-fruit-biscuit-sweet-berry_140725-95171.jpg" }
]}
title="Platform Excellence"
- description="Powerful tools for a better dining experience."
- />
-
-
-