diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90099d7..914b1f6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,137 +29,49 @@ export default function LandingPage() {
@@ -179,36 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Culture",
- title: "Rare Heritage Collection",
- items: [
- "Authentic antiques",
- "Generational preservation",
- "Cultural storytelling",
- ],
- },
- {
- id: "f2",
- label: "Learn",
- title: "Learn Through Discovery",
- items: [
- "Fascinating history",
- "Interactive knowledge",
- "Educational depth",
- ],
- },
- {
- id: "f3",
- label: "Family",
- title: "Family Experience",
- items: [
- "Welcoming for all",
- "Educational experiences",
- "Cultural engagement",
- ],
- },
+ { id: "f1", label: "Culture", title: "Rare Heritage Collection", items: ["Authentic antiques", "Generational preservation", "Cultural storytelling"] },
+ { id: "f2", label: "Learn", title: "Learn Through Discovery", items: ["Fascinating history", "Interactive knowledge", "Educational depth"] },
+ { id: "f3", label: "Family", title: "Family Experience", items: ["Welcoming for all", "Educational experiences", "Cultural engagement"] },
]}
title="The Experience"
description="Discover a heritage destination designed for every generation."
@@ -217,52 +102,17 @@ export default function LandingPage() {