diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e2c271..94e5296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,6 +31,7 @@ export default function LandingPage() { -
+
@@ -96,17 +79,15 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="four-items-2x2-equal-grid" - useInvertedBackground={false} + useInvertedBackground={true} products={[ { id: "1", name: "Royal Butter Chicken", price: "₹450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg?_wi=1" }, { id: "2", name: "Tandoori Platter", price: "₹600", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1" }, { id: "3", name: "Awadhi Biryani", price: "₹350", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg?_wi=1" }, { id: "4", name: "Garlic Naan Basket", price: "₹120", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg" }, - { id: "5", name: "Mango Lassi", price: "₹150", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg" }, - { id: "6", name: "Gulab Jamun", price: "₹180", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-snacks_114579-47495.jpg" }, ]} - title="Signature Flavors" - description="Explore our curated selection of Indian delicacies, prepared with fresh, locally sourced ingredients." + title="Restaurant Menu" + description="Discover authentic Indian flavors crafted by our master chefs." />
@@ -115,80 +96,43 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="four-items-2x2-equal-grid" - useInvertedBackground={true} - products={[ - { id: "r1", name: "Executive Suite", price: "₹5,500", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975495.jpg" }, - { id: "r2", name: "Deluxe Room", price: "₹4,200", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed_74190-3602.jpg" }, - { id: "r3", name: "Premium Double", price: "₹4,800", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-home-night_23-2149090941.jpg" }, - { id: "r4", name: "Studio Room", price: "₹3,800", variant: "Economy", imageSrc: "http://img.b2bpic.net/free-photo/house-plants-by-mattress-floor_53876-105820.jpg" }, - { id: "r5", name: "Family Suite", price: "₹6,500", variant: "Space", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-with-juice-glass_23-2148877645.jpg" }, - { id: "r6", name: "Presidential Room", price: "₹8,500", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/bed-pillow_74190-1241.jpg" }, - ]} - title="Stay in Luxury" - description="Unwind in our well-appointed rooms, designed to provide a serene and luxurious experience." - /> - - -
- -
- -
-
@@ -201,4 +145,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file