2 Commits

Author SHA1 Message Date
59a0a40981 Update src/app/page.tsx 2026-04-20 15:04:39 +00:00
a1941b2b20 Merge version_1 into main
Merge version_1 into main
2026-04-20 15:01:43 +00:00

View File

@@ -88,7 +88,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ items: ["Limited seating", "Peak hours busy", "No reservations"] }} negativeCard={{ items: ["Limited seating", "Peak hours busy", "No reservations"] }}
positiveCard={{ items: ["Fresh craft beer", "Central location", "Expert brewers", "Live atmosphere"] }} positiveCard={{ items: ["Crafted for freshness", "Located in the heart of Paulista", "Masterfully brewed batches", "Vibrant local atmosphere"] }}
title="Why Choose Asterix?" title="Why Choose Asterix?"
description="We blend traditional brewing techniques with locally sourced ingredients for an unparalleled taste experience." description="We blend traditional brewing techniques with locally sourced ingredients for an unparalleled taste experience."
/> />
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }