diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7e85a15..003ef8f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -100,4 +100,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b12c38c..3e1d7f9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d8aa2e..ea027cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,9 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; @@ -29,7 +29,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3129438..e22c2a7 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,8 +88,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -249,8 +247,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -335,4 +332,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 26701fe..804907a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -41,8 +41,7 @@ export default function ShopPage() { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -117,8 +116,7 @@ export default function ShopPage() { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -178,4 +176,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}