From 3f175dbc228f9b680205fc8a74b79ad540ad096c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:23:06 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index abe0340..6038574 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -7,7 +7,7 @@ import { useBlogPosts } from "@/hooks/useBlogPosts"; // New imports based on requirements import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; export default function BlogPage() { const { posts, isLoading } = useBlogPosts(); @@ -30,15 +30,13 @@ export default function BlogPage() { @@ -49,7 +47,7 @@ export default function BlogPage() { ) : (
- Date: Sun, 22 Feb 2026 12:23:07 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc856df..fcf5f2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,12 @@ export default function LandingPage() { brandName="MyCo" navItems={[ {name: "Home", id: "/"}, - {name: "About", id: "#about"}, - {name: "Features", id: "#features"}, - {name: "Products", id: "#products"}, - {name: "Testimonials", id: "#testimonials"}, - {name: "FAQ", id: "#faq"}, - {name: "Contact", id: "#contact"}, - {name: "Blog", id: "/blog"}, - {name: "Shop", id: "/shop"} + {name: "About", id: "about"}, + {name: "Features", id: "features"}, + {name: "Products", id: "products"}, + {name: "Testimonials", id: "testimonials"}, + {name: "FAQ", id: "faq"}, + {name: "Contact", id: "contact"} ]} />
@@ -49,8 +47,8 @@ export default function LandingPage() { logoText="MyCo" description="Innovative solutions for a brighter future." buttons={[ - { text: "Get Started", href: "/#contact" }, - { text: "Learn More", href: "/#about" } + { text: "Get Started", href: "#contact" }, + { text: "Learn More", href: "#about" } ]} imageSrc="https://via.placeholder.com/1920x1080.png?text=Modern+Business" imageAlt="Modern business cityscape" @@ -141,6 +139,7 @@ export default function LandingPage() { faqsAnimation="slide-up" useInvertedBackground={false} animationType="smooth" + textboxLayout="default" /> @@ -148,7 +147,7 @@ export default function LandingPage() { Date: Sun, 22 Feb 2026 12:23:07 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 48 +++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7739dcd..f9eefab 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,15 +93,13 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -157,15 +155,13 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -226,15 +222,13 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> From 7b7a769bd6ed954cfae6216fa2a8a7b98f7afd51 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:23:07 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0995fad..1aa853e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -60,15 +60,13 @@ function ShopPageContent() { setCartOpen(true) }} /> @@ -121,15 +119,13 @@ function ShopPageContent() { setCartOpen(true) }} />