From f1fd295eb8b9b7fafbac472ffc63bfca10ae9118 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:48:50 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 146 ++++++++++++++++++----------------------------- 1 file changed, 55 insertions(+), 91 deletions(-) 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() {