Update src/app/page.tsx
This commit is contained in:
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
|||||||
descriptionClassName="text-lg md:text-xl"
|
descriptionClassName="text-lg md:text-xl"
|
||||||
buttonClassName="px-6 py-3 text-lg"
|
buttonClassName="px-6 py-3 text-lg"
|
||||||
logoClassName="text-6xl md:text-8xl lg:text-9xl font-extrabold"
|
logoClassName="text-6xl md:text-8xl lg:text-9xl font-extrabold"
|
||||||
|
background={{ variant: 'plain' }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -163,7 +164,7 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="Columbus Can’t Get Enough"
|
title="Columbus Can’t Get Enough"
|
||||||
description="See what our customers are saying about their new favorite chicken spot."
|
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 30–45 minutes — fresh and hot. Already can’t wait to order again.",quote:"\"Delivered in 30–45 minutes — fresh and hot. Already can’t 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 30–45 minutes — fresh and hot. Already can’t wait to order again.",quote:"Delivered in 30–45 minutes — fresh and hot. Already can’t 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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="Customer testimonials section."
|
ariaLabel="Customer testimonials section."
|
||||||
@@ -188,6 +189,7 @@ export default function LandingPage() {
|
|||||||
titleClassName="text-6xl md:text-7xl font-extrabold"
|
titleClassName="text-6xl md:text-7xl font-extrabold"
|
||||||
descriptionClassName="text-lg md:text-xl max-w-2xl"
|
descriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||||
buttonClassName="px-8 py-4 text-xl font-bold"
|
buttonClassName="px-8 py-4 text-xl font-bold"
|
||||||
|
background={{ variant: 'plain' }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user