From 01e1d7ba81a9485989abbda8044c86b1f5a272cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:20:17 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4c68cb3..fabf7ef 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,41 +7,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Durgadas Sales Corporation - Industrial Pipes & Supply", - description: "Leading pipe manufacturer and distributor across Karnataka. High-quality PVC, agricultural, plumbing, and industrial pipes for construction, irrigation, and infrastructure projects.", - keywords: "pipe supplier Karnataka, industrial pipes, PVC pipes distributor, agricultural pipes, construction pipes, pipe manufacturer India, Bangalore pipe supply", - robots: { + title: "Durgadas Sales Corporation - Industrial Pipes & Supply", description: "Leading pipe manufacturer and distributor across Karnataka. High-quality PVC, agricultural, plumbing, and industrial pipes for construction, irrigation, and infrastructure projects.", keywords: "pipe supplier Karnataka, industrial pipes, PVC pipes distributor, agricultural pipes, construction pipes, pipe manufacturer India, Bangalore pipe supply", robots: { index: true, follow: true, }, openGraph: { - title: "Durgadas Sales Corporation - Engineering Infrastructure", - description: "Trusted industrial pipe supplier and distribution network across Karnataka. Quality assured, ISO certified products for construction and infrastructure.", - type: "website", - siteName: "Durgadas Sales Corporation", - url: "https://durgadas-pipes.com", - }, + title: "Durgadas Sales Corporation - Engineering Infrastructure", description: "Trusted industrial pipe supplier and distribution network across Karnataka. Quality assured, ISO certified products for construction and infrastructure.", type: "website", siteName: "Durgadas Sales Corporation", url: "https://durgadas-pipes.com"}, twitter: { - card: "summary_large_image", - title: "Durgadas Sales Corporation", - description: "Industrial Pipes & Supply Solutions for Karnataka Infrastructure", - }, + card: "summary_large_image", title: "Durgadas Sales Corporation", description: "Industrial Pipes & Supply Solutions for Karnataka Infrastructure"}, }; export default function RootLayout({ -- 2.49.1 From c9ae2547f5a8dfa0a0b40c2b8e8c5850d096d669 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:20:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 175 +++++++++-------------------------------------- 1 file changed, 32 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82d8b6c..ee3d5b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Quality", id: "quality" }, ]} button={{ - text: "Request Quote", - href: "/contact", - }} + text: "Request Quote", href: "/contact"}} animateOnLoad={true} /> @@ -47,7 +45,7 @@ export default function HomePage() {
@@ -183,41 +126,17 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "1", - title: "Construction & Infrastructure", - author: "Primary Sector", - description: "Supporting large-scale building projects, highway construction, and civil infrastructure with reliable supply and bulk delivery.", - tags: ["Building", "Infrastructure", "High Volume"], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", - imageAlt: "Construction site infrastructure", - }, + id: "1", title: "Construction & Infrastructure", author: "Primary Sector", description: "Supporting large-scale building projects, highway construction, and civil infrastructure with reliable supply and bulk delivery.", tags: ["Building", "Infrastructure", "High Volume"], + imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", imageAlt: "Construction site infrastructure"}, { - id: "2", - title: "Irrigation & Agricultural", - author: "Growing Sector", - description: "Powering agricultural efficiency with agricultural-grade pipes designed for irrigation systems and farm water management.", - tags: ["Agriculture", "Irrigation", "Water Systems"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858143.jpg", - imageAlt: "Agricultural irrigation system", - }, + id: "2", title: "Irrigation & Agricultural", author: "Growing Sector", description: "Powering agricultural efficiency with agricultural-grade pipes designed for irrigation systems and farm water management.", tags: ["Agriculture", "Irrigation", "Water Systems"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858143.jpg", imageAlt: "Agricultural irrigation system"}, { - id: "3", - title: "Residential Plumbing", - author: "Housing Sector", - description: "Serving residential projects, apartment complexes, and housing societies with certified plumbing-grade pipes and fittings.", - tags: ["Housing", "Plumbing", "Residential"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", - imageAlt: "Residential plumbing installation", - }, + id: "3", title: "Residential Plumbing", author: "Housing Sector", description: "Serving residential projects, apartment complexes, and housing societies with certified plumbing-grade pipes and fittings.", tags: ["Housing", "Plumbing", "Residential"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Residential plumbing installation"}, { - id: "4", - title: "Commercial Buildings", - author: "Commercial Sector", - description: "Supplying commercial construction with industrial-grade pipes for HVAC systems, water supply, and building infrastructure.", - tags: ["Commercial", "Office", "Industrial"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-with-helmets-goggles_23-2148752004.jpg", - imageAlt: "Commercial building infrastructure", - }, + id: "4", title: "Commercial Buildings", author: "Commercial Sector", description: "Supplying commercial construction with industrial-grade pipes for HVAC systems, water supply, and building infrastructure.", tags: ["Commercial", "Office", "Industrial"], + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-with-helmets-goggles_23-2148752004.jpg", imageAlt: "Commercial building infrastructure"}, ]} />
@@ -247,41 +166,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "ISO 9001 Certified", - role: "Manufacturing", - company: "Quality Management", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=1", - imageAlt: "ISO certification", - }, + id: "1", name: "ISO 9001 Certified", role: "Manufacturing", company: "Quality Management", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=1", imageAlt: "ISO certification"}, { - id: "2", - name: "Advanced Testing Lab", - role: "Quality Control", - company: "Material Testing", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg?_wi=1", - imageAlt: "Quality testing facility", - }, + id: "2", name: "Advanced Testing Lab", role: "Quality Control", company: "Material Testing", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886809.jpg?_wi=1", imageAlt: "Quality testing facility"}, { - id: "3", - name: "Durability Tested", - role: "Performance", - company: "Field Validated", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg?_wi=1", - imageAlt: "Warehouse operations", - }, + id: "3", name: "Durability Tested", role: "Performance", company: "Field Validated", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/managers-walking-through-large-warehouse-controlling-goods-distribution_342744-1556.jpg?_wi=1", imageAlt: "Warehouse operations"}, { - id: "4", - name: "Industry Standards", - role: "Compliance", - company: "Certified", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=2", - imageAlt: "Quality standards", - }, + id: "4", name: "Industry Standards", role: "Compliance", company: "Certified", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-researchers-biotechnology-laboratory-with-tablet-clipboard_23-2148776115.jpg?_wi=2", imageAlt: "Quality standards"}, ]} kpiItems={[ { value: "99.8%", label: "Quality Consistency" }, @@ -316,19 +211,13 @@ export default function HomePage() { socialLinks={[ { icon: Linkedin, - href: "https://linkedin.com/company/durgadas-sales", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/durgadas-sales", ariaLabel: "LinkedIn"}, { icon: Phone, - href: "tel:+919876543210", - ariaLabel: "Phone", - }, + href: "tel:+919876543210", ariaLabel: "Phone"}, { icon: Mail, - href: "mailto:info@durgadas.com", - ariaLabel: "Email", - }, + href: "mailto:info@durgadas.com", ariaLabel: "Email"}, ]} /> -- 2.49.1