diff --git a/src/app/page.tsx b/src/app/page.tsx index ff39f9f..7fe79d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Scissors, Star, Calendar } from "lucide-react"; +import { Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -69,6 +69,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" title="Signature Grooming" description="Our premium menu is designed for those who appreciate the finer things in life." + useInvertedBackground={false} features={[ { title: "The Master Cut", description: "Custom tailoring your hair to your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg" @@ -107,6 +108,7 @@ export default function LandingPage() {