Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 03:49:36 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="fluid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Mo's Fried Chicken"
description="McLean's Favorite Fried Chicken. Fresh, crispy, and made with signature sauces that locals crave."
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now (703) 356-9090", href: "tel:+17033569090" },
{ text: "Order Online", href: "https://www.doordash.com" },
@@ -121,17 +121,17 @@ export default function LandingPage() {
description="Real reviews from real customers who love Mo's Fried Chicken"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Lopez"},
id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lopez"},
{
id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Martinez"},
id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"},
{
id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Emily Rodriguez"},
id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"},
{
id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
]}
animationType="slide-up"
textboxLayout="default"