diff --git a/src/app/page.tsx b/src/app/page.tsx index 8665c7e..d8a531d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -39,33 +39,19 @@ export default function LandingPage() {
-
@@ -95,7 +81,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View All Collections", href: "contact" } + { text: "View All Collections", href: "/shop" } ]} buttonAnimation="blur-reveal" useInvertedBackground={false}