From d2a1d6985875e23e91803ed81546050cd3425aa7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:49:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 108 +++++++++++++++++++++++++++++++---------------- 1 file changed, 71 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d896d13..7570100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, ]} button={{ - text: "Order Now", href: "https://wa.me/923002542639"}} + text: "Order Now", href: "https://wa.me/923002542639" + }} animateOnLoad={true} /> @@ -47,7 +48,7 @@ export default function LandingPage() { tag="Fresh & Local" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttons={[ { text: "View Menu", href: "#menu" }, { text: "Order on WhatsApp", href: "https://wa.me/923002542639" }, @@ -55,17 +56,23 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg?_wi=1", imageAlt: "Fresh beef burger"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg", imageAlt: "Fresh beef burger" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg?_wi=1", imageAlt: "Classic beef burger"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageAlt: "Classic beef burger" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg?_wi=1", imageAlt: "Double garlic butter burger"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg", imageAlt: "Double garlic butter burger" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg?_wi=1", imageAlt: "Crispy curly fries"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg", imageAlt: "Crispy curly fries" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg?_wi=1", imageAlt: "Loaded fries with toppings"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg", imageAlt: "Loaded fries with toppings" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg?_wi=2", imageAlt: "Fresh burger close up"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burgers_23-2148784484.jpg", imageAlt: "Fresh burger close up" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -84,16 +91,20 @@ export default function LandingPage() { products={[ { id: "1", brand: "Lazy Boys PK", name: "Classic Beef Burger", price: "Rs 1,200", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg?_wi=2", imageAlt: "Classic beef burger"}, + reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageAlt: "Classic beef burger" + }, { id: "2", brand: "Lazy Boys PK", name: "Double Garlic Butter Beef Burger", price: "Rs 1,500", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg?_wi=2", imageAlt: "Double garlic butter beef burger"}, + reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-side-fries-ketchup-1_140725-1726.jpg", imageAlt: "Double garlic butter beef burger" + }, { id: "3", brand: "Lazy Boys PK", name: "Curly Fries", price: "Rs 400", rating: 5, - reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg?_wi=2", imageAlt: "Crispy curly fries"}, + reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732318.jpg", imageAlt: "Crispy curly fries" + }, { id: "4", brand: "Lazy Boys PK", name: "Loaded Fries", price: "Rs 600", rating: 5, - reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg?_wi=2", imageAlt: "Loaded fries with toppings"}, + reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg", imageAlt: "Loaded fries with toppings" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -109,20 +120,24 @@ export default function LandingPage() { features={[ { icon: Leaf, - title: "Fresh Beef, No Shortcuts", description: "Premium quality beef sourced daily. We don't compromise on ingredients—just real, fresh taste."}, + title: "Fresh Beef, No Shortcuts", description: "Premium quality beef sourced daily. We don't compromise on ingredients—just real, fresh taste." + }, { icon: Zap, - title: "Made Fresh, Served Fast", description: "Your order cooked to perfection the moment you place it. Hot, delicious, and ready to chill with."}, + title: "Made Fresh, Served Fast", description: "Your order cooked to perfection the moment you place it. Hot, delicious, and ready to chill with." + }, { icon: MapPin, - title: "Khayaban-e-Shujaat, DHA", description: "Located in the heart of DHA opposite Baskin Robbins. Your favorite late-night spot is always open."}, + title: "Khayaban-e-Shujaat, DHA", description: "Located in the heart of DHA opposite Baskin Robbins. Your favorite late-night spot is always open." + }, ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={true} buttons={[ { - text: "Get Directions", href: "https://maps.google.com/?q=Khayaban-e-Shujaat+DHA+Phase+6+Karachi"}, + text: "Get Directions", href: "https://maps.google.com/?q=Khayaban-e-Shujaat+DHA+Phase+6+Karachi" + }, ]} buttonAnimation="slide-up" /> @@ -139,19 +154,25 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ahmed Khan, DHA Regular", date: "Date: 15 November 2024", title: "Burgers were fresh and warm and the curly fries were amazing.", quote: "I've tried a lot of burger places in Karachi, but Lazy Boys PK is on another level. The beef is so fresh, the fries are crispy perfection, and the whole vibe is just chill. Definitely my go-to spot for late-night cravings now.", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-amusement-park_23-2147910756.jpg", avatarAlt: "Ahmed Khan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-amusement-park_23-2147910756.jpg", imageAlt: "Ahmed Khan testimonial"}, + id: "1", name: "Ahmed Khan, DHA Regular", date: "Date: 15 November 2024", title: "Burgers were fresh and warm and the curly fries were amazing.", quote: "I've tried a lot of burger places in Karachi, but Lazy Boys PK is on another level. The beef is so fresh, the fries are crispy perfection, and the whole vibe is just chill. Definitely my go-to spot for late-night cravings now.", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-amusement-park_23-2147910756.jpg", avatarAlt: "Ahmed Khan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-amusement-park_23-2147910756.jpg", imageAlt: "Ahmed Khan testimonial" + }, { - id: "2", name: "Sara Malik, Student", date: "Date: 22 October 2024", title: "Food quality, ambiance and prices make it one of the best burger experiences.", quote: "As a student, I'm always looking for good food that doesn't break the bank. Lazy Boys PK delivers on both fronts. The double garlic butter burger is insane—I'm obsessed. Plus, the location in DHA is super convenient.", tag: "Value & Taste", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-smiling-outdoors_23-2148504853.jpg", avatarAlt: "Sara Malik", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-smiling-outdoors_23-2148504853.jpg", imageAlt: "Sara Malik testimonial"}, + id: "2", name: "Sara Malik, Student", date: "Date: 22 October 2024", title: "Food quality, ambiance and prices make it one of the best burger experiences.", quote: "As a student, I'm always looking for good food that doesn't break the bank. Lazy Boys PK delivers on both fronts. The double garlic butter burger is insane—I'm obsessed. Plus, the location in DHA is super convenient.", tag: "Value & Taste", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-smiling-outdoors_23-2148504853.jpg", avatarAlt: "Sara Malik", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-smiling-outdoors_23-2148504853.jpg", imageAlt: "Sara Malik testimonial" + }, { - id: "3", name: "Faisal Hussain, Food Blogger", date: "Date: 8 October 2024", title: "This is what street food excellence looks like in Karachi.", quote: "Lazy Boys PK nails the intersection of street food energy and premium quality. Their loaded fries are a work of art, and the burger selection shows real thought went into the menu. Karachi needed this.", tag: "Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", avatarAlt: "Faisal Hussain", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", imageAlt: "Faisal Hussain testimonial"}, + id: "3", name: "Faisal Hussain, Food Blogger", date: "Date: 8 October 2024", title: "This is what street food excellence looks like in Karachi.", quote: "Lazy Boys PK nails the intersection of street food energy and premium quality. Their loaded fries are a work of art, and the burger selection shows real thought went into the menu. Karachi needed this.", tag: "Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", avatarAlt: "Faisal Hussain", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", imageAlt: "Faisal Hussain testimonial" + }, { - id: "4", name: "Zara Ali, Office Worker", date: "Date: 25 September 2024", title: "Best late-night spot in DHA for sure.", quote: "Working late nights in Bukhari Commercial, Lazy Boys PK is my rescue. Fresh ingredients, quick service, and actually makes you feel cared for. The prices are fair, the food is fire, and the location is perfect.", tag: "Convenience", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", avatarAlt: "Zara Ali", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", imageAlt: "Zara Ali testimonial"}, + id: "4", name: "Zara Ali, Office Worker", date: "Date: 25 September 2024", title: "Best late-night spot in DHA for sure.", quote: "Working late nights in Bukhari Commercial, Lazy Boys PK is my rescue. Fresh ingredients, quick service, and actually makes you feel cared for. The prices are fair, the food is fire, and the location is perfect.", tag: "Convenience", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", avatarAlt: "Zara Ali", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", imageAlt: "Zara Ali testimonial" + }, { - id: "5", name: "Hassan Raza, Regular Customer", date: "Date: 12 September 2024", title: "Real beef, real flavor, no nonsense.", quote: "I appreciate places that don't mess around with their ingredients. Lazy Boys PK is that place. Every burger tastes like they actually care about quality. Keep doing what you're doing, guys.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", avatarAlt: "Hassan Raza", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", imageAlt: "Hassan Raza testimonial"}, + id: "5", name: "Hassan Raza, Regular Customer", date: "Date: 12 September 2024", title: "Real beef, real flavor, no nonsense.", quote: "I appreciate places that don't mess around with their ingredients. Lazy Boys PK is that place. Every burger tastes like they actually care about quality. Keep doing what you're doing, guys.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", avatarAlt: "Hassan Raza", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", imageAlt: "Hassan Raza testimonial" + }, ]} buttons={[ { - text: "Read More Reviews", href: "https://www.google.com/search?q=Lazy+Boys+PK+Karachi"}, + text: "Read More Reviews", href: "https://www.google.com/search?q=Lazy+Boys+PK+Karachi" + }, ]} buttonAnimation="slide-up" /> @@ -164,19 +185,23 @@ export default function LandingPage() { metrics={[ { id: "1", value: "4.3★", title: "Google Rating", items: [ - "45+ verified reviews", "Consistently praised for quality", "5-star food & service ratings"], + "45+ verified reviews", "Consistently praised for quality", "5-star food & service ratings" + ], }, { id: "2", value: "2,000+", title: "Orders Per Month", items: [ - "Growing customer base daily", "Trusted by DHA community", "WhatsApp favorites over 1,500"], + "Growing customer base daily", "Trusted by DHA community", "WhatsApp favorites over 1,500" + ], }, { id: "3", value: "6 PM", title: "Opening Every Evening", items: [ - "Late-night availability", "Perfect for post-dinner cravings", "Your late-night go-to"], + "Late-night availability", "Perfect for post-dinner cravings", "Your late-night go-to" + ], }, { id: "4", value: "Fresh", title: "Daily Sourced Beef", items: [ - "No frozen ingredients", "Premium quality standards", "Handpicked suppliers"], + "No frozen ingredients", "Premium quality standards", "Handpicked suppliers" + ], }, ]} animationType="slide-up" @@ -204,17 +229,23 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", title: "What are your opening hours?", content: "We're open from 6 PM to late every evening. Perfect for evening cravings and late-night hangouts. We close when the last customer leaves, so you're covered for those spontaneous midnight burger runs."}, + id: "1", title: "What are your opening hours?", content: "We're open from 6 PM to late every evening. Perfect for evening cravings and late-night hangouts. We close when the last customer leaves, so you're covered for those spontaneous midnight burger runs." + }, { - id: "2", title: "Can I order on WhatsApp?", content: "Absolutely! WhatsApp is our preferred ordering method. Just message us at +92 300 2542639 with what you want, and we'll get it ready fresh for you. Pickup or delivery available in DHA area."}, + id: "2", title: "Can I order on WhatsApp?", content: "Absolutely! WhatsApp is our preferred ordering method. Just message us at +92 300 2542639 with what you want, and we'll get it ready fresh for you. Pickup or delivery available in DHA area." + }, { - id: "3", title: "What makes your burgers special?", content: "Fresh beef sourced daily—never frozen. We hand-select premium quality meat, grill it to order, and use simple, quality ingredients. No shortcuts, no nonsense. Just real beef, real taste."}, + id: "3", title: "What makes your burgers special?", content: "Fresh beef sourced daily—never frozen. We hand-select premium quality meat, grill it to order, and use simple, quality ingredients. No shortcuts, no nonsense. Just real beef, real taste." + }, { - id: "4", title: "Do you deliver outside DHA?", content: "Currently, we focus on the DHA and nearby Bukhari Commercial area. Check with us via WhatsApp for your specific location. We're working on expanding delivery soon."}, + id: "4", title: "Do you deliver outside DHA?", content: "Currently, we focus on the DHA and nearby Bukhari Commercial area. Check with us via WhatsApp for your specific location. We're working on expanding delivery soon." + }, { - id: "5", title: "Are there vegetarian options?", content: "Right now, we specialize in premium beef burgers and sides. If you're looking for plant-based options, let us know via WhatsApp and we'll explore custom orders. Our focus is on doing beef really, really well."}, + id: "5", title: "Are there vegetarian options?", content: "Right now, we specialize in premium beef burgers and sides. If you're looking for plant-based options, let us know via WhatsApp and we'll explore custom orders. Our focus is on doing beef really, really well." + }, { - id: "6", title: "What's your most popular item?", content: "Our Double Garlic Butter Beef Burger and Curly Fries are the combo that keeps customers coming back. But honestly, everything on the menu is fire. Ask for recommendations when you order—we love helping people find their favorite."}, + id: "6", title: "What's your most popular item?", content: "Our Double Garlic Butter Beef Burger and Curly Fries are the combo that keeps customers coming back. But honestly, everything on the menu is fire. Ask for recommendations when you order—we love helping people find their favorite." + }, ]} faqsAnimation="slide-up" animationType="smooth" @@ -244,7 +275,7 @@ export default function LandingPage() {