diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f7067f..3b27928 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -42,15 +42,28 @@ export default function LandingPage() {
-
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 85bef86..ac9e8ef 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Features","id":"features"}, {"name":"Team","id":"team"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -138,8 +137,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Features","id":"features"}, {"name":"Team","id":"team"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -193,8 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Features","id":"features"}, {"name":"Team","id":"team"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5b0628a..cf74f19 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Features","id":"features"}, {"name":"Team","id":"team"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -87,8 +86,7 @@ export default function ShopPage() { {"name":"About","id":"about"}, {"name":"Features","id":"features"}, {"name":"Team","id":"team"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} />