From 533a5ee8de8c70f0f6d93b4539fb760840de3012 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:15:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 243 ++++++++++------------------------------------- 1 file changed, 48 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b27a3e7..502934e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,14 @@ export default function LandingPage() { @@ -62,16 +48,10 @@ export default function LandingPage() { logoText="Bites by Usama" description="Where culinary perfection meets passion. We craft every dish with the finest ingredients to deliver a gourmet experience that defines excellence in every bite." buttons={[ - { - text: "View Menu", - href: "#product", - }, - { - text: "Book Table", - href: "#contact", - }, + { text: "View Menu", href: "#product" }, + { text: "Book Table", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg" imageAlt="Luxurious gourmet burger and pizza presentation" /> @@ -81,7 +61,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Culinary Vision" description="At Bites by Usama, we don't just cook; we create. Born from a passion for rich flavors and uncompromising hygiene, our journey is centered on bringing high-quality, perfectly cooked food to your table. We take pride in our service and the distinct, savory flavors that keep our guests coming back for more." - imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32151.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32151.jpg" imageAlt="Professional restaurant kitchen atmosphere" /> @@ -93,60 +73,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Signature", - name: "Usama's Special Pizza", - price: "Rs. 2,200", - rating: 5, - reviewCount: "1.2k+", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-red-fork-wooden-board-dark-mix-color-surface-with-free-space_179666-42255.jpg", - }, - { - id: "p2", - brand: "Bites", - name: "Crunchy Smash Burger", - price: "Rs. 950", - rating: 5, - reviewCount: "850+", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg", - }, - { - id: "p3", - brand: "Premium", - name: "Spicy BBQ Pizza", - price: "Rs. 2,400", - rating: 4, - reviewCount: "600+", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg", - }, - { - id: "p4", - brand: "Signature", - name: "Truffle Mushroom Burger", - price: "Rs. 1,100", - rating: 5, - reviewCount: "450+", - imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-ketchup-tasty-beef-burger_23-2148290670.jpg", - }, - { - id: "p5", - brand: "Bites", - name: "Classic Margherita", - price: "Rs. 1,800", - rating: 4, - reviewCount: "900+", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg", - }, - { - id: "p6", - brand: "Signature", - name: "Loaded Smash Burger", - price: "Rs. 1,050", - rating: 5, - reviewCount: "550+", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg", - }, + { id: "p1", brand: "Signature", name: "Usama's Special Pizza", price: "Rs. 2,200", rating: 5, reviewCount: "1.2k+", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-red-fork-wooden-board-dark-mix-color-surface-with-free-space_179666-42255.jpg" }, + { id: "p2", brand: "Bites", name: "Crunchy Smash Burger", price: "Rs. 950", rating: 5, reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg" }, + { id: "p3", brand: "Premium", name: "Spicy BBQ Pizza", price: "Rs. 2,400", rating: 4, reviewCount: "600+", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg" }, + { id: "p4", brand: "Signature", name: "Truffle Mushroom Burger", price: "Rs. 1,100", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-ketchup-tasty-beef-burger_23-2148290670.jpg" }, + { id: "p5", brand: "Bites", name: "Classic Margherita", price: "Rs. 1,800", rating: 4, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg" }, + { id: "p6", brand: "Signature", name: "Loaded Smash Burger", price: "Rs. 1,050", rating: 5, reviewCount: "550+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg" }, ]} title="Our Signature Creations" description="Explore our chef-curated selection of gourmet smash burgers, perfectly baked pizzas, and crunchy bites that define flavor." @@ -160,49 +92,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Top-Notch Hygiene", - description: "Our kitchen maintains the highest standards of cleanliness, ensuring every dish is safe and fresh.", - icon: Shield, + title: "Top-Notch Hygiene", description: "Our kitchen maintains the highest standards of cleanliness, ensuring every dish is safe and fresh.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/dough-greens-tomato-grey-wooden-table_176420-6800.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-coworkers-having-conference-office_23-2147668790.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13879.jpg?_wi=2", - imageAlt: "fresh food ingredients closeup", + { imageSrc: "http://img.b2bpic.net/free-photo/dough-greens-tomato-grey-wooden-table_176420-6800.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-coworkers-having-conference-office_23-2147668790.jpg" }, + ] }, { - title: "Fresh Ingredients", - description: "We source only the freshest produce and premium proteins for every order, guaranteeing unrivaled taste.", - icon: Zap, + title: "Fresh Ingredients", description: "We source only the freshest produce and premium proteins for every order, guaranteeing unrivaled taste.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-putting-salad-plate_23-2148763188.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929525.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32151.jpg?_wi=2", - imageAlt: "fresh food ingredients closeup", + { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-putting-salad-plate_23-2148763188.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929525.jpg" }, + ] }, { - title: "Exceptional Service", - description: "Our professional team is dedicated to providing an attentive and friendly dining experience for every guest.", - icon: Award, + title: "Exceptional Service", description: "Our professional team is dedicated to providing an attentive and friendly dining experience for every guest.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-with-gloves-cooking-pasta-kitchen_23-2148763149.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg", - imageAlt: "fresh food ingredients closeup", + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-with-gloves-cooking-pasta-kitchen_23-2148763149.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg" }, + ] }, ]} title="Why Choose Us" @@ -217,26 +125,11 @@ export default function LandingPage() { rating={5} author="Muqeet ul Hassan" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg", - alt: "Muqeet", - }, - { - src: "http://img.b2bpic.net/free-photo/impressive-pretty-girl-dressed-white-tshirt-burgundy-jacket-is-posing-camera-with-happy-emotions-outdoor-city-recreation-area-background_291650-2308.jpg", - alt: "Shazaib", - }, - { - src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", - alt: "Rt Khan", - }, - { - src: "http://img.b2bpic.net/free-photo/frowning-young-chef-wearing-glasses-uniform-cap-holding-looking-apple-pointing-apple-with-hand-isolated-purple-background_141793-138065.jpg", - alt: "Mujeeb", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-black-family-waving-video-call-touchpad-home_637285-12671.jpg", - alt: "Iqra", - }, + { src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg", alt: "Muqeet" }, + { src: "http://img.b2bpic.net/free-photo/impressive-pretty-girl-dressed-white-tshirt-burgundy-jacket-is-posing-camera-with-happy-emotions-outdoor-city-recreation-area-background_291650-2308.jpg", alt: "Shazaib" }, + { src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Rt Khan" }, + { src: "http://img.b2bpic.net/free-photo/frowning-young-chef-wearing-glasses-uniform-cap-holding-looking-apple-pointing-apple-with-hand-isolated-purple-background_141793-138065.jpg", alt: "Mujeeb" }, + { src: "http://img.b2bpic.net/free-photo/happy-black-family-waving-video-call-touchpad-home_637285-12671.jpg", alt: "Iqra" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -247,15 +140,7 @@ export default function LandingPage() { @@ -266,21 +151,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Do you offer home delivery?", - content: "Yes, we provide prompt delivery services to ensure you enjoy our meals in the comfort of your home.", - }, - { - id: "2", - title: "Is the restaurant family-friendly?", - content: "We are constantly working to improve our seating arrangements to provide a comfortable environment for all families.", - }, - { - id: "3", - title: "What are your operational hours?", - content: "We are open daily to serve you the best flavors in town. Check our social media for current timings.", - }, + { id: "1", title: "Do you offer home delivery?", content: "Yes, we provide prompt delivery services to ensure you enjoy our meals in the comfort of your home." }, + { id: "2", title: "Is the restaurant family-friendly?", content: "We are constantly working to improve our seating arrangements to provide a comfortable environment for all families." }, + { id: "3", title: "What are your operational hours?", content: "We are open daily to serve you the best flavors in town. Check our social media for current timings." }, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg" imageAlt="Restaurant ambiance" @@ -288,15 +161,15 @@ export default function LandingPage() { title="Frequently Asked" description="We're here to answer any questions you might have about our menu, service, or location." faqsAnimation="blur-reveal" + mediaPosition="left" + textboxLayout="split" />