From 86860cfb3eb34ca7df6fac6ce630fbe29471f38f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f256f8..99a1608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Instagram, Leaf, Linkedin, ShieldCheck, Zap, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -56,6 +56,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="split-description" + useInvertedBackground={false} products={[ { id: "c1", brand: "Neolith", name: "Calacatta Luxe", price: "Custom", rating: 5, reviewCount: "(120)", imageSrc: "http://img.b2bpic.net/free-photo/marble-texture_23-2148425263.jpg" }, { id: "c2", brand: "Neolith", name: "Iron Corten", price: "Custom", rating: 5, reviewCount: "(85)", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture_23-2148425263.jpg" }, @@ -83,6 +84,7 @@ export default function LandingPage() { title="Design Inspiration" description="Crafting interiors where functionality meets artistic expression." textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", title: "Kitchen Mastery", quote: "Neolith surfaces define my design aesthetic for elite kitchen projects.", name: "Ayse Y.", role: "Interior Architect", imageSrc: "http://img.b2bpic.net/free-photo/luxury-kitchen-design_181624-33230.jpg" }, { id: "t2", title: "Bathroom Serenity", quote: "Unmatched elegance and resilience for bathroom surfacing.", name: "Mehmet O.", role: "Project Lead", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bathroom_23-2149330971.jpg" } @@ -96,6 +98,7 @@ export default function LandingPage() { description="Join the architectural revolution. Access exclusive material libraries and design resources." tag="Partnership" tagIcon={Sparkles} + useInvertedBackground={false} background={{ variant: "plain" }} buttonText="Get Access" /> -- 2.49.1