From fb8858331fb1f687ddb5b7674886cf317a95981e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:12:07 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 34b8b2f..f1f3bd6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,11 +29,11 @@ export default function BlogPage() { brandName="My Blog" navItems={[ { name: "Home", id: "/" }, - { name: "Articles", id: "blog" }, + { name: "Articles", id: "/blog" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Subscribe", href: "#newsletter" }} + button={{ text: "Subscribe", href: "newsletter" }} /> @@ -62,7 +62,7 @@ export default function BlogPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -70,7 +70,7 @@ export default function BlogPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -78,9 +78,9 @@ export default function BlogPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -98,4 +98,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 16aecf81fb846bb8cbb030757d8949fce50b3924 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:12:08 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9acfa4..f29b608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { @@ -28,13 +29,13 @@ export default function LandingPage() { @@ -44,8 +45,8 @@ export default function LandingPage() { logoText="MY BLOG" description="Exploring ideas, sharing stories, and discovering insights about life, creativity, and growth" buttons={[ - { text: "Start Reading", href: "#blog" }, - { text: "Subscribe", href: "#newsletter" } + { text: "Start Reading", href: "/blog" }, + { text: "Subscribe", href: "newsletter" } ]} slides={[ { @@ -100,6 +101,32 @@ export default function LandingPage() { /> +
+ +
+
@@ -205,7 +232,7 @@ export default function LandingPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -213,7 +240,7 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -221,9 +248,9 @@ export default function LandingPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -240,4 +267,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 7db6806ba007c484fef7419f9022d40015c5f82a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:12:09 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index c8fb6c4..e0b5320 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -100,7 +100,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -108,7 +108,7 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -116,9 +116,9 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -180,7 +180,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -188,7 +188,7 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -196,9 +196,9 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -284,7 +284,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -292,7 +292,7 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -300,9 +300,9 @@ export default function ProductPage({ params }: ProductPageProps) { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -320,4 +320,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From 3593da462474723fe27ce71e3cf89592f7ed82ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:12:10 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fa2bf44..b660743 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -50,7 +50,7 @@ export default function ShopPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -58,7 +58,7 @@ export default function ShopPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -66,9 +66,9 @@ export default function ShopPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -129,7 +129,7 @@ export default function ShopPage() { columns={[ { title: "Content", items: [ - { label: "Articles", href: "#blog" }, + { label: "Articles", href: "/blog" }, { label: "Featured", href: "#featured" }, { label: "Categories", href: "#" }, { label: "Archive", href: "#" } @@ -137,7 +137,7 @@ export default function ShopPage() { }, { title: "Connect", items: [ - { label: "Newsletter", href: "#newsletter" }, + { label: "Newsletter", href: "newsletter" }, { label: "Twitter", href: "https://twitter.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Email", href: "mailto:hello@myblog.com" } @@ -145,9 +145,9 @@ export default function ShopPage() { }, { title: "About", items: [ - { label: "About Me", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Collaborate", href: "#contact" }, + { label: "About Me", href: "about" }, + { label: "Contact", href: "contact" }, + { label: "Collaborate", href: "contact" }, { label: "Advertise", href: "#" } ] }, @@ -165,4 +165,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1