From 0d6bd71148e20bbc2ea66746a313e8609e04007f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:25:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f824193..1a0c213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { description="Located near the OSU campus, bb.q chicken offers a spacious dine-in atmosphere perfect for groups, casual nights, or flavor-packed date nights." textboxLayout="default" 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"}]} + 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?_wi=1",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?_wi=2",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?_wi=3",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?_wi=4",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" -- 2.49.1