Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-22 02:38:15 +00:00
4 changed files with 9 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ export default function BlogPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={navItems.map(item => ({...item, component: Link}))}
navItems={navItems}
brandName="bb.q chicken"
/>
</div>

View File

@@ -46,6 +46,7 @@ export default function LandingPage() {
descriptionClassName="text-lg md:text-xl"
buttonClassName="px-6 py-3 text-lg"
logoClassName="text-6xl md:text-8xl lg:text-9xl font-extrabold"
background={{ variant: 'plain' }}
/>
</div>
@@ -163,7 +164,7 @@ export default function LandingPage() {
<TestimonialCardFive
title="Columbus Cant Get Enough"
description="See what our customers are saying about their new favorite chicken spot."
testimonials={[{id:"1",name:"Sarah Johnson",date:"Date: 28 October 2024",title:"Delivered in 3045 minutes — fresh and hot. Already cant wait to order again.",quote:"\"Delivered in 3045 minutes — fresh and hot. Already cant wait to order again.\"",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",imageSrc:"https://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg",imageAlt:"Customer enjoying bb.q chicken"},{id:"2",name:"Michael Chen",date:"Date: 29 October 2024",title:"So many flavor options. Crispy, great value, amazing service.",quote:"\"So many flavor options. Crispy, great value, amazing service.\"",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg",imageAlt:"Crispy fried chicken with various sauces"},{id:"3",name:"Emily Rodriguez",date:"Date: 30 October 2024",title:"Better than similar spots around Columbus. Boneless chicken was juicy and perfectly crispy.",quote:"\"Better than similar spots around Columbus. Boneless chicken was juicy and perfectly crispy.\"",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",imageSrc:"https://img.b2bpic.net/free-photo/fried-crispy-fish-with-narsharab-sauce_140725-4669.jpg",imageAlt:"Close up of juicy fried chicken"},{id:"4",name:"David Kim",date:"Date: 31 October 2024",title:"Gangnam spicy is the perfect sweet-heat balance. Crispiness is next level.",quote:"\"Gangnam spicy is the perfect sweet-heat balance. Crispiness is next level.\"",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",imageSrc:"https://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42880.jpg",imageAlt:"Gangnam spicy fried chicken being served"}]}
testimonials={[{id:"1",name:"Sarah Johnson",date:"Date: 28 October 2024",title:"Delivered in 3045 minutes — fresh and hot. Already cant wait to order again.",quote:"Delivered in 3045 minutes — fresh and hot. Already cant wait to order again.",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",imageSrc:"https://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg",imageAlt:"Customer enjoying bb.q chicken"},{id:"2",name:"Michael Chen",date:"Date: 29 October 2024",title:"So many flavor options. Crispy, great value, amazing service.",quote:"So many flavor options. Crispy, great value, amazing service.",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",imageSrc:"https://img.b2bpic.net/free-photo/high-angle-delicious-chicken-dish_23-2148771293.jpg",imageAlt:"Crispy fried chicken with various sauces"},{id:"3",name:"Emily Rodriguez",date:"Date: 30 October 2024",title:"Better than similar spots around Columbus. Boneless chicken was juicy and perfectly crispy.",quote:"Better than similar spots around Columbus. Boneless chicken was juicy and perfectly crispy.",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg",imageSrc:"https://img.b2bpic.net/free-photo/fried-crispy-fish-with-narsharab-sauce_140725-4669.jpg",imageAlt:"Close up of juicy fried chicken"},{id:"4",name:"David Kim",date:"Date: 31 October 2024",title:"Gangnam spicy is the perfect sweet-heat balance. Crispiness is next level.",quote:"Gangnam spicy is the perfect sweet-heat balance. Crispiness is next level.",tag:"★★★★★",avatarSrc:"https://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",imageSrc:"https://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42880.jpg",imageAlt:"Gangnam spicy fried chicken being served"}]}
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Customer testimonials section."
@@ -188,6 +189,7 @@ export default function LandingPage() {
titleClassName="text-6xl md:text-7xl font-extrabold"
descriptionClassName="text-lg md:text-xl max-w-2xl"
buttonClassName="px-8 py-4 text-xl font-bold"
background={{ variant: 'plain' }}
/>
</div>

View File

@@ -98,9 +98,8 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleApple
navItems={navItems.map(item => ({...item, component: Link}))}
navItems={navItems}
brandName="bb.q chicken"
button={{ text: `Cart (${cartItems.length})`, onClick: () => setCartOpen(true) }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -141,9 +140,8 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleApple
navItems={navItems.map(item => ({...item, component: Link}))}
navItems={navItems}
brandName="bb.q chicken"
button={{ text: `Cart (${cartItems.length})`, onClick: () => setCartOpen(true) }}
/>
</div>
<div id="not-found-section" data-section="not-found-section">
@@ -192,8 +190,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleApple
brandName="bb.q chicken"
navItems={navItems.map(item => ({...item, component: Link}))}
button={{ text: `Cart (${cartItems.length})`, onClick: () => setCartOpen(true) }}
navItems={navItems}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">

View File

@@ -65,9 +65,8 @@ function ShopPageContent() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleApple
navItems={navItems.map(item => ({...item, component: Link}))}
navItems={navItems}
brandName="bb.q chicken"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -107,9 +106,8 @@ function ShopPageContent() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleApple
navItems={navItems.map(item => ({...item, component: Link}))}
navItems={navItems}
brandName="bb.q chicken"
button={{ text: `Cart (${cartItems.length})`, onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">