From 4bfe5d576f3571e023c869ab71ede56eb312676b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:31:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9e2882..d5dcce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,8 +75,8 @@ export default function LandingPage() { features={[{id:1,title:"Honey Garlic",description:"Sweet, glossy, and dangerously addictive. A perfect balance of rich garlic and golden honey.",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg",imageAlt:"Honey Garlic Korean Fried Chicken"},{id:2,title:"Soy Garlic",description:"Classic Korean comfort — savory, aromatic, and crispy perfection.",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-fried-chicken-legs-with-sauce_23-2148646631.jpg",imageAlt:"Soy Garlic Korean Fried Chicken"},{id:3,title:"Gangnam Spicy",description:"Sweet heat that builds with every bite. A Columbus fan favorite.",imageSrc:"https://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg",imageAlt:"Gangnam Spicy Korean Fried Chicken"},{id:4,title:"Secret Sauce",description:"Our signature blend — sweet, tangy, and unforgettable.",imageSrc:"https://img.b2bpic.net/free-photo/fried-crispy-fish-with-narsharab-sauce_140725-4669.jpg",imageAlt:"bb.q chicken Secret Sauce Fried Chicken"},{id:5,title:"Hot Spicy",description:"For serious heat lovers. Crispy outside, fiery inside.",imageSrc:"https://img.b2bpic.net/free-photo/grilled-chicken-wings-with-ketchup-dark-background_84443-72406.jpg",imageAlt:"Hot Spicy Korean Fried Chicken"},{id:6,title:"Spicy Galbi",description:"Smoky, bold, and uniquely Korean BBQ inspired.",imageSrc:"https://img.b2bpic.net/free-photo/uncooked-chicken-meat-with-spices-dark-plate-high-quality-photo_114579-64789.jpg",imageAlt:"Spicy Galbi Korean Fried Chicken"}]} buttons={[{text:"Explore Full Menu →",href:"#final-cta"}]} className="py-20 md:py-32 lg:py-40" - titleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light text-foreground" - descriptionClassName="text-lg md:text-xl text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light text-foreground" + textBoxDescriptionClassName="text-lg md:text-xl text-foreground/80" cardTitleClassName="text-2xl md:text-3xl lg:text-4xl" cardDescriptionClassName="text-base md:text-lg" textBoxClassName="text-center mx-auto max-w-3xl" @@ -120,8 +120,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[{id:1,title:"Comfortable seating",description:"Enjoy a relaxing meal in our modern and inviting dining area.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Modern restaurant interior with comfortable seating"},{id:2,title:"Friendly, hospitable staff",description:"Our team is dedicated to providing an exceptional dining experience.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Friendly restaurant staff serving customers"},{id:3,title:"Alcoholic beverages available",description:"Pair your chicken with a selection of beers, wines, or soju.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Alcoholic beverages served at a restaurant"},{id:4,title:"Convenient parking nearby",description:"Easy access with a parking garage located just steps away.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Parking garage near a restaurant"}]} className="py-20 md:py-32 lg:py-40" - titleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light" - descriptionClassName="text-lg md:text-xl text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light" + textBoxDescriptionClassName="text-lg md:text-xl text-foreground/80" cardTitleClassName="text-2xl md:text-3xl lg:text-4xl" cardDescriptionClassName="text-base md:text-lg" textBoxClassName="text-center mx-auto max-w-3xl" @@ -139,8 +139,8 @@ export default function LandingPage() { products={[{id:"1",name:"Sweet Potato Fries",price:"$5.99",variant:"Sweet, crispy perfection",imageSrc:"https://img.b2bpic.net/free-photo/traditional-roasted-potatoes-with-herbs-deep-bowl_114579-1927.jpg",imageAlt:"Sweet Potato Fries"},{id:"2",name:"Onion Rings",price:"$6.99",variant:"Crowd favorite crunch",imageSrc:"https://img.b2bpic.net/free-photo/fried-onion-rings-table_140725-6647.jpg",imageAlt:"Crispy Onion Rings"},{id:"3",name:"Dumplings",price:"$7.99",variant:"Classic add-on",imageSrc:"https://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076072.jpg",imageAlt:"Korean Dumplings"},{id:"4",name:"Fries",price:"$4.99",variant:"Perfect with sauce dips",imageSrc:"https://img.b2bpic.net/free-photo/delicious-hot-french-fries-with-red-sauce-served-table_632805-37.jpg",imageAlt:"Classic French Fries"}]} buttons={[{text:"Add Sides To Your Order →",href:"#final-cta"}]} className="py-20 md:py-32 lg:py-40" - titleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light text-foreground" - descriptionClassName="text-lg md:text-xl text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light text-foreground" + textBoxDescriptionClassName="text-lg md:text-xl text-foreground/80" cardNameClassName="text-lg font-semibold" cardPriceClassName="text-xl font-bold" cardVariantClassName="text-sm text-foreground/70" @@ -155,8 +155,8 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[{id:"1",title:"\"Delivered in 30–45 minutes — fresh and hot. Already can’t wait to order again.\"",quote:"The speed of delivery without compromising quality is truly impressive. This is my new go-to for fried chicken!",name:"Sarah Johnson",role:"Loyal Customer",imageSrc:"https://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg"},{id:"2",title:"\"So many flavor options. Crispy, great value, amazing service.\"",quote:"bb.q chicken offers an incredible variety of sauces and the chicken is consistently perfectly crispy. The staff is always friendly.",name:"Michael Chen",role:"Food Enthusiast",imageSrc:"https://img.b2bpic.net/free-photo/young-man-with-dessert-coffee-shop_1150-14277.jpg"},{id:"3",title:"\"Better than similar spots around Columbus. Boneless chicken was juicy and perfectly crispy.\"",quote:"Having tried many fried chicken places in Columbus, bb.q chicken stands out. The boneless option is a game-changer – juicy and never dry.",name:"Emily Rodriguez",role:"Columbus Local",imageSrc:"https://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg"},{id:"4",title:"\"Gangnam spicy is the perfect sweet-heat balance. Crispiness is next level.\"",quote:"The Gangnam Spicy sauce is my absolute favorite, a fantastic blend of sweet and spicy. And the crispiness? Unbeatable.",name:"David Kim",role:"Spice Lover",imageSrc:"https://img.b2bpic.net/free-photo/guy-shopping-center-with-thumb-up_1149-241.jpg"},{id:"5",title:"\"Always a fantastic experience, whether dining in or ordering delivery for game nights.\"",quote:"bb.q chicken is perfect for any occasion. The dine-in atmosphere is great, and delivery is consistently quick and hot.",name:"Jessica Lee",role:"OSU Student",imageSrc:"https://img.b2bpic.net/free-photo/close-up-view-american-food_23-2148454903.jpg"}]} className="py-20 md:py-32 lg:py-40" - titleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light" - descriptionClassName="text-lg md:text-xl text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light" + textBoxDescriptionClassName="text-lg md:text-xl text-foreground/80" testimonialTitleClassName="text-2xl md:text-3xl lg:text-4xl font-semibold" quoteClassName="text-base md:text-lg italic" nameClassName="text-sm font-semibold" -- 2.49.1