From 0bf2f306e4ce90d0c5a4dad6190f148b895ac54f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:38:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86b0bc9..13c8f21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -63,6 +62,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Expert Styling", description: "Trained professionals delivering excellence.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167448.jpg" }, { title: "Modern Tools", description: "Precision equipment for refined results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506230.jpg" }, @@ -75,8 +75,9 @@ export default function LandingPage() { @@ -102,6 +104,7 @@ export default function LandingPage() { title="Ready for your next cut?" description="Get in touch or book online today." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg" /> -- 2.49.1