Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:20:51 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Local Favorite"
tagIcon={Heart}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Online", href: "products" },
{ text: "Call Us", href: "#" },
@@ -143,27 +143,27 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial:
"The best sandwiches in the neighborhood! Fresh ingredients, friendly staff, and they remember my order. I've been coming here for 5 years.", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Sarah Johnson"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "Office Manager", testimonial:
"We order catering from NY Best Deli for all our office events. The quality is exceptional and the team is always professional and reliable.", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Michael Chen"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", role: "Community Member", testimonial:
"This deli is the heart of our neighborhood. The owners treat everyone like family, and the food speaks for itself. Highly recommended!", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Emily Rodriguez"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", role: "Local Business Owner", testimonial:
"I've been a supplier to NY Best Deli for years. They take pride in what they do and it shows. Their commitment to quality is unwavering.", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "David Kim"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "David Kim"},
{
id: "5", name: "Lisa Thompson", role: "Neighbor", testimonial:
"My whole family loves this place. From kids to grandparents, there's something for everyone. The prepared sides are fantastic!", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=5", imageAlt: "Lisa Thompson"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Thompson"},
{
id: "6", name: "James Martinez", role: "Regular Visitor", testimonial:
"Best deli I've found in the city. Authentic, welcoming, and genuinely cares about their customers. Worth the visit!", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=6", imageAlt: "James Martinez"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Martinez"},
]}
title="What Our Customers Say"
description="Real feedback from the community members who visit us daily"