5 Commits

Author SHA1 Message Date
9664d326b1 Merge version_4 into main
Merge version_4 into main
2026-05-02 09:25:37 +00:00
51ae7abd46 Update src/app/page.tsx 2026-05-02 09:25:31 +00:00
56947f971d Merge version_3 into main
Merge version_3 into main
2026-05-02 09:22:51 +00:00
30f97d0944 Update src/app/page.tsx 2026-05-02 09:22:48 +00:00
f7660fee55 Merge version_2 into main
Merge version_2 into main
2026-05-02 09:03:16 +00:00

View File

@@ -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 (
@@ -35,6 +32,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Swastik Interio"
@@ -46,7 +44,7 @@ export default function LandingPage() {
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="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"
imageSrc="https://img.freepik.com/free-photo/modern-interior-design-furniture_23-2149176378.jpg"
/>
</div>
@@ -61,7 +59,7 @@ export default function LandingPage() {
{ 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"
imageSrc="https://img.freepik.com/free-photo/stylish-modern-living-room-with-furniture_107420-96422.jpg"
/>
</div>
@@ -70,29 +68,42 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Interior Planning", description: "Conceptual design for every room.", imageSrc: "http://img.b2bpic.net/free-photo/building-with-abstract-lines_1127-107.jpg", buttonIcon: Zap },
{ title: "Modular Solutions", description: "Customized furniture for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-beautiful-kitchen-studio_651396-1984.jpg", buttonIcon: ChefHat },
{ title: "Space Planning", description: "Efficient utilization of your floor area.", 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: "Finishing Touches", description: "Wall treatments, lighting, and decor.", 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="Comprehensive design services to redefine your environment."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Happy Clients"
description="See what our customers have to say about their beautiful new spaces."
textboxLayout="default"
useInvertedBackground={true}
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" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Ready to transform your home? Get in touch with us today for a consultation."
buttons={[{ text: "Contact Us", href: "#" }]}
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: "Contact us today", href: "#contact" }] },
{ title: "Studio", items: [{ label: "Call: 087093 90772", href: "tel:08709390772" }] },
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
]}
bottomLeftText="Swastik Interio © 2024"
@@ -102,4 +113,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}