12 Commits

Author SHA1 Message Date
516a0d3ad7 Merge version_5 into main
Merge version_5 into main
2026-04-30 23:52:53 +00:00
9595eff349 Update src/app/page.tsx 2026-04-30 23:52:50 +00:00
61381fa059 Merge version_4 into main
Merge version_4 into main
2026-04-30 23:52:02 +00:00
95d58f0f06 Update src/app/page.tsx 2026-04-30 23:51:56 +00:00
5a47177f07 Merge version_4 into main
Merge version_4 into main
2026-04-30 23:51:33 +00:00
6beefda469 Update src/app/page.tsx 2026-04-30 23:51:30 +00:00
bc8b512d25 Merge version_3 into main
Merge version_3 into main
2026-04-30 23:49:54 +00:00
f59c11eba7 Update src/app/page.tsx 2026-04-30 23:49:51 +00:00
f36bbb9f76 Merge version_2 into main
Merge version_2 into main
2026-04-30 23:47:34 +00:00
f07a6498f0 Merge version_2 into main
Merge version_2 into main
2026-04-30 23:45:24 +00:00
5a810f1344 Merge version_2 into main
Merge version_2 into main
2026-04-30 23:44:48 +00:00
d09cd0231f Merge version_2 into main
Merge version_2 into main
2026-04-30 23:44:18 +00:00

View File

