3 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

View File

@@ -9,6 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
return (
@@ -31,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"
@@ -42,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="https://img.freepik.com/free-photo/modern-living-room-with-cozy-furniture-elegant-decor_107420-96422.jpg"
imageSrc="https://img.freepik.com/free-photo/modern-interior-design-furniture_23-2149176378.jpg"
/>
</div>
@@ -57,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="https://img.freepik.com/free-photo/interior-designer-working-office-blueprints_23-2149176378.jpg"
imageSrc="https://img.freepik.com/free-photo/stylish-modern-living-room-with-furniture_107420-96422.jpg"
/>
</div>
@@ -66,29 +68,42 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Interior Planning", description: "Conceptual design for every room.", imageSrc: "https://img.freepik.com/free-photo/minimalist-modern-living-room-interior_23-2148818817.jpg", buttonIcon: Zap },
{ title: "Modular Solutions", description: "Customized furniture for modern living.", imageSrc: "https://img.freepik.com/free-photo/modern-kitchen-with-wooden-accents_1127-3388.jpg", buttonIcon: ChefHat },
{ title: "Space Planning", description: "Efficient utilization of your floor area.", imageSrc: "https://img.freepik.com/free-photo/empty-modern-room-with-large-window-view_1127-3755.jpg", buttonIcon: Box },
{ title: "Finishing Touches", description: "Wall treatments, lighting, and decor.", imageSrc: "https://img.freepik.com/free-photo/elegant-home-decor-details_123827-23846.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"