diff --git a/src/app/page.tsx b/src/app/page.tsx index f45297d..32304a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Diamond, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-table-with-art-tools-colorful-pencils-professional-drawing-concept-art-studio-space-african-american-creative-artist-working-masterpiece-canvas-project_482257-28069.jpg" textboxLayout="split" + useInvertedBackground={false} /> @@ -76,6 +76,7 @@ export default function LandingPage() { { id: "p3", name: "Executive Leather Chair", price: "7,800 QAR", imageSrc: "http://img.b2bpic.net/free-photo/female-relaxing-couch-with-magazine_23-2148415908.jpg" } ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -89,6 +90,7 @@ export default function LandingPage() { { id: "t1", name: "Hassan Al-Fayez", role: "Architect", testimonial: "The 3D customization process was impeccable." }, { id: "t2", name: "Fatima Mansoor", role: "Homeowner", testimonial: "Exquisite craftsmanship and attention to detail." } ]} + useInvertedBackground={false} /> @@ -100,14 +102,15 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" } ]} + useInvertedBackground={false} />