diff --git a/src/app/page.tsx b/src/app/page.tsx index d26d3c4..5fa78e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardFour from '@/components/sections/ecommerce/productDetail/ProductDetailCard'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Sparkles, Star, User, Zap } from "lucide-react"; @@ -66,6 +66,7 @@ export default function LuxurySalonPage() { description="Elite services tailored to your aesthetic aspirations." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} features={[ { id: "s1", title: "Bespoke Styling", descriptions: ["Precision cut and tailored texture."] }, { id: "s2", title: "Rejuvenation Therapy", descriptions: ["Deep hydrating scalp treatments."] } @@ -75,19 +76,27 @@ export default function LuxurySalonPage() {
@@ -95,8 +104,10 @@ export default function LuxurySalonPage() {