From 224a109e2be292513596e6b6ad8af5e848fd9326 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:13:47 +0000 Subject: [PATCH 1/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c63bfa6..9a09320 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -32,7 +32,7 @@ export default function ProductsPage() { name: "About Us", id: "#about" }, { - name: "Products", href: "/products" + name: "Products", id: "/products" }, { name: "Testimonials", id: "#testimonials" -- 2.49.1 From e3c0da81561b50b14aa80f2bec1f5e8bfa7cf846 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:13:48 +0000 Subject: [PATCH 2/4] Update src/app/products/product-1/page.tsx --- src/app/products/product-1/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/product-1/page.tsx b/src/app/products/product-1/page.tsx index 82d55fd..92c3267 100644 --- a/src/app/products/product-1/page.tsx +++ b/src/app/products/product-1/page.tsx @@ -15,7 +15,7 @@ export default function ProductOnePage() { borderRadius="pill" contentWidth="small" sizing="largeSizeMediumTitles" - background="sparkles-gradient" + background="noise" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -32,7 +32,7 @@ export default function ProductOnePage() { name: "About Us", id: "#about" }, { - name: "Products", href: "/products" + name: "Products", id: "/products" }, { name: "Testimonials", id: "#testimonials" -- 2.49.1 From 3be088cc45f93a7fde1af4a4e42d693fabcc58b2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:13:48 +0000 Subject: [PATCH 3/4] Update src/app/products/product-2/page.tsx --- src/app/products/product-2/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/product-2/page.tsx b/src/app/products/product-2/page.tsx index 957fdf6..9f23715 100644 --- a/src/app/products/product-2/page.tsx +++ b/src/app/products/product-2/page.tsx @@ -32,7 +32,7 @@ export default function ProductTwoPage() { name: "About Us", id: "#about" }, { - name: "Products", href: "/products" + name: "Products", id: "/products" }, { name: "Testimonials", id: "#testimonials" -- 2.49.1 From 89ca0511c15f0d590f26c463a639bd451322b04d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:13:49 +0000 Subject: [PATCH 4/4] Update src/app/products/product-3/page.tsx --- src/app/products/product-3/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/product-3/page.tsx b/src/app/products/product-3/page.tsx index b45fa2c..70d7102 100644 --- a/src/app/products/product-3/page.tsx +++ b/src/app/products/product-3/page.tsx @@ -32,7 +32,7 @@ export default function ProductThreePage() { name: "About Us", id: "#about" }, { - name: "Products", href: "/products" + name: "Products", id: "/products" }, { name: "Testimonials", id: "#testimonials" -- 2.49.1