From e99a35add8fb40a1e5fd097736baec70d1a0d9a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:22:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08fa349..0a52daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TextAbout from "@/components/sections/about/TextAbout"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Award, Sparkles, Scissors, Star, Image, Calendar, Trophy, Users } from "lucide-react"; const navItems = [ @@ -58,7 +58,7 @@ export default function HomePage() { { text: "View Services", href: "/services" } ]} buttonAnimation="slide-up" - slides={[ + mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1", imageAlt: "HAUS Male Grooming Interior 1" }, @@ -69,7 +69,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506273.jpg?_wi=1", imageAlt: "HAUS Male Grooming Interior 3" } ]} - slideAnimation="slide-up" + background={{ variant: "plain" }} ariaLabel="Hero carousel section" /> @@ -260,4 +260,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1