From 67664ea41dafc5100de73ebe1a4e29447cbda4c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:06 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d433532..5b6bf4f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { { value: "30+", title: "Years Serving New Mexico" }, { value: "1000+", title: "Contractors Trusted Us" } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg" imageAlt="Partnership and trust-based service" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -58,25 +58,16 @@ export default function AboutPage() { Date: Thu, 26 Feb 2026 15:13:07 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2f635b3..34bc1c1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,37 +53,25 @@ export default function ContactPage() { Date: Thu, 26 Feb 2026 15:13:07 +0000 Subject: [PATCH 3/7] Update src/app/contractor-account/page.tsx --- src/app/contractor-account/page.tsx | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/src/app/contractor-account/page.tsx b/src/app/contractor-account/page.tsx index 009ee30..bda7200 100644 --- a/src/app/contractor-account/page.tsx +++ b/src/app/contractor-account/page.tsx @@ -53,25 +53,16 @@ export default function ContractorAccountPage() { Date: Thu, 26 Feb 2026 15:13:09 +0000 Subject: [PATCH 4/7] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a72c7a4..49aeda7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,24 +5,16 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Roofing Supply New Mexico | Contractor Trusted", - description: "Roofing Supply of New Mexico—trusted roofing materials, exceptional service, and dedicated support for contractors. Premium brands, fast delivery, competitive pricing.", - keywords: "roofing supply, roofing materials, New Mexico, contractor, shingles, metal roofing, professional service", - metadataBase: new URL("https://rsgonline.com"), + title: "Premium Roofing Supply New Mexico | Contractor Trusted", description: "Roofing Supply of New Mexico—trusted roofing materials, exceptional service, and dedicated support for contractors. Premium brands, fast delivery, competitive pricing.", keywords: "roofing supply, roofing materials, New Mexico, contractor, shingles, metal roofing, professional service", metadataBase: new URL("https://rsgonline.com"), alternates: { canonical: "https://rsgonline.com" }, openGraph: { - title: "Premium Roofing Supply New Mexico", - description: "Trusted roofing materials and exceptional contractor service in New Mexico.", - url: "https://rsgonline.com", - siteName: "Roofing Supply of New Mexico", - type: "website" + title: "Premium Roofing Supply New Mexico", description: "Trusted roofing materials and exceptional contractor service in New Mexico.", url: "https://rsgonline.com", siteName: "Roofing Supply of New Mexico", type: "website" }, robots: { index: true, -- 2.49.1 From 04ab45622685d53548566e958b812a1d1ddc6173 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:09 +0000 Subject: [PATCH 5/7] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++++++++-------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 502e52a..d5b4d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function HomePage() { title="Premium Roofing Materials. Exceptional Service." description="Serving contractors across New Mexico with unmatched reliability, communication, and hands-on support." tag="Trusted Partner" - imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg" imageAlt="New Mexico rooftops at sunset" textPosition="bottom-left" showBlur={true} @@ -59,25 +59,16 @@ export default function HomePage() { Date: Thu, 26 Feb 2026 15:13:10 +0000 Subject: [PATCH 6/7] Update src/app/products/page.tsx --- src/app/products/page.tsx | 62 ++++++++------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 878b90b..73c239b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -41,64 +41,28 @@ export default function ProductsPage() { Date: Thu, 26 Feb 2026 15:13:11 +0000 Subject: [PATCH 7/7] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 23f9e4b..e40be0c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Suspense } from "react"; +import { Suspense, useState } from "react"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -- 2.49.1