Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 10:16:18 +00:00

View File

@@ -54,10 +54,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-traveling-local-place_23-2149016702.jpg", imageAlt: "El Super Salchichon food truck illuminated at night" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dinner-table_53876-42855.jpg", imageAlt: "Community picnic tables with diners" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg?_wi=1", imageAlt: "Colorful sushi rolls on a platter" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg", imageAlt: "Colorful sushi rolls on a platter" }
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
titleClassName="text-5xl md:text-7xl font-extrabold"
descriptionClassName="text-lg md:text-2xl mt-4"
/>
@@ -74,8 +73,8 @@ export default function LandingPage() {
{ text: "Call Us", href: "tel:+16618178662" }
]}
useInvertedBackground={true}
tagAnimation="entrance-slide"
buttonAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -130,8 +129,8 @@ export default function LandingPage() {
{ id: "3", value: "Since Day 1", description: "Locally Loved" },
{ id: "4", value: "Free", description: "Covered Parking" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="entrance-slide"
gridVariant="bento-grid"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
uniformGridCustomHeightClasses="min-h-40"
@@ -149,28 +148,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah M.", handle: "@taftfoodie", testimonial: "The best sushi in Taft — the owner's super cool, never had a problem with the quality. Fresh, innovative, and always packed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "Sarah M profile picture"
id: "1", name: "Sarah M.", handle: "@taftfoodie", testimonial: "The best sushi in Taft — the owner's super cool, never had a problem with the quality. Fresh, innovative, and always packed!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Sarah M profile picture"
},
{
id: "2", name: "Marcus T.", handle: "@localvibe", testimonial: "Chili cheese fries hit different here. Crispy, loaded, and exactly what I needed. Keeps me coming back weekly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus T profile picture"
id: "2", name: "Marcus T.", handle: "@localvibe", testimonial: "Chili cheese fries hit different here. Crispy, loaded, and exactly what I needed. Keeps me coming back weekly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus T profile picture"
},
{
id: "3", name: "Jessica L.", handle: "@taftcommunity", testimonial: "You can get sushi AND a hot dog at the same place? Yes. And it's GOOD. This is what Taft needs. Love these people.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica L profile picture"
id: "3", name: "Jessica L.", handle: "@taftcommunity", testimonial: "You can get sushi AND a hot dog at the same place? Yes. And it's GOOD. This is what Taft needs. Love these people.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica L profile picture"
},
{
id: "4", name: "Robert D.", handle: "@hardworkingTaft", testimonial: "No corporate nonsense, just solid food and genuine people. Quick, friendly service every single time I pull up.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Robert D profile picture"
id: "4", name: "Robert D.", handle: "@hardworkingTaft", testimonial: "No corporate nonsense, just solid food and genuine people. Quick, friendly service every single time I pull up.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Robert D profile picture"
},
{
id: "5", name: "Elena C.", handle: "@tasteofTaft", testimonial: "Finally, something unique in our town. They take pride in what they serve. You can taste the difference. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Elena C profile picture"
id: "5", name: "Elena C.", handle: "@tasteofTaft", testimonial: "Finally, something unique in our town. They take pride in what they serve. You can taste the difference. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Elena C profile picture"
},
{
id: "6", name: "Danny R.", handle: "@loyalcustomer", testimonial: "Been here 50+ times. Never disappointed. The crew knows my order. That's the kind of place this is. Respect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "Danny R profile picture"
id: "6", name: "Danny R.", handle: "@loyalcustomer", testimonial: "Been here 50+ times. Never disappointed. The crew knows my order. That's the kind of place this is. Respect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", imageAlt: "Danny R profile picture"
}
]}
/>
@@ -181,7 +174,7 @@ export default function LandingPage() {
title="Weekly Specials"
description="Keep coming back for limited-time deals and seasonal favorites"
tag="Limited Time Offers"
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg"
imageAlt="Fresh specialty menu items"
accordionItems={[
{