diff --git a/src/app/page.tsx b/src/app/page.tsx index c439c91..cef59b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -170,21 +87,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Limited seating", - "Peak hours busy", - "No reservations", - ], - }} - positiveCard={{ - items: [ - "Fresh craft beer", - "Central location", - "Expert brewers", - "Live atmosphere", - ], - }} + negativeCard={{ items: ["Limited seating", "Peak hours busy", "No reservations"] }} + positiveCard={{ items: ["Fresh craft beer", "Central location", "Expert brewers", "Live atmosphere"] }} title="Why Choose Asterix?" description="We blend traditional brewing techniques with locally sourced ingredients for an unparalleled taste experience." /> @@ -193,63 +97,16 @@ export default function LandingPage() {