diff --git a/src/app/page.tsx b/src/app/page.tsx index 08a265b..6e7a7b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ 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 HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; @@ -38,53 +38,39 @@ export default function HomePage() { brandName="Montana Banks" navItems={navItems} button={{ - text: "Shop Now", href: "/shop" - }} + text: "Shop Now", href: "/shop"}} />
-
@@ -123,49 +103,40 @@ export default function HomePage() {
@@ -206,12 +173,11 @@ export default function HomePage() {