From ab914059854a16fb211f0674b5e76f9071b7be0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:37:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f8d1e1..5cee7f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Home, Layout, Palette } from "lucide-react"; export default function LandingPage() { return ( @@ -71,6 +70,7 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} title="Design Approach" + description="Our holistic approach to crafting spaces ensures every detail aligns with your lifestyle and vision." negativeCard={{ items: ["Generic Solutions", "Cookie-cutter plans"] }} positiveCard={{ items: ["Tailored Concepts", "Holistic Planning"] }} /> @@ -83,9 +83,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Selected Works" + description="Discover our curated collection of luxury interior design projects." products={[ { id: "p1", name: "Serene Living", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-composition_23-2149090616.jpg" }, - { id: "p2", name: "Modern Office", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-laptop-natural-light_23-2151985089.jpg" } + { id: "p2", name: "Modern Office", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-laptop-natural-light_23-2151985089.jpg" }, + { id: "p3", name: "Classic Bedroom", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-with-king-size-bed_188544-27064.jpg" } ]} /> @@ -94,6 +96,8 @@ export default function LandingPage() { @@ -103,19 +107,24 @@ export default function LandingPage() { animationType="slide-up" gridVariant="four-items-2x2-equal-grid" textboxLayout="default" + useInvertedBackground={false} title="Client Stories" + description="Hear what our clients have to say about their journey with us." testimonials={[ - { id: "t1", name: "Sarah J.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" } + { id: "t1", name: "Sarah J.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" }, + { id: "t2", name: "Mark D.", role: "Client", company: "", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-home_23-2149090616.jpg" } ]} />
@@ -125,6 +134,7 @@ export default function LandingPage() { title="Get in touch" description="Let's start your project." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1