1 Commits

Author SHA1 Message Date
cde1e8bc5d Update src/app/page.tsx 2026-04-08 22:15:00 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Experience", name: "Experience", id: "about"},
id: "about",
},
{ {
name: "Rooms", name: "Rooms", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Oaxaca Heritage" brandName="Oaxaca Heritage"
/> />
@@ -55,34 +47,22 @@ export default function LandingPage() {
description="Experience the magic of a restored colonial-era sanctuary, where authentic Mexican tradition meets modern luxury." description="Experience the magic of a restored colonial-era sanctuary, where authentic Mexican tradition meets modern luxury."
buttons={[ buttons={[
{ {
text: "Book Your Stay", text: "Book Your Stay", href: "#"},
href: "#",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/ouple-sitting-stairs-outside_23-2147805536.jpg" imageSrc="http://img.b2bpic.net/free-photo/ouple-sitting-stairs-outside_23-2147805536.jpg"
imageAlt="Oaxaca boutique hotel courtyard" imageAlt="Oaxaca boutique hotel courtyard"
showDimOverlay={true} showDimOverlay={true}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/attractive-woman-dress-treveling-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7739.jpg", src: "http://img.b2bpic.net/free-photo/attractive-woman-dress-treveling-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7739.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", alt: "Happy guest"},
alt: "Happy guest",
},
]} ]}
avatarText="Join 500+ happy travelers" avatarText="Join 500+ happy travelers"
/> />
@@ -95,17 +75,11 @@ export default function LandingPage() {
description="We offer more than just a place to stay. Our family-owned boutique hotel serves as a vibrant gateway to the regions heritage, collaborating with local artisans, chefs, and guides to curate deeply immersive cultural experiences." description="We offer more than just a place to stay. Our family-owned boutique hotel serves as a vibrant gateway to the regions heritage, collaborating with local artisans, chefs, and guides to curate deeply immersive cultural experiences."
metrics={[ metrics={[
{ {
value: "12", value: "12", title: "Artisan-Designed Rooms"},
title: "Artisan-Designed Rooms",
},
{ {
value: "24/7", value: "24/7", title: "Personalized Guest Concierge"},
title: "Personalized Guest Concierge",
},
{ {
value: "100%", value: "100%", title: "Locally Sourced Decor"},
title: "Locally Sourced Decor",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg" imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg"
imageAlt="Colonial interior courtyard" imageAlt="Colonial interior courtyard"
@@ -122,26 +96,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Mezcal Tastings", title: "Mezcal Tastings", description: "Explore the nuances of traditional Oaxacan mezcals with local experts.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-boho-interiors_23-2149662244.jpg", titleIconSrc: "Wine", buttonText: "Learn More"},
description: "Explore the nuances of traditional Oaxacan mezcals with local experts.",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-boho-interiors_23-2149662244.jpg",
titleIconSrc: "Wine",
buttonText: "Learn More",
},
{ {
title: "Cooking Classes", title: "Cooking Classes", description: "Master the art of traditional Oaxacan cuisine with local chef-led workshops.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-coffee-shop-interior-simple-concept_53876-41437.jpg", titleIconSrc: "ChefHat", buttonText: "Book Class"},
description: "Master the art of traditional Oaxacan cuisine with local chef-led workshops.",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-coffee-shop-interior-simple-concept_53876-41437.jpg",
titleIconSrc: "ChefHat",
buttonText: "Book Class",
},
{ {
title: "Guided City Tours", title: "Guided City Tours", description: "Uncover hidden history in the heart of Oaxacas historic district.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-room-design-concept_23-2148786406.jpg", titleIconSrc: "MapPin", buttonText: "View Tours"},
description: "Uncover hidden history in the heart of Oaxacas historic district.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-room-design-concept_23-2148786406.jpg",
titleIconSrc: "MapPin",
buttonText: "View Tours",
},
]} ]}
title="Curated Experiences" title="Curated Experiences"
description="Discover the spirit of Oaxaca through our hand-picked cultural offerings." description="Discover the spirit of Oaxaca through our hand-picked cultural offerings."
@@ -156,25 +115,15 @@ export default function LandingPage() {
author="Elena M." author="Elena M."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", alt: "Elena M."},
alt: "Elena M.",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", alt: "John D."},
alt: "John D.",
},
{ {
src: "http://img.b2bpic.net/free-photo/attractive-woman-dress-treveling-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7739.jpg", src: "http://img.b2bpic.net/free-photo/attractive-woman-dress-treveling-vacation-europe-by-sea-cruise-taking-pictures-camera_285396-7739.jpg", alt: "Sofia R."},
alt: "Sofia R.",
},
{ {
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", alt: "David B."},
alt: "David B.",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", alt: "Maria G."},
alt: "Maria G.",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -185,29 +134,42 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "canvas-reveal", variant: "canvas-reveal"}}
}}
text="Planning your Oaxacan getaway? Reach out for personalized recommendations or to discuss curated tour arrangements for your stay." text="Planning your Oaxacan getaway? Reach out for personalized recommendations or to discuss curated tour arrangements for your stay."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us", href: "mailto:hello@oaxacaheritage.com"},
href: "mailto:hello@oaxacaheritage.com",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterSimple
logoText="Oaxaca Heritage" columns={[
leftLink={{ {
text: "Privacy Policy", title: "Hotel", items: [
href: "#", { label: "About Us", href: "#" },
}} { label: "Rooms", href: "#" },
rightLink={{ { label: "Careers", href: "#" },
text: "Terms of Service", ],
href: "#", },
}} {
title: "Experience", items: [
{ label: "Mezcal Tastings", href: "#" },
{ label: "Cooking", href: "#" },
{ label: "Tours", href: "#" },
],
},
{
title: "Support", items: [
{ label: "Concierge", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Contact", href: "#" },
],
},
]}
bottomLeftText="© 2024 Oaxaca Heritage. All rights reserved."
bottomRightText="Privacy • Terms • Sitemap"
/> />
</div> </div>
</ReactLenis> </ReactLenis>