diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c5011b..efdf93c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,31 +19,23 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -177,42 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "All-Rounder Platter", - price: "₹650", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg?_wi=2", - }, - { - id: "2", - name: "Bamboo Biryani", - price: "₹550", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-vegetarian-meal-rustic-wooden-table-generated-by-ai_188544-33834.jpg?_wi=2", - }, - { - id: "3", - name: "Tandoori Chicken", - price: "₹450", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-white-plate-looks-nice-tasty-brightlooking-tasty-white-table_132075-13042.jpg?_wi=2", - }, - { - id: "4", - name: "Pavilion Curry", - price: "₹400", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-with-delicious-pakistan-meal_23-2148821540.jpg", - }, - { - id: "5", - name: "Oriental Classics", - price: "₹380", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1223.jpg", - }, - { - id: "6", - name: "Dessert Selection", - price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg", - }, + { id: "1", name: "All-Rounder Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/side-view-deep-fried-fish-fillet-with-red-onion-sauce-slice-lemon-plate_141793-4876.jpg" }, + { id: "2", name: "Bamboo Biryani", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/healthy-vegetarian-meal-rustic-wooden-table-generated-by-ai_188544-33834.jpg" }, + { id: "3", name: "Tandoori Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-white-plate-looks-nice-tasty-brightlooking-tasty-white-table_132075-13042.jpg" }, + { id: "4", name: "Pavilion Curry", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-with-delicious-pakistan-meal_23-2148821540.jpg" }, + { id: "5", name: "Oriental Classics", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-mushrooms-bell-peppers-sauce_141793-1223.jpg" }, + { id: "6", name: "Dessert Selection", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-baked-vegetables-stands-barrel_1304-4658.jpg" } ]} title="Signature Picks from the Pavilion" description="A curated journey through the best of our multicuisine menu." @@ -223,45 +107,13 @@ export default function LandingPage() { @@ -271,15 +123,7 @@ export default function LandingPage() { @@ -292,21 +136,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "10K+", - description: "Happy Guests Served", - }, - { - id: "2", - value: "15+", - description: "Chef Specialties", - }, - { - id: "3", - value: "5*", - description: "Avg Guest Rating", - }, + { id: "1", value: "10K+", description: "Happy Guests Served" }, + { id: "2", value: "15+", description: "Chef Specialties" }, + { id: "3", value: "5*", description: "Avg Guest Rating" } ]} title="By the Numbers" description="Serving culinary joy since inception." @@ -316,56 +148,31 @@ export default function LandingPage() {