5 Commits

Author SHA1 Message Date
09c0802066 Merge version_4 into main
Merge version_4 into main
2026-04-20 15:07:38 +00:00
d2142514d8 Update src/app/page.tsx 2026-04-20 15:07:35 +00:00
d4a30e60b1 Merge version_3 into main
Merge version_3 into main
2026-04-20 15:06:30 +00:00
73e3e265a4 Update src/app/page.tsx 2026-04-20 15:06:27 +00:00
996f80c6ad Merge version_2 into main
Merge version_2 into main
2026-04-20 15:04:45 +00:00

View File

@@ -87,10 +87,10 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ items: ["Limited seating", "Peak hours busy", "No reservations"] }} negativeCard={{ items: ["An intimate, cozy atmosphere", "Enjoy at your own pace", "Walk-ins always welcome"] }}
positiveCard={{ items: ["Crafted for freshness", "Located in the heart of Paulista", "Masterfully brewed batches", "Vibrant local atmosphere"] }} positiveCard={{ items: ["Freshly brewed on-site", "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 freshly brewed-on-site batches and locally sourced ingredients for an unparalleled taste experience."
/> />
</div> </div>