Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-06-13 07:20:33 +00:00
3 changed files with 160 additions and 515 deletions

View File

@@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import { Crown, Ruler, Sparkles } from "lucide-react";
import { Crown, Ruler, Sparkles, LampDesk, ScrollText, Gem } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,33 +27,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg"
logoAlt="The Wedding Throne Logo"
brandName="The Wedding Throne"
button={{
text: "Book Now",
href: "/pricing",
}}
text: "Book Now", href: "/pricing"}}
/>
</div>
@@ -65,65 +53,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p-1",
brand: "Regal Heirloom",
name: "Victorian Grandeur Throne",
price: "$650",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-floral-ornaments_23-2151052988.jpg",
imageAlt: "Ornate gold and velvet Victorian throne",
},
id: "p-1", brand: "Regal Heirloom", name: "Victorian Grandeur Throne", price: "$650", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-floral-ornaments_23-2151052988.jpg", imageAlt: "Ornate gold and velvet Victorian throne"},
{
id: "p-2",
brand: "Modern Luxe",
name: "Sleek Contemporary Throne",
price: "$580",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers_1339-2473.jpg",
imageAlt: "Minimalist white and gold modern throne",
},
id: "p-2", brand: "Modern Luxe", name: "Sleek Contemporary Throne", price: "$580", rating: 5,
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers_1339-2473.jpg", imageAlt: "Minimalist white and gold modern throne"},
{
id: "p-3",
brand: "Golden Era",
name: "Baroque Velvet Throne",
price: "$720",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-rose-flowers-ornaments_23-2151053061.jpg",
imageAlt: "Luxurious golden velvet Baroque throne",
},
id: "p-3", brand: "Golden Era", name: "Baroque Velvet Throne", price: "$720", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-rose-flowers-ornaments_23-2151053061.jpg", imageAlt: "Luxurious golden velvet Baroque throne"},
{
id: "p-4",
brand: "Timeless White",
name: "Classic Ivory Throne",
price: "$600",
rating: 5,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/bridal-bouquet-shoes_23-2151937240.jpg",
imageAlt: "Elegant white classic wedding throne",
},
id: "p-4", brand: "Timeless White", name: "Classic Ivory Throne", price: "$600", rating: 5,
reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/bridal-bouquet-shoes_23-2151937240.jpg", imageAlt: "Elegant white classic wedding throne"},
{
id: "p-5",
brand: "Floral Dreams",
name: "Enchanted Garden Throne",
price: "$680",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913157.jpg",
imageAlt: "White throne adorned with delicate flowers",
},
id: "p-5", brand: "Floral Dreams", name: "Enchanted Garden Throne", price: "$680", rating: 5,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913157.jpg", imageAlt: "White throne adorned with delicate flowers"},
{
id: "p-6",
brand: "Urban Chic",
name: "Geometric Minimalist Throne",
price: "$550",
rating: 4,
reviewCount: "7",
imageSrc: "http://img.b2bpic.net/free-photo/bridal-wedding-attributes_1303-10461.jpg",
imageAlt: "Minimalist geometric wedding throne",
},
id: "p-6", brand: "Urban Chic", name: "Geometric Minimalist Throne", price: "$550", rating: 4,
reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/bridal-wedding-attributes_1303-10461.jpg", imageAlt: "Minimalist geometric wedding throne"},
]}
title="Our Exquisite Throne Collection"
description="Explore our hand-picked selection of wedding thrones, featuring designs that cater to every taste, from opulent traditional to sleek modern styles."
@@ -137,54 +83,36 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Traditional Elegance",
description: "Embrace the timeless beauty of classic designs, featuring ornate carvings, rich fabrics, and majestic silhouettes for a truly royal feel.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-floral-ornaments_23-2151052989.jpg",
imageAlt: "Traditional wedding throne with intricate details",
},
title: "Traditional Elegance", description: "Embrace the timeless beauty of classic designs, featuring ornate carvings, rich fabrics, and majestic silhouettes for a truly royal feel.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-chair-with-floral-ornaments_23-2151052989.jpg", imageAlt: "Traditional wedding throne with intricate details"},
items: [
{
icon: LampDesk,
text: "Intricate Carvings",
},
text: "Intricate Carvings"},
{
icon: ScrollText,
text: "Rich Fabrics",
},
text: "Rich Fabrics"},
{
icon: Crown,
text: "Regal Silhouettes",
},
text: "Regal Silhouettes"},
],
reverse: false,
imageSrc: "https://web.facebook.com/photo/?fbid=1310534951072315&set=a.457839739675178&_wi=3",
imageAlt: "traditional wedding throne ornate details",
reverse: false
},
{
title: "Modern Chic",
description: "Discover contemporary thrones with clean lines, minimalist aesthetics, and innovative designs perfect for a sophisticated, modern wedding.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/garland-beautiful-white-roses-hangs-back-grey-chair_1304-5423.jpg",
imageAlt: "Modern wedding throne with sleek design",
},
title: "Modern Chic", description: "Discover contemporary thrones with clean lines, minimalist aesthetics, and innovative designs perfect for a sophisticated, modern wedding.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/garland-beautiful-white-roses-hangs-back-grey-chair_1304-5423.jpg", imageAlt: "Modern wedding throne with sleek design"},
items: [
{
icon: Ruler,
text: "Clean Lines",
},
text: "Clean Lines"},
{
icon: Sparkles,
text: "Minimalist Charm",
},
text: "Minimalist Charm"},
{
icon: Gem,
text: "Sleek Finishes",
},
text: "Sleek Finishes"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg?_wi=2",
imageAlt: "traditional wedding throne ornate details",
reverse: true
},
]}
title="Find Your Perfect Style"
@@ -194,76 +122,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg"
imageAlt="Golden wedding details background"
logoText="The Wedding Throne"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Testimonials",
href: "/#testimonials",
},
label: "Testimonials", href: "/#testimonials"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "Booking Info",
href: "/pricing#booking-info",
},
label: "Booking Info", href: "/pricing#booking-info"},
{
label: "Delivery",
href: "/about#delivery",
},
label: "Delivery", href: "/about#delivery"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp",
href: "https://wa.me/YOURPHONENUMBER",
},
label: "WhatsApp", href: "https://wa.me/YOURPHONENUMBER"},
{
label: "Facebook",
href: "https://facebook.com/TheWeddingThrone",
},
label: "Facebook", href: "https://facebook.com/TheWeddingThrone"},
{
label: "Instagram",
href: "https://instagram.com/TheWeddingThrone",
},
label: "Instagram", href: "https://instagram.com/TheWeddingThrone"},
],
},
]}

