Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 05:45:02 +00:00

View File

@@ -49,12 +49,12 @@ export default function LandingPage() {
tagAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=1", imageAlt: "Momento Coffee Shop Interior"
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Momento Coffee Shop Interior"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=2", imageAlt: "Cozy Coffee Shop Seating"
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Cozy Coffee Shop Seating"
}
]}
buttons={[
@@ -150,7 +150,6 @@ export default function LandingPage() {
id: "testimonial-4", name: "Carlos Mendez", role: "Neighborhood Regular", testimonial: "Every morning, Momento reminds me why I love this neighborhood. It's authentic, quality-driven, and genuinely cares about its people. That's rare these days.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Carlos Mendez"
}
]}
gridVariant="two-columns-alternating-heights"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}