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() {