@@ -1,165 +1,118 @@
"use client"; "use client";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Plane, Compass } from "lucide-react"; import { Cake, Clock, MapPin, Phone, Star } from "lucide-react";
export default function LuxuryTravelAgencyTemplatePage() { export default function DearbornSweetsPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="none" background="noise"
cardStyle="solid" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="medium" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "services" }, { name: "Menu", id: "menu" },
{ name: "Destinations", id: "destinations" }, { name: "Reviews", id: "reviews" },
{ name: "Reviews", id: "reviews" }, { name: "Location", id: "contact" },
{ name: "Contact", id: "contact" }, ]}
]} brandName="Dearborn Sweets Inc"
brandName="Luxuria" button={{ text: "Order Now" }}
button={{ text: "Get Started", href: "#contact" }} />
/> <div id="hero">
<HeroCarouselLogo <HeroBillboardTestimonial
logoText="Luxuria" title="Authentic Arabic & Middle Eastern Delights"
description="Experience the world's most extraordinary destinations with our bespoke luxury travel experiences curated just for you." description="Indulge in our exquisite collection of handcrafted baklava, traditional pastries, and custom-designed cakes in the heart of Dearborn."
buttons={[ background={{ variant: "glowing-orb" }}
{ text: "Plan Your Journey", href: "#contact" }, testimonials={[
{ text: "Explore Destinations", href: "#destinations" }, { name: "Ahmed K.", handle: "@ahmed", testimonial: "The best baklava in the city! Absolute perfection.", rating: 5 },
]} { name: "Sarah J.", handle: "@sarah", testimonial: "Their cakes are as beautiful as they are delicious.", rating: 5 }
slides={[ ]}
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero1.webp", imageAlt: "Luxury resort" }, marqueeItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero2.webp", imageAlt: "Private yacht" }, { type: "text-icon", text: "Baklava", icon: Cake },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero3.jpg", imageAlt: "Private yacht" }, { type: "text", text: "•" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero4.jpg", imageAlt: "Private yacht" }, { type: "text-icon", text: "Pastries", icon: Cake },
]} { type: "text", text: "•" },
showDimOverlay={true} { type: "text-icon", text: "Custom Cakes", icon: Cake }
/> ]}
<InlineImageSplitTextAbout />
className="pt-40" </div>
heading={[ <div id="about">
{ type: "text", content: "We craft" }, <MediaAbout
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero3.jpg", alt: "Travel" }, title="A Legacy of Sweetness"
{ type: "text", content: "unforgettable journeys to the world's most" }, description="Located at 6456 Greenfield Rd, Dearborn Sweets Inc has been serving the community with traditional recipes passed down through generations. We take pride in using only the finest ingredients."
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero4.jpg", alt: "Destination" }, imageSrc="https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=2000"
{ type: "text", content: "exclusive destinations" }, imageAlt="Baklava Display"
]} useInvertedBackground={true}
buttons={[ />
{ text: "Our Story", href: "#" }, </div>
]} <div id="menu">
useInvertedBackground={false} <ProductCardFour
/> title="Our Signature Creations"
<FeatureCardOne description="From honey-drenched baklava to elaborate wedding cakes, find your favorite treat."
tag="Services" gridVariant="four-items-2x2-equal-grid"
tagIcon={Sparkles} animationType="slide-up"
title="Tailored Travel Experiences" textboxLayout="default"
description="From private jets to secluded villas, we handle every detail of your journey" useInvertedBackground={false}
textboxLayout="default" products={[
animationType="slide-up" { id: "1", name: "Premium Pistachio Baklava", price: "$25.00", variant: "Box", imageSrc: "https://images.unsplash.com/photo-1519676867240-f03562e64548?q=80&w=800" },
gridVariant="uniform-all-items-equal" { id: "2", name: "Kunafa Delight", price: "$18.00", variant: "Tray", imageSrc: "https://images.unsplash.com/photo-1621303837174-89787a7d4729?q=80&w=800" },
uniformGridCustomHeightClasses="h-100 2xl:h-110" { id: "3", name: "Custom Celebration Cake", price: "$80.00", variant: "Custom", imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?q=80&w=800" },
useInvertedBackground={false} { id: "4", name: "Assorted Petit Fours", price: "$30.00", variant: "Box", imageSrc: "https://images.unsplash.com/photo-1599785209796-7860a0c72166?q=80&w=800" }
features={[ ]}
{ title: "Private Aviation", description: "Charter flights and private jet services to any destination worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", imageAlt: "Private jet" }, />
{ title: "Luxury Accommodations", description: "Handpicked five-star hotels, villas, and exclusive resorts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", imageAlt: "Luxury hotel" }, </div>
{ title: "Curated Experiences", description: "Unique adventures and cultural immersions designed just for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", imageAlt: "Experience" }, <div id="reviews">
{ title: "Fine Dining", description: "Reservations at Michelin-starred restaurants and private chef services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", imageAlt: "Fine dining" }, <TestimonialCardThirteen
{ title: "Photography Tours", description: "Professional photographers to capture your once-in-a-lifetime moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", imageAlt: "Photography" } title="Loved by Our Community"
]} description="Rated 4.4 stars by over 753 delighted customers."
/> showRating={true}
<FeatureCardNine animationType="slide-up"
tag="How It Works" textboxLayout="default"
tagIcon={Compass} useInvertedBackground={true}
title="Your Journey Begins Here" testimonials={[
description="From initial consultation to your return home, we manage every detail" { id: "1", name: "Customer", handle: "Google Review", testimonial: "Incredible flavors and great service every single time I visit.", rating: 5 },
textboxLayout="default" { id: "2", name: "Customer", handle: "Google Review", testimonial: "Dearborn Sweets never disappoints. Best treats in town.", rating: 4 }
showStepNumbers={true} ]}
animationType="slide-up" />
useInvertedBackground={false} </div>
features={[ <div id="contact">
{ title: "Share Your Vision", description: "Tell us about your dream destination and travel preferences.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone5.webp", imageAlt: "Consultation" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone6.webp", imageAlt: "Planning" } }, <ContactSplit
{ title: "Custom Itinerary", description: "Receive a bespoke travel plan crafted by our expert advisors.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone3.webp", imageAlt: "Itinerary" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone4.webp", imageAlt: "Details" } }, tag="Visit Us"
{ title: "Seamless Experience", description: "Enjoy your journey while we handle every detail behind the scenes.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone1.webp", imageAlt: "Travel" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone2.webp", imageAlt: "Experience" } }, title="Find Your Sweet Spot"
]} description="Open daily until 10 PM. Stop by our shop at 6456 Greenfield Rd, Dearborn, MI or <a href='tel:3135815959' class='font-bold underline'>call us now</a>."
/> imageSrc="https://images.unsplash.com/photo-1555507036-ab1f4038808a?q=80&w=1200"
<FeatureCardMedia mediaAnimation="blur-reveal"
tag="Destinations" inputPlaceholder="Enter email for special offers"
tagIcon={Plane} background={{ variant: "plain" }}
title="Extraordinary Destinations" useInvertedBackground={false}
description="Explore handpicked locations that define luxury travel" />
textboxLayout="default" </div>
animationType="slide-up" <FooterLogoEmphasis
useInvertedBackground={false} logoText="Dearborn Sweets Inc"
features={[ columns={[
{ id: "1", title: "Maldives Private Island", description: "Exclusive overwater villas with direct lagoon access and private butler service.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination6.webp", imageAlt: "Maldives" }, { items: [{ label: "Phone: (313) 581-5959" }, { label: "6456 Greenfield Rd" }] },
{ id: "2", title: "Swiss Alpine Retreat", description: "Secluded mountain chalets with panoramic views and world-class skiing.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination5.webp", imageAlt: "Switzerland" }, { items: [{ label: "Open Daily until 10 PM" }] }
{ id: "3", title: "African Safari Lodge", description: "Intimate wildlife encounters in the heart of the Serengeti.", tag: "Africa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination1.webp", imageAlt: "Safari" }, ]}
{ id: "4", title: "Amalfi Coast Villa", description: "Clifftop estates with Mediterranean views and private beach access.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination4.webp", imageAlt: "Amalfi Coast" }, />
{ id: "5", title: "Kyoto Ryokan", description: "Traditional Japanese inns with zen gardens and kaiseki dining.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination3.webp", imageAlt: "Kyoto" }, </ReactLenis>
{ id: "6", title: "Patagonia Eco Lodge", description: "Remote wilderness retreats surrounded by glaciers and pristine nature.", tag: "South America", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination2.webp", imageAlt: "Patagonia" }, </ThemeProvider>
]} );
/> }
<TestimonialCardFive
tag="Reviews"
tagIcon={Sparkles}
title="What Our Travelers Say"
description="Hear from guests who've experienced extraordinary journeys"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Victoria Sterling", date: "December 2024", title: "An absolutely flawless experience from start to finish", quote: "Luxuria transformed our anniversary trip into something truly magical. Every detail was perfect, from the private transfers to the surprise sunset dinner on the beach. Their team anticipated our every need.", tag: "Maldives", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", avatarAlt: "Victoria Sterling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Maldives trip" },
{ id: "2", name: "James & Elizabeth Moore", date: "November 2024", title: "Beyond our wildest expectations", quote: "Our safari honeymoon was nothing short of extraordinary. The lodges were spectacular, the wildlife encounters unforgettable, and the attention to detail was impeccable throughout our journey.", tag: "Tanzania", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", avatarAlt: "James & Elizabeth Moore", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Safari experience" },
{ id: "3", name: "Roberta Chen", date: "October 2024", title: "The definition of luxury travel", quote: "From the private jet charter to the exclusive vineyard tours, Luxuria curated an experience that exceeded all my expectations. Their network of contacts opened doors I never knew existed.", tag: "France", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", avatarAlt: "Roberta Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "France trip" },
]}
/>
<ContactSplitForm
title="Plan Your Journey"
description="Let us create your perfect luxury travel experience"
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/contact/contact1.webp"
imageAlt="Luxury travel"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Start Planning"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
{ name: "destination", type: "text", placeholder: "Dream Destination" },
]}
textarea={{ name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4 }}
/>
<FooterBaseCard
logoText="Luxuria"
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
columns={[
{ title: "Menu", items: [{ label: "Services", href: "#services" }, { label: "Destinations", href: "#destinations" }] },
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Reviews", href: "#reviews" }] },
{ title: "Visit Us", items: [{ label: "Contact", href: "#contact" }] }
]
}
className="bg-[#1b1512] text-white"
/>
</ReactLenis>
</ThemeProvider>
);
}