Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 025143bc6f | |||
| a1621feae0 | |||
| 8a59165cf5 | |||
| 836a2210c3 |
@@ -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 (
|
||||
@@ -52,11 +52,9 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Emma & James", handle: "Celebrated 10 Years Together", testimonial: "This made our Valentine's Day absolutely perfect! So romantic and special.", rating: 5,
|
||||
{ name: "Emma & James", handle: "Celebrated 10 Years Together", testimonial: "This made our Valentine's Day absolutely perfect! So romantic and special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=1", imageAlt: "couple portrait happy together love"},
|
||||
{
|
||||
name: "Sarah", handle: "First Valentine's Together", testimonial: "The most beautiful Valentine's experience we could ask for!", rating: 5,
|
||||
{ name: "Sarah", handle: "First Valentine's Together", testimonial: "The most beautiful Valentine's experience we could ask for!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait happy smiling professional"},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -78,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"
|
||||
@@ -160,8 +158,8 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe Now"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
buttonText="Subscribe for Exclusive Ideas"
|
||||
termsText="Get 10% off your first romantic package. We respect your privacy. Unsubscribe at any time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user