Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 06:29:29 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles, CheckCircle, Shield, Award } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -25,197 +26,99 @@ export default function LandingPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
{
name: "Projects",
id: "projects",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Dira Interior"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "About", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Dira Interior"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Transforming Spaces, Crafting Dreams."
description="Professional and budget-friendly interior design services in Chennai. We turn your vision into reality with dedication and quality finishing."
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
alt: "Happy client 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg",
alt: "Happy client 2",
},
{
src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
alt: "Happy client 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman_23-2148352570.jpg",
alt: "Happy client 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
alt: "Happy client 5",
},
]}
avatarText="Trusted by 500+ happy homeowners across Chennai"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Transforming Spaces, Crafting Dreams."
description="Professional and budget-friendly interior design services in Chennai. We turn your vision into reality with dedication and quality finishing."
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
showBlur={true}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Happy client 1" },
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", alt: "Happy client 2" },
{ src: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", alt: "Happy client 3" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman_23-2148352570.jpg", alt: "Happy client 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", alt: "Happy client 5" },
]}
avatarText="Trusted by 500+ happy homeowners across Chennai"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Excellent Quality, Customer-Friendly Approach"
description="At Dira Interior, we believe your home should be as unique as you are. Our team provides professional, dedicated design planning and timely execution, ensuring every corner of your home is transformed beautifully within your budget."
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Excellent Quality, Customer-Friendly Approach"
/>
</div>
<div id="projects" data-section="projects">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Home Interior Design",
description: "Complete end-to-end residential interiors with modern aesthetic choices.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2",
},
{
title: "Budget-Friendly Planning",
description: "Smart, efficient, and cost-effective designs that don't compromise on quality.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg",
},
{
title: "Timely Project Delivery",
description: "Strict project schedules to ensure your home is ready when promised.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
},
{
title: "Quality Finishing",
description: "Impeccable craftsmanship and attention to detail in every piece of work.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg?_wi=1",
},
]}
title="Our Specialized Interior Services"
description="From modern residential renovations to customized interior planning, we offer tailored solutions to fit every style and budget."
/>
</div>
<div id="projects" data-section="projects">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={true}
title="Our Specialized Interior Services"
description="From modern residential renovations to customized interior planning, we offer tailored solutions to fit every style and budget."
features={[
{ title: "Home Interior Design", description: "Complete end-to-end residential interiors with modern aesthetic choices.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg" },
{ title: "Budget-Friendly Planning", description: "Smart, efficient, and cost-effective designs that don't compromise on quality.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg" },
{ title: "Timely Project Delivery", description: "Strict project schedules to ensure your home is ready when promised.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
{ title: "Quality Finishing", description: "Impeccable craftsmanship and attention to detail in every piece of work.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Trustworthy Team",
quote: "Thanks to Dinesh for the beautiful design planning and Ram for completing the project on time.",
name: "Bheesma",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
},
{
id: "2",
title: "Full Dedication",
quote: "Dinesh and Ram work with full dedication. Quality finishing, proper coordination, and excellent support.",
name: "Rahul Ray",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg?_wi=2",
},
{
id: "3",
title: "Excellent Experience",
quote: "I recently had interior work done through this company and Im extremely satisfied with the overall experience.",
name: "Vignesh S",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
},
{
id: "4",
title: "Beautiful Transformation",
quote: "They transformed my home beautifully. Very budget-friendly and professional.",
name: "Ananya P",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman_23-2148352570.jpg",
},
{
id: "5",
title: "Highly Recommended",
quote: "Highly recommended for quality interior work! Excellent customer-friendly approach.",
name: "Karthik R",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
},
]}
title="What Our Clients Say"
description="Trusted by home owners across Chennai for quality service and professional design."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
title="What Our Clients Say"
description="Trusted by home owners across Chennai for quality service and professional design."
testimonials={[
{ id: "1", title: "Trustworthy Team", quote: "Thanks to Dinesh for the beautiful design planning and Ram for completing the project on time.", name: "Bheesma", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" },
{ id: "2", title: "Full Dedication", quote: "Dinesh and Ram work with full dedication. Quality finishing, proper coordination, and excellent support.", name: "Rahul Ray", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg" },
{ id: "3", title: "Excellent Experience", quote: "I recently had interior work done through this company and Im extremely satisfied with the overall experience.", name: "Vignesh S", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg" },
{ id: "4", title: "Beautiful Transformation", quote: "They transformed my home beautifully. Very budget-friendly and professional.", name: "Ananya P", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-woman_23-2148352570.jpg" },
{ id: "5", title: "Highly Recommended", quote: "Highly recommended for quality interior work! Excellent customer-friendly approach.", name: "Karthik R", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg" },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Contact Us"
title="Ready to Transform Your Space?"
description="Reach out to us for a design consultation or to discuss your upcoming project requirements."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contact Us"
title="Ready to Transform Your Space?"
description="Reach out to us for a design consultation or to discuss your upcoming project requirements."
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Dira Interior"
columns={[
{
title: "Location",
items: [
{
label: "26, Rajiv Gandhi Salai, Chennai 600087",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "063839 62064",
href: "tel:06383962064",
},
{
label: "info@dirainterior.com",
href: "mailto:info@dirainterior.com",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Dira Interior"
columns={[
{
title: "Location", items: [{ label: "26, Rajiv Gandhi Salai, Chennai 600087", href: "#" }],
},
{
title: "Contact", items: [
{ label: "063839 62064", href: "tel:06383962064" },
{ label: "info@dirainterior.com", href: "mailto:info@dirainterior.com" },
],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);