Merge version_1 into main #2
339
src/app/page.tsx
339
src/app/page.tsx
@@ -25,243 +25,120 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Hideaway Estate"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hideaway Estate"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Your Perfect Group Getaway Awaits"
|
||||
description="Experience the charm of a spacious countryside retreat, designed for families, friends, and unforgettable celebrations."
|
||||
tag="Welcome to Hideaway Estate"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg",
|
||||
imageAlt: "Exterior of the spacious vacation property",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg?_wi=1",
|
||||
imageAlt: "Cozy living room area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg?_wi=1",
|
||||
imageAlt: "Relaxing hot tub at dusk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg?_wi=1",
|
||||
imageAlt: "Lush green garden landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg?_wi=1",
|
||||
imageAlt: "Spacious family dining room",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Highly recommended by our guests"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Your Perfect Group Getaway Awaits"
|
||||
description="Experience the charm of a spacious countryside retreat, designed for families, friends, and unforgettable celebrations."
|
||||
tag="Welcome to Hideaway Estate"
|
||||
buttons={[{ text: "Book Your Stay", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg", imageAlt: "Exterior of the spacious vacation property" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg", imageAlt: "Cozy living room area" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Highly recommended by our guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Spacious Comfort in Every Corner"
|
||||
description="Whether you're hosting a family reunion or a weekend birthday celebration, our property offers the space and coziness you need. From fireplaces to our signature kitchen, it’s a home away from home."
|
||||
metrics={[
|
||||
{
|
||||
value: "12+",
|
||||
title: "Guests Accommodated",
|
||||
},
|
||||
{
|
||||
value: "2",
|
||||
title: "Spacious Gardens",
|
||||
},
|
||||
{
|
||||
value: "5",
|
||||
title: "Star Experience",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg?_wi=2"
|
||||
imageAlt="Cozy kitchen and fireplace area"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Spacious Comfort in Every Corner"
|
||||
description="Whether you're hosting a family reunion or a weekend birthday celebration, our property offers the space and coziness you need. From fireplaces to our signature kitchen, it’s a home away from home."
|
||||
metrics={[
|
||||
{ value: "12+", title: "Guests Accommodated" },
|
||||
{ value: "2", title: "Spacious Gardens" },
|
||||
{ value: "5", title: "Star Experience" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976571.jpg"
|
||||
imageAlt="Cozy kitchen and fireplace area"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Hot Tub Under the Stars",
|
||||
description: "Relax and unwind in our private hot tub, a highlight for guests year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg?_wi=2",
|
||||
imageAlt: "Hot tub in garden",
|
||||
},
|
||||
{
|
||||
title: "Expansive Gardens",
|
||||
description: "Plenty of outdoor space for children to play and groups to gather in peace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg?_wi=2",
|
||||
imageAlt: "Large green garden",
|
||||
},
|
||||
{
|
||||
title: "Fully Equipped Kitchen",
|
||||
description: "An AGA-style kitchen awaits, perfect for family-style cooking and gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg?_wi=2",
|
||||
imageAlt: "Kitchen interior",
|
||||
},
|
||||
]}
|
||||
title="Everything for Your Stay"
|
||||
description="We provide a fully-equipped base for your adventures, filled with amenities designed to make your group getaway effortless."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Hot Tub Under the Stars", description: "Relax and unwind in our private hot tub, a highlight for guests year-round.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205889.jpg", imageAlt: "Hot tub in garden"},
|
||||
{
|
||||
title: "Expansive Gardens", description: "Plenty of outdoor space for children to play and groups to gather in peace.", imageSrc: "http://img.b2bpic.net/free-photo/fairy-garden_1142-828.jpg", imageAlt: "Large green garden"},
|
||||
{
|
||||
title: "Fully Equipped Kitchen", description: "An AGA-style kitchen awaits, perfect for family-style cooking and gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-spending-time-home_23-2149160327.jpg", imageAlt: "Kitchen interior"},
|
||||
]}
|
||||
title="Everything for Your Stay"
|
||||
description="We provide a fully-equipped base for your adventures, filled with amenities designed to make your group getaway effortless."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Perfect for Groups",
|
||||
quote: "We hosted our family reunion here and it was absolutely ideal. So much space!",
|
||||
name: "Sarah J.",
|
||||
role: "Family Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Cozy Retreat",
|
||||
quote: "The AGA-style kitchen and fireplace made our winter getaway so cozy and memorable.",
|
||||
name: "Mark D.",
|
||||
role: "Friends Trip",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Wonderful Stay",
|
||||
quote: "Peaceful, quiet, and perfectly equipped. We couldn't have asked for more.",
|
||||
name: "Elena R.",
|
||||
role: "Birthday Celebration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Garden Gem",
|
||||
quote: "The kids loved the garden and we loved the hot tub. Highly recommended.",
|
||||
name: "Tom B.",
|
||||
role: "Family Holiday",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Great Location",
|
||||
quote: "Away from the busyness, yet a great base for exploring nearby attractions.",
|
||||
name: "Chloe S.",
|
||||
role: "Solo Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of happy travelers who have celebrated milestones at our property."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Perfect for Groups", quote: "We hosted our family reunion here and it was absolutely ideal. So much space!", name: "Sarah J.", role: "Family Guest", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg" },
|
||||
{ id: "2", title: "Cozy Retreat", quote: "The AGA-style kitchen and fireplace made our winter getaway so cozy and memorable.", name: "Mark D.", role: "Friends Trip", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg" },
|
||||
{ id: "3", title: "Wonderful Stay", quote: "Peaceful, quiet, and perfectly equipped. We couldn't have asked for more.", name: "Elena R.", role: "Birthday Celebration", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg" },
|
||||
{ id: "4", title: "Garden Gem", quote: "The kids loved the garden and we loved the hot tub. Highly recommended.", name: "Tom B.", role: "Family Holiday", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg" },
|
||||
{ id: "5", title: "Great Location", quote: "Away from the busyness, yet a great base for exploring nearby attractions.", name: "Chloe S.", role: "Solo Traveler", imageSrc: "http://img.b2bpic.net/free-photo/friends-spending-time-together-beach_52683-87467.jpg" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of happy travelers who have celebrated milestones at our property."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Booking Inquiries"
|
||||
title="Ready to Plan Your Getaway?"
|
||||
description="We’d love to host your next celebration. Contact us to check availability and book your preferred dates."
|
||||
buttons={[
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "mailto:info@hideawayestate.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Booking Inquiries"
|
||||
title="Ready to Plan Your Getaway?"
|
||||
description="We’d love to host your next celebration. Contact us to check availability and book your preferred dates."
|
||||
buttons={[{ text: "Check Availability", href: "mailto:info@hideawayestate.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Hideaway Estate"
|
||||
columns={[
|
||||
{
|
||||
title: "Stay",
|
||||
items: [
|
||||
{
|
||||
label: "About Property",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Booking",
|
||||
items: [
|
||||
{
|
||||
label: "Check Availability",
|
||||
href: "mailto:info@hideawayestate.com",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Hideaway Estate | Spacious Country Getaways"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Hideaway Estate"
|
||||
columns={[
|
||||
{
|
||||
title: "Stay", items: [
|
||||
{ label: "About Property", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Booking", items: [
|
||||
{ label: "Check Availability", href: "mailto:info@hideawayestate.com" },
|
||||
{ label: "FAQs", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Hideaway Estate | Spacious Country Getaways"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user