From e60c4f4dd8d69f0f1fa3515be3669cf976aec85a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:31:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 +++++++---------------------------------------- 1 file changed, 21 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 868f5c6..4941f3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,71 +28,29 @@ export default function LandingPage() {
@@ -111,20 +69,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="split" useInvertedBackground={false} - negativeCard={{ - items: [ - "No Artificial Flavors", - "No Processed Sugars", - "No Rush, Just Relax", - ], - }} - positiveCard={{ - items: [ - "Artisanal Sourdough", - "Hand-crafted French Pastries", - "Ethically Sourced Coffee", - ], - }} + negativeCard={{ items: ["No Artificial Flavors", "No Processed Sugars", "No Rush, Just Relax"] }} + positiveCard={{ items: ["Artisanal Sourdough", "Hand-crafted French Pastries", "Ethically Sourced Coffee"] }} title="The European Experience" description="Why we are more than just a cafe." /> @@ -132,37 +78,14 @@ export default function LandingPage() {