diff --git a/src/app/page.tsx b/src/app/page.tsx index b5c1681..2355bb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,9 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Star, MapPin, Phone, Clock } from "lucide-react"; +import { Star, MapPin, Clock } from "lucide-react"; export default function LaundryPage() { return ( @@ -70,6 +66,8 @@ export default function LaundryPage() { subdescription="Open Daily until 9:00 PM" icon={Clock} imageSrc="https://images.unsplash.com/photo-1521655321287-2475e1823126?q=80&w=2070&auto=format&fit=crop" + mediaAnimation="opacity" + useInvertedBackground={false} /> @@ -77,6 +75,8 @@ export default function LaundryPage() {