2 Commits

Author SHA1 Message Date
95255085ae Update src/app/page.tsx 2026-05-17 11:11:48 +00:00
74412df169 Merge version_1 into main
Merge version_1 into main
2026-05-17 10:24:51 +00:00

View File

@@ -32,35 +32,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Fleet", id: "fleet" },
name: "Fleet", id: "fleet"}, { name: "Pricing", id: "pricing" },
{ { name: "About", id: "about" },
name: "Pricing", id: "pricing"}, { name: "Contact", id: "contact" },
{
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="UNIQ Miami" brandName="Truluck's"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}} title="Ocean's Finest Seafood"
title="Experience Miami Like Never Before." description="Discover the freshest catch, sustainably sourced and expertly prepared for an unparalleled dining experience. Welcome to Truluck's."
description="UNIQ Miami Yacht Charters provides the ultimate luxury escape on the sparkling waters of the Atlantic. From private sunsets to exclusive celebrations, our fleet is your gateway to elegance." tag="Truluck's Ocean's Finest"
tag="Luxury Yacht Charters"
mediaItems={[ mediaItems={[
{ { imageSrc: "https://img.b2bpic.net/free-photo/gourmet-seafood-platter-with-fresh-fish-crabs-shrimp-wooden-background_1150-44933.jpg", imageAlt: "Fresh Seafood Platter" },
imageSrc: "http://img.b2bpic.net/free-photo/miami-skyscrapers_649448-5023.jpg", imageAlt: "luxury yacht miami skyline"}, { imageSrc: "https://img.b2bpic.net/free-photo/tasty-grilled-fish-with-vegetables-plate_114579-3733.jpg", imageAlt: "Grilled Seafood" },
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6401.jpg", imageAlt: "yacht party miami luxury"},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
ratingText="Rated 5/5 by over 500+ satisfied guests" ratingText="Award-winning sustainable seafood"
tagIcon={Star} tagIcon={Star}
/> />
</div> </div>
@@ -68,18 +61,15 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={true} useInvertedBackground={true}
title="The UNIQ Difference" title="A Commitment to Freshness"
description="We don't just provide boats; we curate unforgettable experiences. With personalized itineraries and white-glove service, we ensure your time on the water is nothing short of exceptional." description="We believe in the integrity of every ingredient. Our commitment to sustainable fishing means you get the ocean's finest, prepared with respect and culinary expertise."
metrics={[ metrics={[
{ { value: "100%", title: "Sustainable Catch" },
value: "15+", title: "Years Experience"}, { value: "Fresh", title: "Daily Delivery" },
{ { value: "Global", title: "Sourced Quality" },
value: "50+", title: "Elite Fleet"},
{
value: "24/7", title: "Concierge Support"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/train-driver-occupation_342744-960.jpg" imageSrc="https://img.b2bpic.net/free-photo/chef-preparing-seafood-dish-restaurant-kitchen_114579-2224.jpg"
imageAlt="Our Dedicated Professional Crew" imageAlt="Chef at work"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -92,18 +82,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", brand: "Classic", name: "Fresh Florida Stone Crab", price: "Market Price", rating: 5, reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/fresh-stone-crabs-plate_114579-4321.jpg" },
id: "y1", brand: "Azimut", name: "Miami Star", price: "$1,500/hr", rating: 5, { id: "p2", brand: "Premium", name: "Alaskan King Crab Legs", price: "Market Price", rating: 5, reviewCount: "180", imageSrc: "https://img.b2bpic.net/free-photo/king-crab-legs_114579-1123.jpg" },
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cruise-ship-ocean_1194-637948.jpg"}, { id: "p3", brand: "Signature", name: "Miso Glazed Sea Bass", price: "$48", rating: 4, reviewCount: "310", imageSrc: "https://img.b2bpic.net/free-photo/sea-bass-fillet-with-vegetables_114579-567.jpg" },
{
id: "y2", brand: "Sunseeker", name: "Ocean Horizon", price: "$2,200/hr", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821267.jpg"},
{
id: "y3", brand: "Ferretti", name: "Blue Velvet", price: "$1,800/hr", rating: 4,
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/man-port-preparing-yacht-trip_72229-520.jpg"},
]} ]}
title="Our Elite Yacht Fleet" title="Our Signature Menu"
description="Explore our curated collection of luxury yachts, ranging from sleek performance cruisers to spacious mega-yachts ready for your next adventure." description="Featuring a selection of the ocean's most treasured delicacies."
/> />
</div> </div>
@@ -113,33 +97,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ { id: "s1", badge: "Starter", price: "$25", subtitle: "Lunch Favorites", buttons: [{ text: "View Menu" }], features: ["Fresh Soup", "Seasonal Salad", "Light Bites"] },
id: "p1", badge: "Popular", price: "$1,200", subtitle: "Day Cruise Special", buttons: [ { id: "s2", badge: "Signature", price: "$60", subtitle: "Evening Selection", buttons: [{ text: "Book Table" }], features: ["Appetizer Selection", "Main Course", "Signature Side", "Dessert"] },
{ { id: "s3", badge: "Experience", price: "$120", subtitle: "Chef's Tasting", buttons: [{ text: "Reserve" }], features: ["Multi-course Meal", "Wine Pairing", "Chef Special", "VIP Seating"] },
text: "Book Now", href: "#contact"},
],
features: [
"4 Hours", "Complimentary Water", "Captain Included"],
},
{
id: "p2", badge: "Elite", price: "$2,500", subtitle: "Full Day Adventure", buttons: [
{
text: "Book Now", href: "#contact"},
],
features: [
"8 Hours", "Catering Package", "Full Crew Included", "Fuel Included"],
},
{
id: "p3", badge: "VIP", price: "$5,000", subtitle: "Sunset & Stay", buttons: [
{
text: "Book Now", href: "#contact"},
],
features: [
"Overnight", "Champagne Service", "Chef Services", "VIP Docking"],
},
]} ]}
title="Simple Luxury Pricing" title="Culinary Packages"
description="Transparent, all-inclusive packages for your peace of mind." description="Indulge in a curated dining journey tailored to your preferences."
/> />
</div> </div>
@@ -149,36 +112,22 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "40+", title: "Years", description: "Serving excellence since 1980", imageSrc: "https://img.b2bpic.net/free-photo/restaurant-interior-with-people_114579-667.jpg" },
id: "m1", value: "12,000+", title: "Nautical Miles", description: "Safe voyages in Miami waters", imageSrc: "http://img.b2bpic.net/free-photo/successful-stylish-man-dressed-modern-elegant-clothes-sitting-table-outdoor-cafe-against-background-city-wharf_613910-21028.jpg"}, { id: "m2", value: "10", title: "Locations", description: "Nationwide fine dining", imageSrc: "https://img.b2bpic.net/free-photo/seafood-platter-on-table_114579-789.jpg" },
{ { id: "m3", value: "100k+", title: "Meals", description: "Happily served guests", imageSrc: "https://img.b2bpic.net/free-photo/fresh-fish-on-ice_114579-334.jpg" },
id: "m2", value: "98%", title: "Repeat Guests", description: "Returning for more luxury", imageSrc: "http://img.b2bpic.net/free-photo/table-two-persons-with-rose-leafs_140725-10010.jpg"},
{
id: "m3", value: "500+", title: "Events Hosted", description: "Unforgettable life moments", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-yacht-rudder-daylight-horizontal-sea-background_1220-1499.jpg"},
]} ]}
title="Proven Excellence" title="Our Culinary Legacy"
description="Numbers speak louder than words when it comes to world-class service." description="Decades of passion and devotion to the finest seafood."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} useInvertedBackground={true}
testimonial="UNIQ Miami turned our anniversary into a fairy tale. The staff was attentive and the yacht was absolutely stunning." testimonial="The stone crabs are unmatched. A truly sophisticated dining experience that never fails to impress our guests."
rating={5} rating={5}
author="Sarah & David Miller" author="The Miller Family"
avatars={[ avatars={[{ src: "https://img.b2bpic.net/free-photo/portrait-happy-couple-restaurant_114579-456.jpg", alt: "Customer" }]}
{
src: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6396.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/two-friends-near-yacht_624325-3124.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-yacht-boat_624325-2583.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/stylish-pin-up-girl-with-vine_1157-18558.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/best-friends-having-fun-summer_23-2149031470.jpg", alt: "Guest"},
]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
/> />
@@ -189,17 +138,14 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "f1", title: "Is reservation required?", content: "Reservations are recommended for the best experience, especially during weekends." },
id: "f1", title: "What is included?", content: "Our packages include captain, fuel, and basic water amenities."}, { id: "f2", title: "Do you offer catering?", content: "Yes, we provide premium catering for private events and gatherings." },
{ { id: "f3", title: "Is the seafood fresh?", content: "We source daily from trusted fishermen to ensure peak quality." },
id: "f2", title: "Can we bring food?", content: "Yes, you can bring your own food or upgrade to a chef package."},
{
id: "f3", title: "Is parking available?", content: "Complimentary parking is provided at our private docks."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-port-preparing-yacht-trip_72229-516.jpg" imageSrc="https://img.b2bpic.net/free-photo/fresh-ingredients-kitchen_114579-889.jpg"
imageAlt="Concierge services" imageAlt="Dining at Truluck's"
title="Chartering Questions" title="Dining Queries"
description="Answers to everything you need to know before stepping aboard." description="Everything you need to know about our dining experience."
faqsAnimation="slide-up" faqsAnimation="slide-up"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -208,46 +154,21 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Start Your Journey" title="Reserve Your Table"
description="Ready to set sail? Reach out today and let us help you plan the perfect experience." description="Join us for an unforgettable evening. Secure your table at Truluck's today."
inputs={[ inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
{ textarea={{ name: "message", placeholder: "Any special requests?" }}
name: "name", type: "text", placeholder: "Full Name", required: true, imageSrc="https://img.b2bpic.net/free-photo/restaurant-table-setup_114579-112.jpg"
}, imageAlt="Table Setup"
{
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message", placeholder: "Tell us about your plans..."}}
imageSrc="http://img.b2bpic.net/free-photo/cityscape-san-diego-downtown-sea-port_1268-15587.jpg"
imageAlt="Miami Dockside"
mediaPosition="left" mediaPosition="left"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="UNIQ Miami" logoText="Truluck's"
columns={[ columns={[{ title: "Menu", items: [{ label: "Fleet", href: "#fleet" }, { label: "Pricing", href: "#pricing" }] }, { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }]}
{ copyrightText="© 2024 Truluck's Ocean's Finest Seafood and Crab. All rights reserved."
title: "Explore", items: [
{
label: "Fleet", href: "#fleet"},
{
label: "Pricing", href: "#pricing"},
],
},
{
title: "Company", items: [
{
label: "About", href: "#about"},
{
label: "Contact", href: "#contact"},
],
},
]}
copyrightText="© 2024 UNIQ Miami Yacht Charters. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>