Update src/app/page.tsx

This commit is contained in:
2026-05-08 13:17:34 +00:00
parent 8459161ee8
commit 4315023c1e

View File

@@ -30,28 +30,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Experience",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Gallery",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Experience", id: "about" },
{ name: "Services", id: "features" },
{ name: "Gallery", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Plaza H&R"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
@@ -59,35 +45,15 @@ export default function LandingPage() {
<HeroOverlay
title="Unrivaled Luxury, Redefined."
description="Experience the convergence of automotive excellence and culinary mastery at the premier Plaza of the Dominican Republic."
buttons={[
{
text: "Explore Services",
href: "#features",
},
]}
buttons={[{ text: "Explore Services", href: "#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/main-square-night-city-lights-ternopil-ukraine-europe_627829-11747.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-3169.jpg",
alt: "Business partner 1",
},
{
src: "http://img.b2bpic.net/free-photo/admiralty-embankment-night_1398-2738.jpg",
alt: "Business partner 2",
},
{
src: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg",
alt: "Business partner 3",
},
{
src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg",
alt: "Business partner 4",
},
{
src: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg",
alt: "Business partner 5",
},
{ src: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1127-3169.jpg", alt: "Business partner 1" },
{ src: "http://img.b2bpic.net/free-photo/admiralty-embankment-night_1398-2738.jpg", alt: "Business partner 2" },
{ src: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg", alt: "Business partner 3" },
{ src: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg", alt: "Business partner 4" },
{ src: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg", alt: "Business partner 5" },
]}
avatarText="Trusted by thousands of elite clients."
/>
@@ -99,14 +65,8 @@ export default function LandingPage() {
title="A Legacy of Sophistication"
description="Plaza Hernandez & Rosario stands as a beacon of luxury, providing a curated experience that caters to the most discerning clientele. From our state-of-the-art vehicle care to our gourmet offerings, every detail is engineered for perfection."
metrics={[
{
value: "15+",
title: "Years of Excellence",
},
{
value: "10k+",
title: "Satisfied Clients",
},
{ value: "15+", title: "Years of Excellence" },
{ value: "10k+", title: "Satisfied Clients" },
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decor-generated-by-ai_188544-21290.jpg"
mediaAnimation="blur-reveal"
@@ -121,27 +81,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Premium Auto Care",
description: "Professional detailing and maintenance for high-end vehicles.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bubbles-splashing-water_23-2147798199.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/from-bubbles-colored-water_23-2147798201.jpg",
buttonText: "View Care",
},
{
title: "Fine Dining",
description: "Curated culinary experiences with premium ambiance.",
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg",
buttonText: "Explore Menu",
},
{
title: "Exclusive Shop",
description: "High-end vehicle parts and lifestyle accessories.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg",
buttonText: "Shop Now",
},
{ title: "Premium Auto Care", description: "Professional detailing and maintenance for high-end vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bubbles-splashing-water_23-2147798199.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/from-bubbles-colored-water_23-2147798201.jpg", buttonText: "View Care" },
{ title: "Fine Dining", description: "Curated culinary experiences with premium ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", buttonText: "Explore Menu" },
{ title: "Exclusive Shop", description: "High-end vehicle parts and lifestyle accessories.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg", buttonText: "Shop Now" },
]}
title="Tailored Luxury Experiences"
description="We offer premium services designed for those who appreciate the finer things in life."
@@ -150,52 +92,17 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Elite Interior Detail",
price: "$250",
variant: "Service",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-car-s-black-modern-interior-perfect_181624-33164.jpg",
},
{
id: "p2",
name: "Chef's Tasting Menu",
price: "$120",
variant: "Dining",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3589.jpg",
},
{
id: "p3",
name: "Premium Care Kit",
price: "$85",
variant: "Retail",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193573.jpg",
},
{
id: "p4",
name: "High Performance Oil",
price: "$110",
variant: "Parts",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg",
},
{
id: "p5",
name: "Signature Roast Coffee",
price: "$25",
variant: "Retail",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-black-cup-plate-with-biscuits-dark-surface-color-sugar-glass-breakfast-dessert-cake-ceremony_179666-24447.jpg",
},
{
id: "p6",
name: "Customized Rim Cover",
price: "$150",
variant: "Accessory",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-5323.jpg",
},
{ id: "p1", name: "Elite Interior Detail", price: "$250", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-car-s-black-modern-interior-perfect_181624-33164.jpg" },
{ id: "p2", name: "Chef's Tasting Menu", price: "$120", variant: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3589.jpg" },
{ id: "p3", name: "Premium Care Kit", price: "$85", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193573.jpg" },
{ id: "p4", name: "High Performance Oil", price: "$110", variant: "Parts", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg" },
{ id: "p5", name: "Signature Roast Coffee", price: "$25", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-black-cup-plate-with-biscuits-dark-surface-color-sugar-glass-breakfast-dessert-cake-ceremony_179666-24447.jpg" },
{ id: "p6", name: "Customized Rim Cover", price: "$150", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-5323.jpg" },
]}
title="Our Signature Offerings"
description="Discover a selection of our most requested premium products and services."
@@ -208,36 +115,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "98%",
title: "Client Retention",
items: [
"Consistent luxury standards",
"Personalized attention",
"Professional care",
],
},
{
id: "m2",
value: "24/7",
title: "Premium Support",
items: [
"Always available",
"Dedicated specialists",
"Real-time assistance",
],
},
{
id: "m3",
value: "500+",
title: "Exotic Vehicles",
items: [
"Expert handling",
"Safe storage",
"Precision maintenance",
],
},
{ id: "m1", value: "98%", title: "Client Retention", items: ["Consistent luxury standards", "Personalized attention", "Professional care"] },
{ id: "m2", value: "24/7", title: "Premium Support", items: ["Always available", "Dedicated specialists", "Real-time assistance"] },
{ id: "m3", value: "500+", title: "Exotic Vehicles", items: ["Expert handling", "Safe storage", "Precision maintenance"] },
]}
title="The Plaza Impact"
description="Numbers that reflect our commitment to superior quality."
@@ -251,26 +131,11 @@ export default function LandingPage() {
rating={5}
author="Marcus V. - Business Leader"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-smiling-modern-business-woman-with-cup-coffee-against-backdrop-large-business-building-high-quality-photo_291650-838.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10628.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-smiling-modern-business-woman-with-cup-coffee-against-backdrop-large-business-building-high-quality-photo_291650-838.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10628.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Client 5" },
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -280,32 +145,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Booking"
title="Secure Your Experience"
description="Join the elite circle of clients. Book your service or table today."
buttons={[
{
text: "Contact Us",
href: "mailto:info@plazahr.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@plazahr.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Plaza H&R"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>