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() {