From 1b54a8189e903c328549296ac7f3c6c7894a1b74 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:32:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 356564e..8aae2f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,97 +46,54 @@ export default function LandingPage() {
@@ -154,9 +103,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Flavor" description={[ - "At WILL-O-JARDIN, we celebrate the richness of Pamir heritage through carefully crafted recipes handed down through generations.", - "Our mission is to bring the heart of the mountains to your table with locally sourced, organic ingredients.", - ]} + "At WILL-O-JARDIN, we celebrate the richness of Pamir heritage through carefully crafted recipes handed down through generations.", "Our mission is to bring the heart of the mountains to your table with locally sourced, organic ingredients."]} /> @@ -168,59 +115,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "m1", - brand: "Signature", - name: "Pamir Plateau Lamb", - price: "$45", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-cracker_140725-2905.jpg", - }, + id: "m1", brand: "Signature", name: "Pamir Plateau Lamb", price: "$45", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-cracker_140725-2905.jpg"}, { - id: "m2", - brand: "Traditional", - name: "Mountain Herb Soup", - price: "$18", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-floor_140725-76936.jpg", - }, + id: "m2", brand: "Traditional", name: "Mountain Herb Soup", price: "$18", rating: 4, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-greens-dark-floor_140725-76936.jpg"}, { - id: "m3", - brand: "Vegetarian", - name: "Harvest Harvest Flatbread", - price: "$22", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg", - }, + id: "m3", brand: "Vegetarian", name: "Harvest Harvest Flatbread", price: "$22", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg"}, { - id: "m4", - brand: "Delicacy", - name: "Wild River Trout", - price: "$38", - rating: 5, - reviewCount: "62", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg", - }, + id: "m4", brand: "Delicacy", name: "Wild River Trout", price: "$38", rating: 5, + reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg"}, { - id: "m5", - brand: "Signature", - name: "Cured Meat Medley", - price: "$28", - rating: 4, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg", - }, + id: "m5", brand: "Signature", name: "Cured Meat Medley", price: "$28", rating: 4, + reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-emirates-breakfast_181624-56747.jpg"}, { - id: "m6", - brand: "Dessert", - name: "Sweet Honey Pomegranate", - price: "$15", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-grilled-served-with-creamy-herbal-sauce-glass-white-wine_114579-3342.jpg", - }, + id: "m6", brand: "Dessert", name: "Sweet Honey Pomegranate", price: "$15", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/fish-fillet-grilled-served-with-creamy-herbal-sauce-glass-white-wine_114579-3342.jpg"}, ]} title="Our Signature Dishes" description="Indulge in our selection of traditional Pamir culinary delights, prepared fresh by our master chefs." @@ -229,50 +140,26 @@ export default function LandingPage() {
@@ -311,20 +189,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend booking in advance to ensure your table.", - }, + id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure your table."}, { - id: "q2", - title: "Do you offer vegetarian options?", - content: "Absolutely, our menu includes a variety of traditional vegetarian dishes.", - }, + id: "q2", title: "Do you offer vegetarian options?", content: "Absolutely, our menu includes a variety of traditional vegetarian dishes."}, { - id: "q3", - title: "Is parking available?", - content: "Valet parking is available for all guests visiting our restaurant.", - }, + id: "q3", title: "Is parking available?", content: "Valet parking is available for all guests visiting our restaurant."}, ]} imageSrc="http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4214.jpg" mediaAnimation="blur-reveal" @@ -338,8 +207,7 @@ export default function LandingPage() {
-- 2.49.1