From 51ae7abd46e8faaa6c873d36a24ea0eb3e13a044 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:25:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70935d9..4a795d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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." /> +
+ +
+