View File

@@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { CalendarCheck, CreditCard, MapPin, Sparkles } from "lucide-react";
import { CalendarCheck, CreditCard, MapPin, Sparkles, MessagesSquare, LayoutTemplate } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,105 +31,63 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg"
logoAlt="The Wedding Throne Logo"
brandName="The Wedding Throne"
button={{
text: "Book Now",
href: "/pricing",
}}
text: "Book Now", href: "/pricing"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Elevate Your Day with Royal Elegance"
description="Discover exquisite wedding thrones designed to make your special day truly unforgettable. From timeless classics to modern masterpieces, we offer luxury rentals for a truly royal experience."
buttons={[
{
text: "Book Your Throne",
href: "/pricing",
},
text: "Book Your Throne", href: "/pricing"},
{
text: "View Gallery",
href: "/gallery",
},
text: "View Gallery", href: "/gallery"},
]}
imageSrc="https://web.facebook.com/photo/?fbid=1310534951072315&set=a.457839739675178&_wi=1"
imageSrc="https://web.facebook.com/photo/?fbid=1310534951072315&set=a.457839739675178"
imageAlt="Luxurious white and gold wedding throne"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-bride-with-bouquet-close-portrait-studio_8353-6215.jpg",
alt: "Smiling bride with bouquet close portrait in studio",
},
src: "http://img.b2bpic.net/free-photo/smiling-bride-with-bouquet-close-portrait-studio_8353-6215.jpg", alt: "Smiling bride with bouquet close portrait in studio"},
{
src: "http://img.b2bpic.net/free-photo/portrait-girl-posing-with-lily-flower_651396-1317.jpg",
alt: "Portrait of girl posing with lily flower",
},
src: "http://img.b2bpic.net/free-photo/portrait-girl-posing-with-lily-flower_651396-1317.jpg", alt: "Portrait of girl posing with lily flower"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg",
alt: "beautiful bride with wail outdoors",
},
src: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wail-outdoors_624325-584.jpg", alt: "beautiful bride with wail outdoors"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg",
alt: "Beautiful bride posing medium shot",
},
src: "http://img.b2bpic.net/free-photo/beautiful-bride-posing-medium-shot_23-2149860841.jpg", alt: "Beautiful bride posing medium shot"},
{
src: "http://img.b2bpic.net/free-photo/young-bride-groom-having-beach-wedding_23-2149043996.jpg",
alt: "Young bride and groom having a beach wedding",
},
src: "http://img.b2bpic.net/free-photo/young-bride-groom-having-beach-wedding_23-2149043996.jpg", alt: "Young bride and groom having a beach wedding"},
]}
avatarText="Join our 500+ happy couples!"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/young-bride-groom-wedding-dress-outdoor_181624-42617.jpg",
alt: "Young bride and groom in wedding dress outdoor",
},
type: "image", src: "http://img.b2bpic.net/free-photo/young-bride-groom-wedding-dress-outdoor_181624-42617.jpg", alt: "Young bride and groom in wedding dress outdoor"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/young-man-holding-hands-with-elegant-woman-going-down-steps_23-2148012526.jpg",
alt: "Young man holding hands with elegant woman and going down on steps",
},
type: "image", src: "http://img.b2bpic.net/free-photo/young-man-holding-hands-with-elegant-woman-going-down-steps_23-2148012526.jpg", alt: "Young man holding hands with elegant woman and going down on steps"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/silhouette-bride-groom-window_1153-6524.jpg",
alt: "Silhouette of a bride and groom next to the window.",
},
type: "image", src: "http://img.b2bpic.net/free-photo/silhouette-bride-groom-window_1153-6524.jpg", alt: "Silhouette of a bride and groom next to the window."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/wedding-wedding-day-beautiful-bride-elegant-groom-kissing_8353-5864.jpg",
alt: "Wedding. Wedding day. Beautiful bride and elegant groom kissing.",
},
type: "image", src: "http://img.b2bpic.net/free-photo/wedding-wedding-day-beautiful-bride-elegant-groom-kissing_8353-5864.jpg", alt: "Wedding. Wedding day. Beautiful bride and elegant groom kissing."},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/princess-golden-clothes-carries-candleholder-with-burning-candles_1304-3079.jpg",
alt: "Princess in golden clothes carries candleholder with burning candles",
},
type: "image", src: "http://img.b2bpic.net/free-photo/princess-golden-clothes-carries-candleholder-with-burning-candles_1304-3079.jpg", alt: "Princess in golden clothes carries candleholder with burning candles"},
]}
/>
</div>
@@ -139,14 +97,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Crafting Moments of Majesty"
description={[
"At The Wedding Throne, we believe every couple deserves to feel like royalty on their wedding day. We specialize in providing luxurious wedding throne rentals that add an unparalleled touch of elegance and grandeur to your celebration.",
"Our curated collection features a diverse range of handcrafted thrones, meticulously designed to complement any wedding theme, from traditional grandeur to modern chic. We are committed to exceptional service, ensuring a seamless experience from selection to delivery.",
]}
"At The Wedding Throne, we believe every couple deserves to feel like royalty on their wedding day. We specialize in providing luxurious wedding throne rentals that add an unparalleled touch of elegance and grandeur to your celebration.", "Our curated collection features a diverse range of handcrafted thrones, meticulously designed to complement any wedding theme, from traditional grandeur to modern chic. We are committed to exceptional service, ensuring a seamless experience from selection to delivery."]}
buttons={[
{
text: "Our Story",
href: "/about",
},
text: "Our Story", href: "/about"},
]}
/>
</div>
@@ -158,54 +112,36 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Effortless Online Booking",
description: "Browse our exclusive collection, check availability, and reserve your perfect throne with just a few clicks through our intuitive online system.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg",
imageAlt: "Online booking system interface",
},
title: "Effortless Online Booking", description: "Browse our exclusive collection, check availability, and reserve your perfect throne with just a few clicks through our intuitive online system.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg", imageAlt: "Online booking system interface"},
items: [
{
icon: CalendarCheck,
text: "Real-time Availability",
},
text: "Real-time Availability"},
{
icon: MapPin,
text: "Venue Integration",
},
text: "Venue Integration"},
{
icon: CreditCard,
text: "Secure Payments",
},
text: "Secure Payments"},
],
reverse: false,
imageSrc: "https://web.facebook.com/photo/?fbid=1310534951072315&set=a.457839739675178&_wi=2",
imageAlt: "online booking system interface calendar",
reverse: false
},
{
title: "Personalized Consultation",
description: "Our experts are here to help you choose the ideal throne that perfectly aligns with your wedding theme and personal style.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg",
imageAlt: "Wedding consultation with a planner",
},
title: "Personalized Consultation", description: "Our experts are here to help you choose the ideal throne that perfectly aligns with your wedding theme and personal style.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg", imageAlt: "Wedding consultation with a planner"},
items: [
{
icon: Sparkles,
text: "Style Guidance",
},
text: "Style Guidance"},
{
icon: MessagesSquare,
text: "Dedicated Support",
},
text: "Dedicated Support"},
{
icon: LayoutTemplate,
text: "Theme Matching",
},
text: "Theme Matching"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg?_wi=1",
imageAlt: "online booking system interface calendar",
reverse: true
},
]}
title="Your Royal Journey, Simplified"
@@ -219,65 +155,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah & John D.",
date: "October 2023",
title: "Absolutely Breathtaking!",
quote: "The gold throne we rented for our wedding was the centerpiece of our reception. It was even more stunning in person and truly made us feel like royalty. The delivery and setup were flawless!",
tag: "Fairytale Wedding",
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6034.jpg",
avatarAlt: "Sarah D. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiled-young-married-couple-celebrating-their-wedding-holding-hands-dancing_8353-11815.jpg",
imageAlt: "Wedding couple on a throne",
},
id: "1", name: "Sarah & John D.", date: "October 2023", title: "Absolutely Breathtaking!", quote: "The gold throne we rented for our wedding was the centerpiece of our reception. It was even more stunning in person and truly made us feel like royalty. The delivery and setup were flawless!", tag: "Fairytale Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6034.jpg", avatarAlt: "Sarah D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiled-young-married-couple-celebrating-their-wedding-holding-hands-dancing_8353-11815.jpg", imageAlt: "Wedding couple on a throne"},
{
id: "2",
name: "Emily & Michael T.",
date: "September 2023",
title: "Exceptional Service & Quality",
quote: "From the moment we inquired to the final pickup, The Wedding Throne team was professional and accommodating. Our modern white throne was pristine and created the perfect photo opportunities.",
tag: "Modern Elegance",
avatarSrc: "http://img.b2bpic.net/free-photo/young-stylish-handsome-man-suit-street_158538-10196.jpg",
avatarAlt: "Emily T. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/pompous-wedding-candy-bar-decorated-with-lavender-wedding-cake_8353-9831.jpg",
imageAlt: "Modern wedding throne setup",
},
id: "2", name: "Emily & Michael T.", date: "September 2023", title: "Exceptional Service & Quality", quote: "From the moment we inquired to the final pickup, The Wedding Throne team was professional and accommodating. Our modern white throne was pristine and created the perfect photo opportunities.", tag: "Modern Elegance", avatarSrc: "http://img.b2bpic.net/free-photo/young-stylish-handsome-man-suit-street_158538-10196.jpg", avatarAlt: "Emily T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/pompous-wedding-candy-bar-decorated-with-lavender-wedding-cake_8353-9831.jpg", imageAlt: "Modern wedding throne setup"},
{
id: "3",
name: "Jessica L.",
date: "August 2023",
title: "A Dream Come True",
quote: "I'm so glad we chose The Wedding Throne! The customer service was fantastic, and the throne itself was magnificent. It added such a luxurious feel to our head table.",
tag: "Luxurious Details",
avatarSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg",
avatarAlt: "Jessica L. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-flowers-low-angle_23-2149617119.jpg",
imageAlt: "Elegant wedding reception decor",
},
id: "3", name: "Jessica L.", date: "August 2023", title: "A Dream Come True", quote: "I'm so glad we chose The Wedding Throne! The customer service was fantastic, and the throne itself was magnificent. It added such a luxurious feel to our head table.", tag: "Luxurious Details", avatarSrc: "http://img.b2bpic.net/free-photo/modern-female-sitting-couch_23-2148415753.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-flowers-low-angle_23-2149617119.jpg", imageAlt: "Elegant wedding reception decor"},
{
id: "4",
name: "David & Maria K.",
date: "July 2023",
title: "Seamless Experience",
quote: "The booking process was incredibly easy, and the delivery team was punctual and respectful of our venue. The throne was exactly as pictured, if not more impressive. Highly recommend!",
tag: "Hassle-Free",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
avatarAlt: "David K. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/place-wedding-ceremony-with-wedding-arch-decorated-with-flowers-white-chairs-each-side-archway-outdoors-preparation-wedding-ceremony-outdoors-near-lake_613910-4241.jpg",
imageAlt: "Outdoor wedding ceremony throne",
},
id: "4", name: "David & Maria K.", date: "July 2023", title: "Seamless Experience", quote: "The booking process was incredibly easy, and the delivery team was punctual and respectful of our venue. The throne was exactly as pictured, if not more impressive. Highly recommend!", tag: "Hassle-Free", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/place-wedding-ceremony-with-wedding-arch-decorated-with-flowers-white-chairs-each-side-archway-outdoors-preparation-wedding-ceremony-outdoors-near-lake_613910-4241.jpg", imageAlt: "Outdoor wedding ceremony throne"},
{
id: "5",
name: "Olivia P.",
date: "June 2023",
title: "Beyond Expectations",
quote: "Every guest commented on our beautiful throne! It truly elevated the aesthetic of our wedding and made us feel like royalty. Thank you for such an amazing product and service!",
tag: "Unforgettable Day",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
avatarAlt: "Olivia P. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/bride-preparing-wedding-ceremony_1303-10468.jpg",
imageAlt: "Wedding cake table with throne in background",
},
id: "5", name: "Olivia P.", date: "June 2023", title: "Beyond Expectations", quote: "Every guest commented on our beautiful throne! It truly elevated the aesthetic of our wedding and made us feel like royalty. Thank you for such an amazing product and service!", tag: "Unforgettable Day", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg", avatarAlt: "Olivia P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/bride-preparing-wedding-ceremony_1303-10468.jpg", imageAlt: "Wedding cake table with throne in background"},
]}
title="Hear From Our Happy Couples"
description="Read what our clients have to say about their experience with The Wedding Throne and how we helped make their day extraordinary."
@@ -289,14 +175,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Grand Ballroom Estates",
"Diamond Event Planners",
"Royal Gardens Venue",
"Elegant Soiree Designs",
"Celestial Weddings Co.",
"Luxurious Celebrations",
"Prestige Event Group",
]}
"Grand Ballroom Estates", "Diamond Event Planners", "Royal Gardens Venue", "Elegant Soiree Designs", "Celestial Weddings Co.", "Luxurious Celebrations", "Prestige Event Group"]}
title="Trusted by Leading Wedding Venues & Planners"
description="We proudly partner with top wedding industry professionals to bring unparalleled luxury to every event."
speed={35}
@@ -308,8 +187,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Ready to Plan Your Royal Moment?"
description="Our team is eager to help you select the perfect wedding throne and ensure a seamless rental experience. Contact us today to discuss your vision."
@@ -323,76 +201,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg"
imageAlt="Golden wedding details background"
logoText="The Wedding Throne"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Testimonials",
href: "/#testimonials",
},
label: "Testimonials", href: "/#testimonials"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "Booking Info",
href: "/pricing#booking-info",
},
label: "Booking Info", href: "/pricing#booking-info"},
{
label: "Delivery",
href: "/about#delivery",
},
label: "Delivery", href: "/about#delivery"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp",
href: "https://wa.me/YOURPHONENUMBER",
},
label: "WhatsApp", href: "https://wa.me/YOURPHONENUMBER"},
{
label: "Facebook",
href: "https://facebook.com/TheWeddingThrone",
},
label: "Facebook", href: "https://facebook.com/TheWeddingThrone"},
{
label: "Instagram",
href: "https://instagram.com/TheWeddingThrone",
},
label: "Instagram", href: "https://instagram.com/TheWeddingThrone"},
],
},
]}

