Merge version_1 into main #4
@@ -15,23 +15,23 @@ const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to Elevated Living"
|
||||
description="Enaki Resort Residence is a private sanctuary in Nairobi where architecture, wellness, and luxury converge."
|
||||
@@ -46,7 +46,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Designed for the Way You Live Today"
|
||||
@@ -57,7 +57,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="masterplan" data-section="masterplan">
|
||||
<FeatureCardEight
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[{ title: "Zone A", description: "6 exclusive residential blocks.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-dining-room-living-room-with-luxury-decor_105762-2251.jpg" }, { title: "Zone B", description: "9 premium residential blocks.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896794.jpg" }, { title: "Shared Amenities", description: "Connected access for all residents.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg" }]}
|
||||
@@ -66,7 +66,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="amenities" data-section="amenities">
|
||||
<FeatureCardEight
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[{ title: "Swimming Pool", description: "Relax, unwind, and recharge.", imageSrc: "http://img.b2bpic.net/free-photo/pool-hammocks_1203-141.jpg" }, { title: "Fitness Gym", description: "Modern fitness for your strength.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg" }, { title: "Spin Studio", description: "High-energy workout experiences.", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270219.jpg" }, { title: "Private Cinema", description: "Exclusive cinematic experiences.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg" }, { title: "Game Lounge", description: "Social, fun, and immersive.", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-beer-pong-indoor-party_23-2149431314.jpg" }, { title: "Book Lounge", description: "Quiet sophistication for thinkers.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-from-home-interior-wooden-background_169016-3751.jpg" }]}
|
||||
@@ -75,7 +75,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="lifestyle" data-section="lifestyle">
|
||||
<MetricCardFourteen
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Where the Future Meets Comfort"
|
||||
tag="Resident Sentiment"
|
||||
@@ -84,7 +84,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
<ProductCardFour
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -95,7 +95,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="location" data-section="location">
|
||||
<FaqSplitText
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[{ id: "l1", title: "Address", content: "QQGP+8FJ, Nairobi" }, { id: "l2", title: "Availability", content: "Open 24 Hours for tours." }, { id: "l3", title: "Access", content: "Smooth access roads provided." }]}
|
||||
sideTitle="Connected Yet Private"
|
||||
@@ -104,7 +104,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -115,7 +115,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactText
|
||||
text="Experience Enaki for Yourself. Schedule your private tour and view our residences."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -123,7 +123,7 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterCard
|
||||
logoText="ENAKI RESORT RESIDENCE"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user