Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 08:28:36 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Shield, Zap, Trees } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -13,249 +14,130 @@ import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="aurora"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Properties",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Royal Heritage"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Properties", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Royal Heritage"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
title="Premium Township Living in Dewas"
description="Experience unparalleled comfort, trust, and long-term value in your own home. Build your future at Royal Heritage Township."
tag="Trusted Developers of Dewas"
buttons={[
{
text: "Call Now",
href: "tel:8982000461",
},
{
text: "Book Site Visit",
href: "#contact",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-hardhat-with-architectural-construction-drawings_651396-1046.jpg",
imageAlt: "Township Aerial",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooded-park-middle-city_1127-2289.jpg",
imageAlt: "Housing Project",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg?_wi=1",
imageAlt: "Gated Community Entrance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg?_wi=1",
imageAlt: "Internal Roads Infrastructure",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=1",
imageAlt: "Green Park Area",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="5.0 Rating from 5 Reviews"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "sparkles-gradient" }}
title="Premium Township Living in Dewas"
description="Experience unparalleled comfort, trust, and long-term value in your own home. Build your future at Royal Heritage Township."
tag="Trusted Developers of Dewas"
buttons={[
{ text: "Call Now", href: "tel:8982000461" },
{ text: "Book Site Visit", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/man-hardhat-with-architectural-construction-drawings_651396-1046.jpg", imageAlt: "Township Aerial" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wooded-park-middle-city_1127-2289.jpg", imageAlt: "Housing Project" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="5.0 Rating from 5 Reviews"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Building Trust in Dewas Construction"
buttons={[
{
text: "Learn More",
href: "#contact",
},
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Building Trust in Dewas Construction"
buttons={[{ text: "Learn More", href: "#contact" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Gated Security",
description: "24/7 security services for complete peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg?_wi=2",
buttonIcon: "Shield",
},
{
title: "Advanced Infrastructure",
description: "Well-planned wide internal roads and drainage.",
imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg?_wi=2",
buttonIcon: "Zap",
},
{
title: "Green Landscapes",
description: "Dedicated parks and green zones for your family.",
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=2",
buttonIcon: "Trees",
},
]}
title="Why Royal Heritage Township?"
description="Premium amenities designed for comfort, security, and growth."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Gated Security", description: "24/7 security services for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661431.jpg", buttonIcon: Shield,
},
{
title: "Advanced Infrastructure", description: "Well-planned wide internal roads and drainage.", imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4044.jpg", buttonIcon: Zap,
},
{
title: "Green Landscapes", description: "Dedicated parks and green zones for your family.", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg", buttonIcon: Trees,
},
]}
title="Why Royal Heritage Township?"
description="Premium amenities designed for comfort, security, and growth."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Amit Sharma",
role: "Homeowner",
company: "Dewas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=1",
},
{
id: "t2",
name: "Rajesh Varma",
role: "Investor",
company: "Indore",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg",
},
{
id: "t3",
name: "Sunita Patil",
role: "Resident",
company: "Dewas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-realtor-talking-young-happy-couple-indoors_1163-4174.jpg",
},
{
id: "t4",
name: "Vikram Singh",
role: "Homeowner",
company: "Dewas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
},
{
id: "t5",
name: "Anita Gupta",
role: "Buyer",
company: "Dewas",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg?_wi=2",
},
]}
kpiItems={[
{
value: "100+",
label: "Happy Families",
},
{
value: "5.0",
label: "Google Rating",
},
{
value: "24/7",
label: "Secure Township",
},
]}
title="What Our Homeowners Say"
description="Trusted by families in Dewas for quality construction and transparent dealings."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Amit Sharma", role: "Homeowner", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg" },
{ id: "t2", name: "Rajesh Varma", role: "Investor", company: "Indore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-index-finger-up_23-2148308592.jpg" },
{ id: "t3", name: "Sunita Patil", role: "Resident", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-manager-realtor-talking-young-happy-couple-indoors_1163-4174.jpg" },
{ id: "t4", name: "Vikram Singh", role: "Homeowner", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg" },
{ id: "t5", name: "Anita Gupta", role: "Buyer", company: "Dewas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662438.jpg" },
]}
kpiItems={[
{ value: "100+", label: "Happy Families" },
{ value: "5.0", label: "Google Rating" },
{ value: "24/7", label: "Secure Township" },
]}
title="What Our Homeowners Say"
description="Trusted by families in Dewas for quality construction and transparent dealings."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
text="Ready to own your plot? Call us at 8982000461 or visit us in Gomti Nagar today."
buttons={[
{
text: "Call Now",
href: "tel:8982000461",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "rotated-rays-static" }}
text="Ready to own your plot? Call us at 8982000461 or visit us in Gomti Nagar today."
buttons={[{ text: "Call Now", href: "tel:8982000461" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Royal Heritage"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Contact Details",
items: [
{
label: "8982000461",
href: "tel:8982000461",
},
{
label: "Gomti Nagar, Dewas",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Royal Heritage"
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact Details", items: [
{ label: "8982000461", href: "tel:8982000461" },
{ label: "Gomti Nagar, Dewas", href: "#" },
],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);