Merge version_3 into main #3
@@ -8,7 +8,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
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() {
|
||||
return (
|
||||
@@ -76,22 +76,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user