From a8e9203bf711daabbfcf803af8e686b4f7808707 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 ++++++++++------------------------------------- 1 file changed, 58 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9565d2b..ddd2ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,116 +46,43 @@ export default function LandingPage() {
@@ -175,8 +92,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Flavour" description={[ - "For years, Hotel De Buhari has been the heart of Colombo's biryani scene. We take pride in our authentic recipes passed down through generations, delivering a nostalgic and satisfying dining experience to every guest.", - "Our commitment to quality, fast service, and timeless atmosphere makes us the preferred destination for food enthusiasts across the city.", + "For years, Hotel De Buhari has been the heart of Colombo's biryani scene. We take pride in our authentic recipes passed down through generations, delivering a nostalgic and satisfying dining experience to every guest.", "Our commitment to quality, fast service, and timeless atmosphere makes us the preferred destination for food enthusiasts across the city." ]} /> @@ -188,66 +104,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Signature", - name: "Chicken Biryani", - price: "Rs 1,500", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=13", - imageAlt: "Chicken Biryani", - }, - { - id: "2", - brand: "Signature", - name: "Roast Chicken Biryani", - price: "Rs 1,800", - rating: 5, - reviewCount: "950", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=14", - imageAlt: "Roast Chicken Biryani", - }, - { - id: "3", - brand: "Signature", - name: "Masala Chicken", - price: "Rs 1,200", - rating: 4, - reviewCount: "400", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=15", - imageAlt: "Masala Chicken", - }, - { - id: "4", - brand: "Classic", - name: "Traditional Watalappan", - price: "Rs 600", - rating: 5, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=16", - imageAlt: "Watalappan", - }, - { - id: "5", - brand: "Classic", - name: "Vegetable Biryani", - price: "Rs 1,100", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=17", - imageAlt: "Vegetable Biryani", - }, - { - id: "6", - brand: "Classic", - name: "Fried Chicken", - price: "Rs 900", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg?_wi=18", - imageAlt: "Fried Chicken", - }, + { id: "1", brand: "Signature", name: "Chicken Biryani", price: "Rs 1,500", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Chicken Biryani" }, + { id: "2", brand: "Signature", name: "Roast Chicken Biryani", price: "Rs 1,800", rating: 5, reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Roast Chicken Biryani" }, + { id: "3", brand: "Signature", name: "Masala Chicken", price: "Rs 1,200", rating: 4, reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Masala Chicken" }, + { id: "4", brand: "Classic", name: "Traditional Watalappan", price: "Rs 600", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Watalappan" }, + { id: "5", brand: "Classic", name: "Vegetable Biryani", price: "Rs 1,100", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Vegetable Biryani" }, + { id: "6", brand: "Classic", name: "Fried Chicken", price: "Rs 900", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream-glass-tea_141793-4311.jpg", imageAlt: "Fried Chicken" } ]} title="Signature Classics" description="Indulge in our most celebrated dishes, crafted with traditional techniques and the freshest ingredients." @@ -258,47 +120,23 @@ export default function LandingPage() { @@ -332,33 +165,21 @@ export default function LandingPage() {