From fa6376c40c34f3d4b1fa2e4cae2434f2a22abeee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:44:35 +0000 Subject: [PATCH 1/5] 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 1c64916..5f0b330 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -33,7 +33,7 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "About", id: "#about" }, { name: "Services", id: "#features-detailed" }, - { name: "Clients", id: "/#clients" }, + { name: "Clients", id: "/" }, { name: "Contact", id: "#contact" }, ]} brandName="Pro Studio" -- 2.49.1 From abf0ccca5c29d8c1289a7f26f759ba0e1cab363a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:44:37 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 48d350b..55bf239 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,9 +3,6 @@ import { Mulish } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -import { Libre_Baskerville } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Raleway } from "next/font/google"; const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], @@ -27,21 +24,6 @@ export const metadata: Metadata = { }, }; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], -}); - export default function RootLayout({ children, }: Readonly<{ @@ -50,7 +32,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From ee7f8168431976e8e26fef6e51d5d6d5d98b4243 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:44:38 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cef9804..6583d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; + import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { @@ -50,7 +50,7 @@ export default function LandingPage() { >
@@ -175,25 +191,7 @@ export default function LandingPage() { cardDateClassName="text-sm text-foreground/60" />
-
- -
+
Date: Fri, 20 Feb 2026 21:44:38 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a293591..e7e0651 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, - { name: "Clients", id: "/#clients" } + { name: "Clients", id: "/" } ]} brandName="Pro Studio" className="bg-card/90 backdrop-blur-sm shadow-lg" @@ -149,7 +149,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, - { name: "Clients", id: "/#clients" } + { name: "Clients", id: "/" } ]} brandName="Pro Studio" className="bg-card/90 backdrop-blur-sm shadow-lg" @@ -210,7 +210,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, - { name: "Clients", id: "/#clients" } + { name: "Clients", id: "/" } ]} brandName="Pro Studio" className="bg-card/90 backdrop-blur-sm shadow-lg" -- 2.49.1 From 623576c75f49bb720bc9386c2b72166b4a72f51b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:44:39 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 667229e..dad8df9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -62,7 +62,7 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, - { name: "Clients", id: "/#clients" } + { name: "Clients", id: "/" } ]} brandName="Pro Studio" className="bg-card/90 backdrop-blur-sm shadow-lg" @@ -115,7 +115,7 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, - { name: "Clients", id: "/#clients" } + { name: "Clients", id: "/" } ]} brandName="Pro Studio" className="bg-card/90 backdrop-blur-sm shadow-lg" -- 2.49.1