From 7cfddca6f1657d6cd0454821af2ed7ebd4dcafcf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:09:35 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f7383cc..f912eaa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Materials", href: "/materials" }, { label: "About", href: "/about" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Request Quote", href: "/contact" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 099063 15339", href: "tel:099063-15339" }, { label: "Email: info@sinclus.com", href: "mailto:info@sinclus.com" }, { label: "Tokal Pora, Kulhama", href: "#" }, @@ -53,7 +50,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -176,7 +173,7 @@ export default function ContactPage() { { text: "Get Quote" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1 From 6f4d40b185552cc10fceb6b4eaeed28525190875 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:09:35 +0000 Subject: [PATCH 2/4] Update src/app/materials/page.tsx --- src/app/materials/page.tsx | 41 ++++++++++++-------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index 5880a8f..6e4c4af 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -20,8 +20,7 @@ export default function MaterialsPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Materials", href: "/materials" }, { label: "About", href: "/about" }, @@ -29,8 +28,7 @@ export default function MaterialsPage() { ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Request Quote", href: "/contact" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -38,8 +36,7 @@ export default function MaterialsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 099063 15339", href: "tel:099063-15339" }, { label: "Email: info@sinclus.com", href: "mailto:info@sinclus.com" }, { label: "Tokal Pora, Kulhama", href: "#" }, @@ -55,7 +52,7 @@ export default function MaterialsPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -78,8 +75,8 @@ export default function MaterialsPage() { { text: "Call Now", href: "tel:099063-15339" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg?_wi=2" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg" imageAlt="Construction materials warehouse" mediaAnimation="slide-up" frameStyle="card" @@ -92,26 +89,14 @@ export default function MaterialsPage() { description="High-quality raw materials sourced and delivered for all your construction needs" features={[ { - id: "1", - title: "Stone Chips - Premium Grade", - tags: ["Construction", "Verified"], - imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601827.jpg?_wi=2", - imageAlt: "Stone chips aggregate pile close-up", - }, + id: "1", title: "Stone Chips - Premium Grade", tags: ["Construction", "Verified"], + imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601827.jpg", imageAlt: "Stone chips aggregate pile close-up"}, { - id: "2", - title: "Stone Dust - Fine Grade", - tags: ["Finishing", "Tested"], - imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862927.jpg?_wi=2", - imageAlt: "Stone dust fine powder material", - }, + id: "2", title: "Stone Dust - Fine Grade", tags: ["Finishing", "Tested"], + imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862927.jpg", imageAlt: "Stone dust fine powder material"}, { - id: "3", - title: "Raw Construction Materials", - tags: ["Bulk Orders", "Custom Sizes"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=2", - imageAlt: "Raw construction materials pile warehouse", - }, + id: "3", title: "Raw Construction Materials", tags: ["Bulk Orders", "Custom Sizes"], + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Raw construction materials pile warehouse"}, ]} animationType="slide-up" textboxLayout="default" @@ -131,7 +116,7 @@ export default function MaterialsPage() { { text: "Call Now", href: "tel:099063-15339" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1 From 54091227b3aec241591212dec4f35dc50e5e4f29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:09:35 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 75 ++++++++++++++---------------------------------- 1 file changed, 22 insertions(+), 53 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3412697..50aced4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "Materials", href: "/materials" }, { label: "About", href: "/about" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Request Quote", href: "/contact" }, { label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 099063 15339", href: "tel:099063-15339" }, { label: "Email: info@sinclus.com", href: "mailto:info@sinclus.com" }, { label: "Tokal Pora, Kulhama", href: "#" }, @@ -56,7 +53,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -79,8 +76,8 @@ export default function HomePage() { { text: "Get Quote" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg?_wi=1" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg" imageAlt="Construction materials warehouse" mediaAnimation="slide-up" frameStyle="card" @@ -95,7 +92,7 @@ export default function HomePage() { description="Sinclus Constructions" subdescription="Your Trusted Construction Materials Partner in Jammu & Kashmir" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-vector/set-premium-gold-stickers_23-2147700737.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/set-premium-gold-stickers_23-2147700737.jpg" imageAlt="5 star rating badge certificate gold" mediaAnimation="slide-up" useInvertedBackground={false} @@ -110,26 +107,14 @@ export default function HomePage() { tagIcon={Zap} features={[ { - id: "1", - title: "Stone Chips", - tags: ["Construction", "Premium Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601827.jpg?_wi=1", - imageAlt: "Stone chips aggregate pile close-up", - }, + id: "1", title: "Stone Chips", tags: ["Construction", "Premium Quality"], + imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background-copy-space_1194-601827.jpg", imageAlt: "Stone chips aggregate pile close-up"}, { - id: "2", - title: "Stone Dust", - tags: ["Finishing", "Fine Grade"], - imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862927.jpg?_wi=1", - imageAlt: "Stone dust fine powder material", - }, + id: "2", title: "Stone Dust", tags: ["Finishing", "Fine Grade"], + imageSrc: "http://img.b2bpic.net/free-photo/clay-powder-close-up_23-2148862927.jpg", imageAlt: "Stone dust fine powder material"}, { - id: "3", - title: "Raw Construction Materials", - tags: ["General Supply", "Bulk Orders"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=1", - imageAlt: "Raw construction materials pile warehouse", - }, + id: "3", title: "Raw Construction Materials", tags: ["General Supply", "Bulk Orders"], + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "Raw construction materials pile warehouse"}, ]} animationType="slide-up" textboxLayout="default" @@ -144,33 +129,17 @@ export default function HomePage() { description="We deliver quality, reliability, and value for every project" features={[ { - id: "1", - title: "Top Quality Materials", - tags: ["Verified", "Tested"], - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-man-blue-lab-uniform-stand-near-manufacture-machine-with-shafts-show-empty-tablet-close-picture-focus-tablet-look-tablet_645730-295.jpg?_wi=1", - imageAlt: "Quality control inspection materials testing", - }, + id: "1", title: "Top Quality Materials", tags: ["Verified", "Tested"], + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-man-blue-lab-uniform-stand-near-manufacture-machine-with-shafts-show-empty-tablet-close-picture-focus-tablet-look-tablet_645730-295.jpg", imageAlt: "Quality control inspection materials testing"}, { - id: "2", - title: "Affordable Pricing", - tags: ["Competitive", "Transparent"], - imageSrc: "http://img.b2bpic.net/free-vector/businesswoman-with-queen-chess-bills-with-gears_24640-45068.jpg?_wi=1", - imageAlt: "Competitive pricing cost effective solution", - }, + id: "2", title: "Affordable Pricing", tags: ["Competitive", "Transparent"], + imageSrc: "http://img.b2bpic.net/free-vector/businesswoman-with-queen-chess-bills-with-gears_24640-45068.jpg", imageAlt: "Competitive pricing cost effective solution"}, { - id: "3", - title: "Reliable Delivery", - tags: ["On-time", "Local"], - imageSrc: "http://img.b2bpic.net/free-photo/truck-electric-car-highway-symbol-transport-evolution_169016-70036.jpg?_wi=1", - imageAlt: "Delivery truck construction materials transport", - }, + id: "3", title: "Reliable Delivery", tags: ["On-time", "Local"], + imageSrc: "http://img.b2bpic.net/free-photo/truck-electric-car-highway-symbol-transport-evolution_169016-70036.jpg", imageAlt: "Delivery truck construction materials transport"}, { - id: "4", - title: "Trusted by Local Builders", - tags: ["Established", "Proven"], - imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-helmets_23-2148751996.jpg?_wi=1", - imageAlt: "Construction team builders working site", - }, + id: "4", title: "Trusted by Local Builders", tags: ["Established", "Proven"], + imageSrc: "http://img.b2bpic.net/free-photo/builder-men-wearing-helmets_23-2148751996.jpg", imageAlt: "Construction team builders working site"}, ]} animationType="slide-up" textboxLayout="default" @@ -189,7 +158,7 @@ export default function HomePage() { { text: "Get Quote" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1 From 49fcf53473c92a306aad698a023d3f628de85133 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:09:36 +0000 Subject: [PATCH 4/4] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 37 +++++++++++------------------------ 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 4ae10c8..17b1799 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -16,7 +16,7 @@ export default function ServiceAreaPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -44,26 +44,14 @@ export default function ServiceAreaPage() { tagIcon={MapPin} features={[ { - id: "1", - title: "Tokal Pora", - tags: ["Primary Location", "Home Base"], - imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg?_wi=3", - imageAlt: "construction materials warehouse stone chips", - }, + id: "1", title: "Tokal Pora", tags: ["Primary Location", "Home Base"], + imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13307.jpg", imageAlt: "construction materials warehouse stone chips"}, { - id: "2", - title: "Kulhama", - tags: ["Service Area", "Nearby Region"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg?_wi=3", - imageAlt: "raw construction materials pile warehouse", - }, + id: "2", title: "Kulhama", tags: ["Service Area", "Nearby Region"], + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-old-warehouse-with-old-trains-stored-inside_181624-13915.jpg", imageAlt: "raw construction materials pile warehouse"}, { - id: "3", - title: "Nearby Areas in Jammu & Kashmir", - tags: ["Extended Coverage", "Delivery Available"], - imageSrc: "http://img.b2bpic.net/free-photo/truck-electric-car-highway-symbol-transport-evolution_169016-70036.jpg?_wi=3", - imageAlt: "delivery truck construction materials transport", - }, + id: "3", title: "Nearby Areas in Jammu & Kashmir", tags: ["Extended Coverage", "Delivery Available"], + imageSrc: "http://img.b2bpic.net/free-photo/truck-electric-car-highway-symbol-transport-evolution_169016-70036.jpg", imageAlt: "delivery truck construction materials transport"}, ]} animationType="slide-up" textboxLayout="default" @@ -82,7 +70,7 @@ export default function ServiceAreaPage() { { text: "Get Quote" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> @@ -91,8 +79,7 @@ export default function ServiceAreaPage() {