From 065056cde674f6ff50f649949747a8a48b1400d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:29:34 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8d935e9..b9432df 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,14 @@ export default function BlogPage() { Date: Mon, 23 Feb 2026 10:29:35 +0000 Subject: [PATCH 2/5] 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 7d9242e..0502515 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ export const metadata: Metadata = { openGraph: { title: "UrbanThreads NYC - Your Style Destination for Urban Apparel", description: "Discover the latest urban fashion and streetwear trends in New York City. Shop exclusive collections of hoodies, joggers, tees, and more at UrbanThreads NYC.", url: "https://www.urbanthreadsnyc.com", siteName: "UrbanThreads NYC", images: [ { - url: "https://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-2927.jpg", alt: "Stylish models in urban fashion on a New York City street"}, + url: "https://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-2927.jpg", alt: "Stylish models in urban fashion on a New York City street"} ], type: "website"}, twitter: { -- 2.49.1 From cc5161987971d3f5b56fdb11a4fba49f063c87e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:29:36 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 271377b..58f73a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import AboutMetric from '@/components/sections/about/AboutMetric'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; @@ -27,7 +28,16 @@ export default function LandingPage() { > +
+ +
); -} \ No newline at end of file +} -- 2.49.1 From 9aea972ed924a77fd6ef686b39e71d22421e3e88 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 10:29:37 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 162816a..5577a68 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,17 @@ function ProductPageContent({ params }: ProductPageProps) {