Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ae7abd46 | |||
| 56947f971d | |||
| 30f97d0944 | |||
| f7660fee55 | |||
| 0f434ce9c3 | |||
| e323e68af4 |
200
src/app/page.tsx
200
src/app/page.tsx
@@ -4,15 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, ChefHat, Box, Tv } from 'lucide-react';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,41 +29,22 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pali Interio"
|
||||
brandName="Swastik Interio"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Transform Your Space with Pali Interio"
|
||||
description="Ranchi's Most Trusted Interior Design Studio. We specialize in luxury wall treatments, modular furniture, and complete home transformations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Redesign Your Space", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", alt: "Happy client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-loft-scandinavian-living-room-with-working-table-bookshelf_105762-2141.jpg", alt: "Satisfied homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-loft-luxury-living-room-with-design-chandelier_105762-2230.jpg", alt: "Project success"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-gold-coffee-table_123827-23877.jpg", alt: "Design expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg", alt: "Trusted professional"},
|
||||
]}
|
||||
avatarText="Join 500+ happy clients"
|
||||
title="Transform Your Space with Swastik Interio"
|
||||
description="Your vision, our expertise. We bring professional interior design solutions tailored to your unique style and requirements."
|
||||
buttons={[{ text: "Redesign Your Space", href: "#contact" }]}
|
||||
imageSrc="https://img.freepik.com/free-photo/modern-interior-design-furniture_23-2149176378.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,17 +53,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Crafting Your Dream Interior"
|
||||
description="Pali Interio is Ranchi's premier interior design studio, specializing in high-quality wall treatments, modular furniture, and complete home and office transformations. From 3D wall panels and WPC louvers to custom modular kitchens and fitted wardrobes, we bring design expertise and premium materials together under one roof. With a 5-star rating across 53 verified reviews, our team is known for timely delivery and attention to detail."
|
||||
description="At Swastik Interio, we specialize in high-quality design transformations. We provide end-to-end interior services, from modular furniture and wall treatments to full-home planning, focusing on aesthetics, functionality, and long-lasting quality."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Craftsmanship", description: "Precision and quality in every detail."},
|
||||
{
|
||||
title: "Timely Delivery", description: "We honor deadlines to transform your space."},
|
||||
{
|
||||
title: "5-Star Satisfaction", description: "Verified reviews from happy clients."},
|
||||
{ title: "Expert Design", description: "Professional solutions tailored to your lifestyle." },
|
||||
{ title: "Quality Materials", description: "Only the best materials for your home." },
|
||||
{ title: "Timely Delivery", description: "Respecting your time and expectations." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-architect-woman-her-working-desk-working-new-projects-architecture-design_482257-33107.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://img.freepik.com/free-photo/stylish-modern-living-room-with-furniture_107420-96422.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,153 +68,49 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "3D Wall Panels", description: "Add texture and modern aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/building-with-abstract-lines_1127-107.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Modular Kitchens", description: "Custom functional kitchen designs.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-beautiful-kitchen-studio_651396-1984.jpg", buttonIcon: ChefHat,
|
||||
},
|
||||
{
|
||||
title: "Fitted Wardrobes", description: "Smart, custom storage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-sitting-huge-dressing-room-thinks-choice-clothes-she-is-dressed-stylish-black-outfit-silver-shoes-expressing-true-positive-face-emotions_197531-1676.jpg", buttonIcon: Box,
|
||||
},
|
||||
{
|
||||
title: "TV Unit Design", description: "Custom cabinets for your living space.", imageSrc: "http://img.b2bpic.net/free-psd/modern-wooden-tv-stand-with-rattan-accents_191095-78662.jpg", buttonIcon: Tv,
|
||||
},
|
||||
{ title: "Living Spaces", description: "Modern furniture layouts for your comfort.", imageSrc: "https://img.freepik.com/free-photo/luxurious-living-room-interior-with-modern-furniture_23-2148767907.jpg", buttonIcon: Zap },
|
||||
{ title: "Custom Kitchens", description: "Bespoke modular kitchens designed for utility.", imageSrc: "https://img.freepik.com/free-photo/modern-kitchen-with-wooden-accents_1127-3388.jpg", buttonIcon: ChefHat },
|
||||
{ title: "Storage Solutions", description: "Smart wardrobes and cabinetry design.", imageSrc: "https://img.freepik.com/free-photo/modern-bedroom-with-closet_23-2149176395.jpg", buttonIcon: Box },
|
||||
{ title: "Dining Areas", description: "Elegant tables and chairs for every home.", imageSrc: "https://img.freepik.com/free-photo/dining-room-interior-with-modern-furniture_123827-23846.jpg", buttonIcon: Tv },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Premium services to redefine your environment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Designer Wallpapers", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-chooses-wallpaper-her-home-concept-repair-shopping_169016-4586.jpg"},
|
||||
{
|
||||
id: "p2", name: "Premium PVC Panels", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15959.jpg"},
|
||||
{
|
||||
id: "p3", name: "WPC Wall Louvers", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/striped-pattern-wooden-surface-background_1252-1085.jpg"},
|
||||
{
|
||||
id: "p4", name: "Luxury Wardrobes", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/woman-opens-cabinet-kitchen-organization-stylish-home_169016-68846.jpg"},
|
||||
{
|
||||
id: "p5", name: "Full Furniture Sets", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-blue-white-couch-blue-white-painting_123827-23871.jpg"},
|
||||
{
|
||||
id: "p6", name: "Office Workstations", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/no-people-startup-company-office-used-work-business-strategy-showing-financial-charts-diagrams-computer-display-nobody-empty-desk-planning-management-data_482257-49895.jpg"},
|
||||
]}
|
||||
title="Interior Product Portfolio"
|
||||
description="Explore our high-quality materials and design solutions."
|
||||
description="Comprehensive design services to redefine your environment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
<TestimonialCardTen
|
||||
title="Happy Clients"
|
||||
description="See what our customers have to say about their beautiful new spaces."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ravi Kumar", role: "Homeowner", company: "Ranchi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg"},
|
||||
{
|
||||
id: "2", name: "Anita Sharma", role: "Client", company: "Ranchi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749198.jpg"},
|
||||
{
|
||||
id: "3", name: "Sunil V.", role: "Homeowner", company: "Doranda", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-couch_23-2148542240.jpg"},
|
||||
{
|
||||
id: "4", name: "Vikram Singh", role: "Office Owner", company: "Ranchi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marketing-company-employees-congratulating-each-other-great-startup-marketing-strategy-results-happy-smiling-pregnant-woman-high-fiving-coworker-amazing-presentation-ideas_482257-40081.jpg"},
|
||||
{
|
||||
id: "5", name: "Meera Gupta", role: "Client", company: "Doranda", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-couch-holding-papers_23-2148751499.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "53+", label: "Verified Reviews"},
|
||||
{
|
||||
value: "5.0", label: "Avg Rating"},
|
||||
{
|
||||
value: "100%", label: "Satisfaction"},
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="Join our 53 verified customers in Ranchi."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Our Impact in Numbers"
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", description: "Spaces Transformed"},
|
||||
{
|
||||
id: "m2", value: "53", description: "Verified 5-Star Reviews"},
|
||||
{
|
||||
id: "m3", value: "10", description: "Years of Design Expertise"},
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Excellent Furniture", quote: "The new furniture transformed my living room completely. Quality is superb!", name: "Priya Sharma", role: "Homeowner" },
|
||||
{ id: "t2", title: "Beautiful Design", quote: "Swastik Interio made our home look like a dream. Highly recommend their work!", name: "Rahul Verma", role: "Homeowner" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Where is your studio located?", content: "We are located in Doranda, Ranchi. Visit us for a design consultation."},
|
||||
{
|
||||
id: "f2", title: "What are your business hours?", content: "We are open daily until 9 PM."},
|
||||
{
|
||||
id: "f3", title: "Do you offer full interior design?", content: "Yes, we handle end-to-end designs for homes, offices, and restaurants."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your project?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to redesign your space? Visit us at Doranda, Ranchi or call 079923 85035 — open till 9 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:07992385035"},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to transform your home? Get in touch with us at 087093 90772 for a consultation."
|
||||
buttons={[{ text: "Call Us Now", href: "tel:08709390772" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "Doranda, Ranchi", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "079923 85035", href: "tel:07992385035"},
|
||||
],
|
||||
},
|
||||
{ title: "Studio", items: [{ label: "Call: 087093 90772", href: "tel:08709390772" }] },
|
||||
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||
]}
|
||||
bottomLeftText="Pali Interio © 2024"
|
||||
bottomRightText="Crafted with design excellence"
|
||||
bottomLeftText="Swastik Interio © 2024"
|
||||
bottomRightText="Design Excellence"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user