View File

@@ -28,33 +28,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Gallery",
id: "/gallery",
},
name: "Gallery", id: "/gallery"},
{
name: "Pricing",
id: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg"
logoAlt="The Wedding Throne Logo"
brandName="The Wedding Throne"
button={{
text: "Book Now",
href: "/pricing",
}}
text: "Book Now", href: "/pricing"}}
/>
</div>
@@ -65,63 +53,25 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "p-bronze",
tag: "Essential",
tagIcon: Lightbulb,
price: "$450",
period: "per event",
description: "Perfect for intimate gatherings, includes 1 premium throne and standard delivery.",
button: {
text: "Select Essential",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"One Premium Throne",
"Standard Delivery & Setup",
"24-Hour Rental Period",
"Basic Style Consultation",
],
id: "p-bronze", tag: "Essential", tagIcon: Lightbulb,
price: "$450", period: "per event", description: "Perfect for intimate gatherings, includes 1 premium throne and standard delivery.", button: {
text: "Select Essential", href: "/contact"},
featuresTitle: "Includes:", features: [
"One Premium Throne", "Standard Delivery & Setup", "24-Hour Rental Period", "Basic Style Consultation"],
},
{
id: "p-silver",
tag: "Popular",
tagIcon: Star,
price: "$750",
period: "per event",
description: "Our most popular choice, offering extended rental and enhanced styling options.",
button: {
text: "Select Popular",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"One Luxury Throne",
"Extended Delivery & Setup",
"48-Hour Rental Period",
"Personalized Styling Session",
"Priority Customer Support",
],
id: "p-silver", tag: "Popular", tagIcon: Star,
price: "$750", period: "per event", description: "Our most popular choice, offering extended rental and enhanced styling options.", button: {
text: "Select Popular", href: "/contact"},
featuresTitle: "Includes:", features: [
"One Luxury Throne", "Extended Delivery & Setup", "48-Hour Rental Period", "Personalized Styling Session", "Priority Customer Support"],
},
{
id: "p-gold",
tag: "Elite",
tagIcon: Crown,
price: "$1200",
period: "per event",
description: "The ultimate royal experience with bespoke customization and white-glove service.",
button: {
text: "Select Elite",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"One Elite Throne (any style)",
"White-Glove Delivery & Setup",
"72-Hour Rental Period",
"Full Bespoke Design Consultation",
"On-site Styling Assistance",
],
id: "p-gold", tag: "Elite", tagIcon: Crown,
price: "$1200", period: "per event", description: "The ultimate royal experience with bespoke customization and white-glove service.", button: {
text: "Select Elite", href: "/contact"},
featuresTitle: "Includes:", features: [
"One Elite Throne (any style)", "White-Glove Delivery & Setup", "72-Hour Rental Period", "Full Bespoke Design Consultation", "On-site Styling Assistance"],
},
]}
title="Choose Your Royal Package"
@@ -136,54 +86,36 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Instant Availability Check",
description: "View real-time availability for all our thrones and select your preferred event date and time instantly.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-couch-working_23-2149013874.jpg",
imageAlt: "Availability calendar interface",
},
title: "Instant Availability Check", description: "View real-time availability for all our thrones and select your preferred event date and time instantly.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-couch-working_23-2149013874.jpg", imageAlt: "Availability calendar interface"},
items: [
{
icon: CalendarCheck,
text: "Event Date Selection",
},
text: "Event Date Selection"},
{
icon: Clock,
text: "Time Slot Booking",
},
text: "Time Slot Booking"},
{
icon: MapPin,
text: "Venue Location Input",
},
text: "Venue Location Input"},
],
reverse: false,
imageSrc: "https://web.facebook.com/photo/?fbid=1310534951072315&set=a.457839739675178&_wi=4",
imageAlt: "online booking system interface calendar",
reverse: false
},
{
title: "Secure Online Payments",
description: "Confirm your reservation with confidence through our secure payment gateway, supporting various payment methods.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/entrepreneur-isometric-flowchart-with-strategic-thinking-skills-symbols-illustration_1284-62850.jpg",
imageAlt: "Online payment processing on a mobile device",
},
title: "Secure Online Payments", description: "Confirm your reservation with confidence through our secure payment gateway, supporting various payment methods.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/entrepreneur-isometric-flowchart-with-strategic-thinking-skills-symbols-illustration_1284-62850.jpg", imageAlt: "Online payment processing on a mobile device"},
items: [
{
icon: CreditCard,
text: "Multiple Payment Options",
},
text: "Multiple Payment Options"},
{
icon: ShieldCheck,
text: "Data Encryption",
},
text: "Data Encryption"},
{
icon: FileText,
text: "Order Tracking & History",
},
text: "Order Tracking & History"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/many-white-tulips-green-chair-gray-background_8353-5761.jpg?_wi=3",
imageAlt: "online booking system interface calendar",
reverse: true
},
]}
title="Your Seamless Booking Experience"
@@ -197,20 +129,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "pq1",
title: "Are there any hidden fees?",
content: "No, our pricing is transparent. The package price includes the throne rental, standard delivery, setup, and pickup. Any additional services or custom requests will be clearly itemized.",
},
id: "pq1", title: "Are there any hidden fees?", content: "No, our pricing is transparent. The package price includes the throne rental, standard delivery, setup, and pickup. Any additional services or custom requests will be clearly itemized."},
{
id: "pq2",
title: "What is your cancellation policy?",
content: "Our cancellation policy varies by package and booking lead time. Please refer to our Terms of Service or contact us directly for detailed information regarding cancellations and refunds.",
},
id: "pq2", title: "What is your cancellation policy?", content: "Our cancellation policy varies by package and booking lead time. Please refer to our Terms of Service or contact us directly for detailed information regarding cancellations and refunds."},
{
id: "pq3",
title: "Do you require a deposit?",
content: "Yes, a non-refundable deposit is required at the time of booking to secure your reservation. The remaining balance is typically due [X days/weeks] before your event date.",
},
id: "pq3", title: "Do you require a deposit?", content: "Yes, a non-refundable deposit is required at the time of booking to secure your reservation. The remaining balance is typically due [X days/weeks] before your event date."},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-couple-embracing-stomach-touching-face-face_132075-11776.jpg"
imageAlt="Couple discussing pricing with a wedding consultant"
@@ -223,76 +146,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/curtains-with-flowers_1157-592.jpg"
imageAlt="Golden wedding details background"
logoText="The Wedding Throne"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Testimonials",
href: "/#testimonials",
},
label: "Testimonials", href: "/#testimonials"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "Booking Info",
href: "/pricing#booking-info",
},
label: "Booking Info", href: "/pricing#booking-info"},
{
label: "Delivery",
href: "/about#delivery",
},
label: "Delivery", href: "/about#delivery"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp",
href: "https://wa.me/YOURPHONENUMBER",
},
label: "WhatsApp", href: "https://wa.me/YOURPHONENUMBER"},
{
label: "Facebook",
href: "https://facebook.com/TheWeddingThrone",
},
label: "Facebook", href: "https://facebook.com/TheWeddingThrone"},
{
label: "Instagram",
href: "https://instagram.com/TheWeddingThrone",
},
label: "Instagram", href: "https://instagram.com/TheWeddingThrone"},
],
},
]}