From 672080bc4aabbeaa2644b3c569a176911458e07c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:20:29 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 196 ++++++++++----------------------------- 1 file changed, 48 insertions(+), 148 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6c5189f..29de3ba 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -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() { @@ -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() {
@@ -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"}, ]} /> @@ -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() { Date: Sat, 13 Jun 2026 07:20:30 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 211 ++++++++++----------------------------- 1 file changed, 53 insertions(+), 158 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c1c0ddd..27b63b4 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -28,33 +28,21 @@ export default function LandingPage() { @@ -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() {