From b61a599f960c5ed9810635738e1ead7a71bce1e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:51:50 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e130ffb..2a91dad 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,6 +1,5 @@ "use client"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { useBlogPosts } from "@/hooks/useBlogPosts"; @@ -29,21 +28,20 @@ export default function BlogPage() { secondaryButtonStyle="solid" headingFontWeight="extrabold" > - + +
{isLoading ? (

Loading posts...

@@ -59,7 +57,9 @@ export default function BlogPage() { carouselMode="buttons" /> )} +
+ ); } -- 2.49.1 From 09c555f34c259b14c0732007fbab818775f551b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:51:51 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b14fc1..e184231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { "name": "Testimonials", "id": "testimonials" }, { "name": "FAQ", "id": "faq" } ]} - button={{ "text": "Shop Now", "href": "products" }} + button={{ "text": "Shop Now", "href": "/shop" }} brandName="Glow Haven" className="py-4 lg:py-6" /> @@ -45,11 +45,11 @@ export default function LandingPage() { logoText="Glow Haven" description="Experience the purity of nature, perfected by science. Elevate your skincare ritual with our thoughtfully crafted formulations for radiant, healthy skin." buttons={[ - { "text": "Discover More", "href": "products" }, - { "text": "Our Story", "href": "about" } + { "text": "Discover More", "href": "#products" }, + { "text": "Our Story", "href": "#about" } ]} buttonAnimation="slide-up" - background={{ "variant": "aurora" }} + background={{ "variant": "sparkles-gradient" }} imageSrc="https://img.b2bpic.net/free-photo/containers-plants-assortment_23-2149339761.jpg" imageAlt="Skincare products arranged elegantly" mediaAnimation="opacity" @@ -65,8 +65,8 @@ export default function LandingPage() { { "type": "text", "content": "Nature." } ]} buttons={[ - { "text": "Learn More", "href": "about" }, - { "text": "Our Philosophy", "href": "philosophy" } + { "text": "Learn More", "href": "#about" }, + { "text": "Our Philosophy", "href": "#philosophy" } ]} buttonAnimation="slide-up" useInvertedBackground={true} @@ -149,7 +149,7 @@ export default function LandingPage() { title="Your Path to Radiant Skin Starts Here" description="Subscribe to our newsletter for exclusive offers, new product launches, and expert skincare tips directly in your inbox." tagAnimation="blur-reveal" - background={{ "variant": "aurora" }} + background={{ "variant": "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1 From 24e7aceed28d4a17545a884a427151f8f67d588c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:51:52 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 213 ++++++++++++++++++------------------- 1 file changed, 103 insertions(+), 110 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 611ffb1..c71704b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -2,7 +2,6 @@ import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -80,19 +79,17 @@ export default function ProductPage({ params }: ProductPageProps) { secondaryButtonStyle="solid" headingFontWeight="extrabold" > - - -
-

Loading product...

-
-
+ +
+

Loading product...

+
); } @@ -111,27 +108,25 @@ export default function ProductPage({ params }: ProductPageProps) { secondaryButtonStyle="solid" headingFontWeight="extrabold" > - -