Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:00:24 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Bell, Gift, HelpCircle, Heart, Quote, Sparkles, Wand2 } from 'lucide-react';
import { Bell, Gift, HelpCircle, Heart, Quote, Sparkles, Wand2, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Start Planning", href: "features" },
{ text: "View Examples", href: "testimonials" }
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg"
imageAlt="Romantic couple proposal moment"
showDimOverlay={true}
/>
@@ -61,7 +61,7 @@ export default function LandingPage() {
description="Proposal Perfect Team"
subdescription="Helping couples create magic since 2020"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-psd/lovely-couple-print-template_23-2149034640.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-psd/lovely-couple-print-template_23-2149034640.jpg"
imageAlt="Proposal customization features"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -110,19 +110,19 @@ export default function LandingPage() {
tagIcon={Gift}
plans={[
{
id: "starter", title: "Starter", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg?_wi=2", imageAlt: "Starter proposal package", button: { text: "Get Started", href: "#" },
id: "starter", title: "Starter", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg", imageAlt: "Starter proposal package", button: { text: "Get Started", href: "#" },
features: [
"3 customizable themes", "Basic checklist & timeline", "Guest invite for up to 50 people", "Budget tracking tool", "Email support"
]
},
{
id: "premium", title: "Premium", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-psd/lovely-couple-print-template_23-2149034640.jpg?_wi=2", imageAlt: "Premium proposal package", button: { text: "Get Started", href: "#" },
id: "premium", title: "Premium", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-psd/lovely-couple-print-template_23-2149034640.jpg", imageAlt: "Premium proposal package", button: { text: "Get Started", href: "#" },
features: [
"Unlimited themes & customization", "Advanced timeline with milestones", "Guest management for unlimited guests", "Venue recommendations", "Video tutorials & inspiration gallery", "Priority email & chat support", "Downloadable proposal guide"
]
},
{
id: "elite", title: "Elite", price: "$199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/man-giving-rose-happy-woman_23-2148466339.jpg?_wi=1", imageAlt: "Elite proposal package", button: { text: "Get Started", href: "#" },
id: "elite", title: "Elite", price: "$199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/man-giving-rose-happy-woman_23-2148466339.jpg", imageAlt: "Elite proposal package", button: { text: "Get Started", href: "#" },
features: [
"Everything in Premium", "1-on-1 proposal planning consultation", "Custom vendor connections", "Photography timeline recommendations", "Personalized theme creation", "Post-proposal memory archive", "Concierge support via phone & chat", "Lifetime access & updates"
]
@@ -143,7 +143,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah & Michael", handle: "@sarahAndMike", testimonial: "Proposal Perfect made planning our engagement so easy and stress-free. We customized everything perfectly and she was absolutely amazed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-rose-happy-woman_23-2148466339.jpg?_wi=2", imageAlt: "Sarah and Michael"
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-rose-happy-woman_23-2148466339.jpg", imageAlt: "Sarah and Michael"
},
{
id: "2", name: "Emma & James", handle: "@emmaJames", testimonial: "The vendor recommendations were incredible. We found the perfect photographer and venue through this platform. Couldn't imagine planning without it.", rating: 5,
@@ -163,7 +163,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Lisa & Andrew", handle: "@lisaAndrew", testimonial: "The memory archive feature is amazing. We can relive our proposal moment and share it with family and friends anytime. Absolutely love this platform!", rating: 5,
icon: Heart
icon: Star
}
]}
showRating={true}
@@ -213,7 +213,7 @@ export default function LandingPage() {
description="Get proposal inspiration, planning tips, and exclusive offers delivered to your inbox. Plus, access our private community of couples sharing their engagement stories."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-placing-wedding-ring-blonde-woman-s-hand-restaurant_23-2147891148.jpg"
imageAlt="Romantic couple moment"
mediaAnimation="opacity"
mediaPosition="right"