2 Commits

Author SHA1 Message Date
0fac8c9821 Update src/app/page.tsx 2026-03-08 18:21:55 +00:00
23819c78c0 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:20:15 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
title="Our Product Categories"
description="Comprehensive range of pipes, electrical supplies, sanitary ware, and industrial tools for residential, commercial, and industrial applications."
description="Comprehensive range of pipes, electrical supplies, sanitary ware, and industrial tools for residential, commercial, and industrial applications. Bulk discounts available for contractors and commercial buyers."
tag="Featured Collections"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -101,7 +101,10 @@ export default function LandingPage() {
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=2", imageAlt: "Wrenches, spanners, and hand tools"
}
]}
buttons={[{ text: "📝 Get Quote", href: "#contact" }]}
buttons={[
{ text: "📝 Get Quote", href: "#contact" },
{ text: "💼 Request Bulk Quote", href: "https://wa.me/919876543210" }
]}
/>
</div>