diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4ab7dbf..863ee0e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,17 +40,10 @@ export default function LandingPage() {
@@ -88,21 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Heart,
- title: "Nazar says",
- description: "Marina, you are the sunshine in my life, making every ordinary moment feel extraordinary.",
- },
- {
- icon: Heart,
- title: "Marina says",
- description: "Nazar, your kindness and warmth make me feel at home wherever we are together.",
- },
- {
- icon: Sparkles,
- title: "Together",
- description: "We are better together, growing and learning with every passing day.",
- },
+ { icon: Heart, title: "Nazar says", description: "Marina, you are the sunshine in my life, making every ordinary moment feel extraordinary." },
+ { icon: Heart, title: "Marina says", description: "Nazar, your kindness and warmth make me feel at home wherever we are together." },
+ { icon: Sparkles, title: "Together", description: "We are better together, growing and learning with every passing day." },
]}
title="Why I Love You"
description="Sweet words from our hearts"
@@ -113,36 +78,12 @@ export default function LandingPage() {