Merge version_2 into main #2
@@ -9,7 +9,8 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Heart, Mail, Sparkles, Gift, Leaf, Users, UtensilsCrossed, Building2, Music } from 'lucide-react';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { Heart, Mail, Sparkles, Gift, Leaf, Users, UtensilsCrossed, Building2, Music, QrCode, MapPin, Phone, MessageSquare, Instagram } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,6 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Facilities", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Payment", id: "payment" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Saath Phere"
|
||||
@@ -166,6 +168,44 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="payment" data-section="payment">
|
||||
<TeamCardTwo
|
||||
members={[
|
||||
{
|
||||
id: "upi-payment", name: "Quick Payment via UPI", role: "Payment Method", description: "Scan the QR code below to make instant payments using your preferred UPI app. Fast, secure, and convenient.", imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167208.jpg", imageAlt: "UPI Payment", socialLinks: []
|
||||
}
|
||||
]}
|
||||
title="Payment Options"
|
||||
description="Easy and secure payment methods for your wedding celebration bookings."
|
||||
tag="Payment"
|
||||
tagIcon={QrCode}
|
||||
tagAnimation="blur-reveal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="owner" data-section="owner">
|
||||
<TeamCardTwo
|
||||
members={[
|
||||
{
|
||||
id: "suneel-pandey", name: "Suneel Pandey", role: "Proprietor & Manager", description: "With years of experience in event management and hospitality, Suneel Pandey brings passion and expertise to every celebration, ensuring your special day is perfect in every way.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed_23-2148393702.jpg", imageAlt: "Suneel Pandey", socialLinks: []
|
||||
}
|
||||
]}
|
||||
title="Meet Our Leadership"
|
||||
description="Meet the dedicated team behind Saath Phere Marriage Garden."
|
||||
tag="Owner Profile"
|
||||
tagIcon={Users}
|
||||
tagAnimation="blur-reveal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
@@ -196,10 +236,10 @@ export default function LandingPage() {
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Plan Your Special Day?"
|
||||
description="Contact us today to schedule a garden tour, discuss your vision, and let us create the perfect celebration for you and your loved ones."
|
||||
description="Contact us today to schedule a garden tour, discuss your vision, and let us create the perfect celebration for you and your loved ones. We're located in beautiful Mauganj, Rewa."
|
||||
buttons={[
|
||||
{ text: "Contact Us Now", href: "tel:+919876543210" },
|
||||
{ text: "Send Email", href: "mailto:hello@saathphere.com" }
|
||||
{ text: "Contact Us Now", href: "tel:+919893762377" },
|
||||
{ text: "Send Email", href: "mailto:sushmakumarigautam14@gmail.com" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -219,14 +259,15 @@ export default function LandingPage() {
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Facilities", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" }
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Payment", href: "#payment" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Email: hello@saathphere.com", href: "mailto:hello@saathphere.com" },
|
||||
{ label: "Phone: +91 98765 43210", href: "tel:+919876543210" },
|
||||
{ label: "Address: Garden Location", href: "#" },
|
||||
{ label: "Email: sushmakumarigautam14@gmail.com", href: "mailto:sushmakumarigautam14@gmail.com" },
|
||||
{ label: "Phone: +91 98937 62377", href: "tel:+919893762377" },
|
||||
{ label: "Location: Mauganj, Rewa", href: "#" },
|
||||
{ label: "Book a Tour", href: "#contact" }
|
||||
]
|
||||
},
|
||||
@@ -237,6 +278,14 @@ export default function LandingPage() {
|
||||
{ label: "Decoration & Florals", href: "#" },
|
||||
{ label: "Photography Services", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram: @saatphere_official_", href: "https://instagram.com/saatphere_official_" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user