From 28d875aa4cb1aa3480e868c6a30f5fc06ee3804f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:13:28 +0000 Subject: [PATCH 01/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9d06b27..5cb468d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,7 +3,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Zap, Star, Heart, Crown } from "lucide-react"; @@ -98,7 +98,7 @@ export default function ProductsPage() {
- Date: Thu, 22 Jan 2026 20:15:07 +0000 Subject: [PATCH 02/14] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4fe7701..f4da48f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1259,4 +1259,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d8f4823be6fb09a04b8fea574696b502424c0210 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:15:08 +0000 Subject: [PATCH 03/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 5cb468d..6f860ab 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -109,21 +109,24 @@ export default function ProductsPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Star, - price: "$49", subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], + price: 49, + subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "Gentle Cleansing Oil", "Hydrating Serum", "Basic moisturizer", "Access to skincare tips" ] }, { id: "2", badge: "Most Popular", badgeIcon: Heart, - price: "$129", subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], + price: 129, + subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Starter products", "Premium face cream", "Weekly face mask", "Email skincare support", "15% member discount" ] }, { id: "3", badge: "Luxury", badgeIcon: Crown, - price: "$249", subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], + price: 249, + subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount" ] @@ -135,4 +138,4 @@ export default function ProductsPage() { ); -} +} \ No newline at end of file -- 2.49.1 From db839407a40452e15e5399280df88ed207c15558 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:16:48 +0000 Subject: [PATCH 04/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 6f860ab..79607f4 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -109,24 +109,21 @@ export default function ProductsPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Star, - price: 49, - subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$49", subtitle: "Essential skincare basics", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "Gentle Cleansing Oil", "Hydrating Serum", "Basic moisturizer", "Access to skincare tips" ] }, { id: "2", badge: "Most Popular", badgeIcon: Heart, - price: 129, - subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$129", subtitle: "Complete daily routine", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Starter products", "Premium face cream", "Weekly face mask", "Email skincare support", "15% member discount" ] }, { id: "3", badge: "Luxury", badgeIcon: Crown, - price: 249, - subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], + price: "$249", subtitle: "Full professional regimen", buttons: [{ text: "Get Started", href: "/signup" }], features: [ "All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount" ] -- 2.49.1 From 88cecad15e56d37283a8472b14b79d2e9907991e Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:22:31 +0000 Subject: [PATCH 05/14] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 702dbab..d5932ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -108,4 +108,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 0fc2c0032cc7e964ef5687b7cccf127753a4e1db Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:22:32 +0000 Subject: [PATCH 06/14] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4a28f9e..395a89f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -133,4 +133,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From ab337b1b527ced3b8c282980f3a2b0e836dc4d77 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:22:33 +0000 Subject: [PATCH 07/14] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 86fa785..cba66ca 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -107,4 +107,4 @@ export default function FaqPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 95bff91bdbe965550e8cbe70bcb89538d68a1946 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:22:33 +0000 Subject: [PATCH 08/14] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7761f7..1bdd52a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,4 +140,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1 From a9238e04a0fba290e9858cd2f040227b2adec797 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:22:34 +0000 Subject: [PATCH 09/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 79607f4..2a75553 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,7 +3,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Zap, Star, Heart, Crown } from "lucide-react"; @@ -81,15 +81,15 @@ export default function ProductsPage() { useInvertedBackground="invertDefault" features={[ { - id: "1", title: "Deep Hydration", tags: ["Hydration", "Science"], + id: "1", title: "Deep Hydration", tags: ["Hydration", "Moisture"], imageSrc: "https://img.b2bpic.net/free-photo/beautiful-girl-standing-with-cream_1157-29503.jpg", imageAlt: "Hydration benefits visualization" }, { - id: "2", title: "Protective Shield", tags: ["Protection", "Advanced"], + id: "2", title: "Protective Shield", tags: ["Protection", "Barrier"], imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-applying-moisturizer-her-face-bathroom_637285-3386.jpg", imageAlt: "Skin protection technology demonstration" }, { - id: "3", title: "Natural Nourishment", tags: ["Natural", "Nourish"], + id: "3", title: "Natural Nourishment", tags: ["Natural", "Nourishment"], imageSrc: "https://img.b2bpic.net/free-photo/woman-applying-cream-face-while-looking-mirror_23-2148875051.jpg", imageAlt: "Natural ingredients and their benefits" } ]} @@ -98,7 +98,7 @@ export default function ProductsPage() {
- -- 2.49.1 From fb4c582269d0fd01f123d29b5f4e941fae4e70e4 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:25:28 +0000 Subject: [PATCH 10/14] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d5932ad..6762cc5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Heart, Leaf, Shield, Award, CheckCircle, Star, Mail } from "lucide-react"; +import Link from "next/link"; export default function AboutPage() { return ( @@ -29,13 +30,18 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +
-- 2.49.1 From 06f8324d21844d046dc43fd13c745676fc5431b8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:25:29 +0000 Subject: [PATCH 11/14] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index cba66ca..adb5c09 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -7,6 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Star, Mail } from "lucide-react"; +import Link from "next/link"; export default function FaqPage() { return ( @@ -29,13 +30,18 @@ export default function FaqPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +
-- 2.49.1 From 10a2bcd3d0012ee9f013fa849af2739558a5fd9e Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:25:31 +0000 Subject: [PATCH 12/14] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bdd52a..68a1e32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Heart, Leaf, Shield, Award, CheckCircle, Star, Mail } from "lucide-react"; +import Link from "next/link"; export default function HomePage() { return ( @@ -31,13 +32,18 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +
-- 2.49.1 From e6333d35f3e58acf98ea33c551323b75678cd87a Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:25:32 +0000 Subject: [PATCH 13/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2a75553..c6b9e76 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,10 +3,11 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Zap, Star, Heart, Crown } from "lucide-react"; +import Link from "next/link"; export default function ProductsPage() { return ( @@ -29,13 +30,18 @@ export default function ProductsPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +
@@ -98,7 +104,7 @@ export default function ProductsPage() {
- -- 2.49.1 From 176d14cdf1061b61d84569655b3c5c672c36e8f7 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:31:18 +0000 Subject: [PATCH 14/14] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c6b9e76..c0e3d0a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -115,7 +115,7 @@ export default function ProductsPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Star, - price: "$49", subtitle: "Essential skincare basics", features: [ + price: "49", subtitle: "Essential skincare basics", features: [ "Gentle Cleansing Oil", "Hydrating Serum", "Basic moisturizer", "Access to skincare tips" ], buttons: [ @@ -124,7 +124,7 @@ export default function ProductsPage() { }, { id: "2", badge: "Most Popular", badgeIcon: Heart, - price: "$129", subtitle: "Complete daily routine", features: [ + price: "129", subtitle: "Complete daily routine", features: [ "All Starter products", "Premium face cream", "Weekly face mask", "Email skincare support", "15% member discount" ], buttons: [ @@ -133,7 +133,7 @@ export default function ProductsPage() { }, { id: "3", badge: "Luxury", badgeIcon: Crown, - price: "$249", subtitle: "Full professional regimen", features: [ + price: "249", subtitle: "Full professional regimen", features: [ "All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount" ], buttons: [ -- 2.49.1