Update src/app/page.tsx

This commit is contained in:
2026-04-08 22:15:00 +00:00
parent 7887c2935e
commit cde1e8bc5d

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
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 MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Experience",
id: "about",
},
name: "Experience", id: "about"},
{
name: "Rooms",
id: "features",
},
name: "Rooms", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
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."
buttons={[
{
text: "Book Your Stay",
href: "#",
},
text: "Book Your Stay", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/ouple-sitting-stairs-outside_23-2147805536.jpg"
imageAlt="Oaxaca boutique hotel courtyard"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg",
alt: "Happy guest",
},
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", alt: "Happy guest"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg",
alt: "Happy guest",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", 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",
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", alt: "Happy guest"},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg",
alt: "Happy guest",
},
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", alt: "Happy guest"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg",
alt: "Happy guest",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", alt: "Happy guest"},
]}
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."
metrics={[
{
value: "12",
title: "Artisan-Designed Rooms",
},
value: "12", title: "Artisan-Designed Rooms"},
{
value: "24/7",
title: "Personalized Guest Concierge",
},
value: "24/7", title: "Personalized Guest Concierge"},
{
value: "100%",
title: "Locally Sourced Decor",
},
value: "100%", title: "Locally Sourced Decor"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa_74190-3588.jpg"
imageAlt="Colonial interior courtyard"
@@ -122,26 +96,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Curated Experiences"
description="Discover the spirit of Oaxaca through our hand-picked cultural offerings."
@@ -156,25 +115,15 @@ export default function LandingPage() {
author="Elena M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg",
alt: "Elena M.",
},
src: "http://img.b2bpic.net/free-photo/lovely-smiling-young-stylish-hipster-couple-love-walking-with-dog-countryside_285396-9143.jpg", alt: "Elena M."},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg",
alt: "John D.",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", 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",
alt: "Sofia R.",
},
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."},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg",
alt: "David B.",
},
src: "http://img.b2bpic.net/free-photo/middle-aged-bearded-caucasian-botanist-biologist-wearing-panama-hat_273609-6321.jpg", alt: "David B."},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg",
alt: "Maria G.",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-native-american-costume_23-2149312939.jpg", alt: "Maria G."},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -185,32 +134,45 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
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."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@oaxacaheritage.com",
},
text: "Contact Us", href: "mailto:hello@oaxacaheritage.com"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Oaxaca Heritage"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
<FooterSimple
columns={[
{
title: "Hotel", items: [
{ label: "About Us", href: "#" },
{ label: "Rooms", href: "#" },
{ label: "Careers", 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>
</ReactLenis>
</ThemeProvider>
);
}
}