Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
305
src/app/page.tsx
305
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, Zap, Armchair, Shield, LayoutGrid, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,234 +26,91 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="T-CASA"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="T-CASA"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Premium Furniture at Affordable Prices in Nanded"
|
||||
description="Transform your living space with T-CASA's curated collection of modern sofas, modular kitchens, and elegant home essentials. Quality you can trust, prices you'll love."
|
||||
tag="Trusted by 100+ families in Nanded"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=1",
|
||||
imageAlt: "Luxury bedroom set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=2",
|
||||
imageAlt: "Modern sofa arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=3",
|
||||
imageAlt: "Modular kitchen design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=4",
|
||||
imageAlt: "Elegant home decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=5",
|
||||
imageAlt: "Dining area interior",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="3.9 rating (115+ reviews)"
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Premium Furniture at Affordable Prices in Nanded"
|
||||
description="Transform your living space with T-CASA's curated collection of modern sofas, modular kitchens, and elegant home essentials. Quality you can trust, prices you'll love."
|
||||
tag="Trusted by 100+ families in Nanded"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg", imageAlt: "Luxury bedroom set"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg", imageAlt: "Modern sofa arrangement"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="3.9 rating (115+ reviews)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Modular Kitchens",
|
||||
description: "Custom, space-saving kitchen designs.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=6",
|
||||
imageAlt: "luxury interior furniture showroom",
|
||||
},
|
||||
{
|
||||
title: "Sofa Sets",
|
||||
description: "Premium comfort for every living room.",
|
||||
buttonIcon: "Armchair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662453.jpg?_wi=1",
|
||||
imageAlt: "happy customer furniture shopping",
|
||||
},
|
||||
{
|
||||
title: "Home Safes",
|
||||
description: "Secure storage solutions with trusted brands.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124301.jpg?_wi=1",
|
||||
imageAlt: "satisfied homeowner looking at furniture",
|
||||
},
|
||||
{
|
||||
title: "Wardrobes",
|
||||
description: "Stylish and functional storage solutions.",
|
||||
buttonIcon: "LayoutGrid",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-sofa-new-home_53876-125355.jpg?_wi=1",
|
||||
imageAlt: "young couple choosing sofa",
|
||||
},
|
||||
{
|
||||
title: "Dining Sets",
|
||||
description: "Quality tables and chairs for your family.",
|
||||
buttonIcon: "Utensils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37450.jpg?_wi=1",
|
||||
imageAlt: "home owner portrait furniture store",
|
||||
},
|
||||
]}
|
||||
title="Expert Home Solutions"
|
||||
description="Comprehensive range of high-quality furniture and modular services tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Modular Kitchens", description: "Custom, space-saving kitchen designs.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg", imageAlt: "luxury interior furniture showroom" },
|
||||
{ title: "Sofa Sets", description: "Premium comfort for every living room.", buttonIcon: Armchair, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662453.jpg", imageAlt: "happy customer furniture shopping" },
|
||||
{ title: "Home Safes", description: "Secure storage solutions with trusted brands.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124301.jpg", imageAlt: "satisfied homeowner looking at furniture" },
|
||||
{ title: "Wardrobes", description: "Stylish and functional storage solutions.", buttonIcon: LayoutGrid, imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-sofa-new-home_53876-125355.jpg", imageAlt: "young couple choosing sofa" },
|
||||
{ title: "Dining Sets", description: "Quality tables and chairs for your family.", buttonIcon: Utensils, imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37450.jpg", imageAlt: "home owner portrait furniture store" },
|
||||
]}
|
||||
title="Expert Home Solutions"
|
||||
description="Comprehensive range of high-quality furniture and modular services tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Deshmukh",
|
||||
handle: "@rahuld",
|
||||
testimonial: "Best quality furniture at the lowest price. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662453.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sneha Patil",
|
||||
handle: "@snehap",
|
||||
testimonial: "Very unique designs and easy to maintain. Great experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124301.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Kulkarni",
|
||||
handle: "@amitk",
|
||||
testimonial: "Wide variety of collections. Found everything for our new home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-sofa-new-home_53876-125355.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Reddy",
|
||||
handle: "@priyar",
|
||||
testimonial: "Professional service and quick delivery. Very satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-customer-looking-beautiful-fabric-drapery-shop_1157-37450.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikrams",
|
||||
testimonial: "Excellent modular kitchen installation. T-CASA is the best!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662453.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Nanded Homeowners"
|
||||
description="Hear what our customers have to say about our quality and service."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Dreams in Nanded"
|
||||
description="At T-CASA, we believe your home should reflect your personality. Our team of experts works tirelessly to bring you the latest designs in furniture and interior solutions, ensuring every piece adds value and comfort to your life."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg"
|
||||
imageAlt="Our Showroom team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Dreams in Nanded"
|
||||
description="At T-CASA, we believe your home should reflect your personality. Our team of experts works tirelessly to bring you the latest designs in furniture and interior solutions, ensuring every piece adds value and comfort to your life."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/queen-bed-curtains-composition_1284-21650.jpg?_wi=7"
|
||||
imageAlt="Our Showroom team"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you provide delivery?", content: "Yes, we provide same-day delivery on selected items in Nanded." },
|
||||
{ id: "q2", title: "Do you do modular work?", content: "Absolutely! We specialize in custom kitchens and wardrobes." },
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Home?"
|
||||
ctaDescription="Get your free quote or book a visit to our showroom today. We are here to help."
|
||||
ctaButton={{ text: "Call Now +91 98765 43210", href: "tel:+919876543210" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide delivery?",
|
||||
content: "Yes, we provide same-day delivery on selected items in Nanded.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you do modular work?",
|
||||
content: "Absolutely! We specialize in custom kitchens and wardrobes.",
|
||||
},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Home?"
|
||||
ctaDescription="Get your free quote or book a visit to our showroom today. We are here to help."
|
||||
ctaButton={{
|
||||
text: "Call Now +91 98765 43210",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="T-CASA (NTRMC)"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQs", href: "#contact" }] },
|
||||
]}
|
||||
logoText="T-CASA (NTRMC)"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user