Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-02 23:48:59 +00:00

View File

@@ -73,6 +73,7 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "1", name: "Rich Chocolate", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/dessert-flat-lay-with-ice-cream-funfetti_53876-104494.jpg" },
{ id: "2", name: "Fresh Strawberry", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg" },
@@ -88,6 +89,7 @@ export default function LandingPage() {
title="What Our Neighbors Say"
description="We love serving the people of West Chicago."
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Best in Town!", quote: "The absolute best ice cream in West Chicago! So fresh and creamy.", name: "Maria G.", role: "Local Resident" },
{ id: "2", title: "Family Favorite", quote: "My kids ask to go to Nieves de Mayo every single weekend!", name: "David S.", role: "Regular Customer" }