2 Commits

Author SHA1 Message Date
025143bc6f Update src/app/page.tsx 2026-03-04 17:56:15 +00:00
a1621feae0 Merge version_2 into main
Merge version_2 into main
2026-03-04 17:54:41 +00:00

View File

@@ -8,7 +8,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplit from "@/components/sections/contact/ContactSplit"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Heart, Mail, Sparkles, Gift, Utensils, Flower2, Music, MapPin, Users } from "lucide-react"; import { Heart, Mail, Sparkles, Gift, Utensils, Flower2, Music, MapPin, Users, ArrowRight } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -76,22 +76,22 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Gift, icon: Gift,
title: "Thoughtful Gifts", description: "Find the perfect present that shows how much you care with personalized gift ideas."}, title: "Thoughtful Gifts", description: "Find the perfect present that shows how much you care with personalized gift ideas.", button: { text: "Explore Gift Ideas", href: "#" }},
{ {
icon: Utensils, icon: Utensils,
title: "Romantic Dinner", description: "Plan an elegant dinner experience with special ambiance and delicious cuisine."}, title: "Romantic Dinner", description: "Plan an elegant dinner experience with special ambiance and delicious cuisine.", button: { text: "View Dinner Options", href: "#" }},
{ {
icon: Flower2, icon: Flower2,
title: "Fresh Flowers", description: "Express your love with beautiful blooms and arrange stunning floral decorations."}, title: "Fresh Flowers", description: "Express your love with beautiful blooms and arrange stunning floral decorations.", button: { text: "Browse Arrangements", href: "#" }},
{ {
icon: Music, icon: Music,
title: "Special Playlist", description: "Create the perfect soundtrack for your Valentine's Day with romantic music."}, title: "Special Playlist", description: "Create the perfect soundtrack for your Valentine's Day with romantic music.", button: { text: "Curate Your Playlist", href: "#" }},
{ {
icon: MapPin, icon: MapPin,
title: "Dream Getaway", description: "Plan an unforgettable trip to a romantic destination with your special someone."}, title: "Dream Getaway", description: "Plan an unforgettable trip to a romantic destination with your special someone.", button: { text: "Discover Destinations", href: "#" }},
{ {
icon: Heart, icon: Heart,
title: "Heartfelt Words", description: "Write love letters and express your feelings with sincere and meaningful words."}, title: "Heartfelt Words", description: "Write love letters and express your feelings with sincere and meaningful words.", button: { text: "Create Love Letter", href: "#" }},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"