diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4a2185c..7c2cf36 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Heart, Sparkles, Gift, Star } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -51,18 +40,11 @@ export default function LandingPage() {
@@ -72,34 +54,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "You Are My Forever Home",
- description: "No matter where life takes us, you are the place I feel most at peace and loved. Thank you for being my constant.",
- buttonIcon: "Heart",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-acrylic-balls-water_23-2148469351.jpg",
- imageAlt: "Abstract acrylic balls in water",
- },
- {
- title: "How Far You've Come",
- description: "Seeing you grow, blossom, and chase your dreams with such grace fills me with so much pride. You are truly unstoppable.",
- buttonIcon: "Sparkles",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-spring-petals_23-2148413802.jpg?_wi=2",
- imageAlt: "Abstract acrylic balls in water",
- },
- {
- title: "My Wish For You",
- description: "I hope this year brings you all the magic, joy, and laughter that you give to everyone else. You deserve the world.",
- buttonIcon: "Gift",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-background-made-with-flowers-with-blank-note_24972-1591.jpg?_wi=1",
- imageAlt: "Abstract acrylic balls in water",
- },
- {
- title: "Always With You",
- description: "Through every high and every low, I am your biggest cheerleader, supporter, and friend. Forever together.",
- buttonIcon: "Star",
- imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-friendship-concept-with-friends-dancing_23-2147720558.jpg?_wi=1",
- imageAlt: "Abstract acrylic balls in water",
- },
+ { title: "You Are My Forever Home", description: "No matter where life takes us, you are the place I feel most at peace and loved. Thank you for being my constant.", buttonIcon: Heart },
+ { title: "How Far You've Come", description: "Seeing you grow, blossom, and chase your dreams with such grace fills me with so much pride. You are truly unstoppable.", buttonIcon: Sparkles },
+ { title: "My Wish For You", description: "I hope this year brings you all the magic, joy, and laughter that you give to everyone else. You deserve the world.", buttonIcon: Gift },
+ { title: "Always With You", description: "Through every high and every low, I am your biggest cheerleader, supporter, and friend. Forever together.", buttonIcon: Star },
]}
title="My Wishes For You"
description="A few words from my heart."
@@ -110,44 +68,12 @@ export default function LandingPage() {
@@ -208,43 +99,17 @@ export default function LandingPage() {