diff --git a/src/app/page.tsx b/src/app/page.tsx index f10a7af..4cfe69a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,128 +30,39 @@ export default function LandingPage() {
@@ -159,8 +70,8 @@ export default function LandingPage() { @@ -171,42 +82,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Crispy Spring Rolls", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535890.jpg?_wi=2", - }, - { - id: "2", - name: "Szechuan Spicy Chicken", - price: "$24.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-ragout-grilled-chicken-breast-with-onion-carrot-bell-pepper-vegetable-salad-rice-garnish-plate_141793-4845.jpg?_wi=2", - }, - { - id: "3", - name: "Steamed Dumplings", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-reunion-dinner-anime-style_23-2151022614.jpg?_wi=2", - }, - { - id: "4", - name: "Classic Fried Rice", - price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/buddha-poke-bowl-served-dark_1220-7183.jpg", - }, - { - id: "5", - name: "Peking Duck", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11165.jpg", - }, - { - id: "6", - name: "Premium Jasmine Tea Set", - price: "$10.00", - imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-glass-black-tea_140725-3824.jpg", - }, + { id: "1", name: "Crispy Spring Rolls", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535890.jpg" }, + { id: "2", name: "Szechuan Spicy Chicken", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-ragout-grilled-chicken-breast-with-onion-carrot-bell-pepper-vegetable-salad-rice-garnish-plate_141793-4845.jpg" }, + { id: "3", name: "Steamed Dumplings", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-reunion-dinner-anime-style_23-2151022614.jpg" }, + { id: "4", name: "Classic Fried Rice", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/buddha-poke-bowl-served-dark_1220-7183.jpg" }, + { id: "5", name: "Peking Duck", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11165.jpg" }, + { id: "6", name: "Premium Jasmine Tea Set", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-glass-black-tea_140725-3824.jpg" }, ]} title="Signature Menu" description="Explore our chef-curated selection of traditional favorites and contemporary delights." @@ -219,41 +100,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Ahmed K.", - role: "Food Critic", - testimonial: "The balance of spices is simply unmatched in this city.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg", - }, - { - id: "2", - name: "Sarah J.", - role: "Local Resident", - testimonial: "A beautiful place with food that speaks for itself.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - }, - { - id: "3", - name: "David M.", - role: "Chef", - testimonial: "Technically perfect and deeply satisfying flavor profiles.", - imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg", - }, - { - id: "4", - name: "Elena R.", - role: "Food Blogger", - testimonial: "Definitely a 5-star experience for any Chinese food lover.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg", - }, - { - id: "5", - name: "Marcus L.", - role: "Regular", - testimonial: "My go-to spot for celebrations and cravings alike.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", - }, + { id: "1", name: "Ahmed K.", role: "Food Critic", testimonial: "The balance of spices is simply unmatched in this city.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg" }, + { id: "2", name: "Sarah J.", role: "Local Resident", testimonial: "A beautiful place with food that speaks for itself.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" }, + { id: "3", name: "David M.", role: "Chef", testimonial: "Technically perfect and deeply satisfying flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-taking-order-from-woman_107420-94752.jpg" }, + { id: "4", name: "Elena R.", role: "Food Blogger", testimonial: "Definitely a 5-star experience for any Chinese food lover.", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg" }, + { id: "5", name: "Marcus L.", role: "Regular", testimonial: "My go-to spot for celebrations and cravings alike.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" }, ]} title="What Our Guests Say" description="Join our community of happy food lovers and experience authentic Chinese dining." @@ -267,21 +118,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15K+", - description: "Happy Guests Served", - }, - { - id: "m2", - value: "20+", - description: "Award-Winning Recipes", - }, - { - id: "m3", - value: "100%", - description: "Fresh Ingredients", - }, + { id: "m1", value: "15K+", description: "Happy Guests Served" }, + { id: "m2", value: "20+", description: "Award-Winning Recipes" }, + { id: "m3", value: "100%", description: "Fresh Ingredients" }, ]} title="Our Culinary Impact" description="Numbers reflecting our commitment to taste and quality." @@ -293,21 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you offer delivery?", - content: "Yes, we partner with major delivery apps for your convenience.", - }, - { - id: "f2", - title: "Can I book a table?", - content: "Reservations are recommended, especially on weekends.", - }, - { - id: "f3", - title: "Are there vegetarian options?", - content: "Yes, we have a variety of delicious vegetarian dishes available.", - }, + { id: "f1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery apps for your convenience." }, + { id: "f2", title: "Can I book a table?", content: "Reservations are recommended, especially on weekends." }, + { id: "f3", title: "Are there vegetarian options?", content: "Yes, we have a variety of delicious vegetarian dishes available." }, ]} title="Frequently Asked Questions" description="Have questions about our menu or reservations?" @@ -318,9 +145,7 @@ export default function LandingPage() {
@@ -363,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file