8 Commits

Author SHA1 Message Date
e6cead5a42 Merge version_3 into main
Merge version_3 into main
2026-03-08 18:21:59 +00:00
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
f0b01a45ac Update src/app/page.tsx 2026-03-08 18:20:11 +00:00
abb29fd9d7 Update src/app/layout.tsx 2026-03-08 18:20:10 +00:00
94b8dcc033 Merge version_1 into main
Merge version_1 into main
2026-03-08 18:07:07 +00:00
48c89d29fb Merge version_1 into main
Merge version_1 into main
2026-03-08 18:06:06 +00:00
92a48565d5 Merge version_1 into main
Merge version_1 into main
2026-03-08 18:04:44 +00:00
2 changed files with 18 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "📞 Call Now", href: "tel:+919876543210" },
{ text: "💬 WhatsApp Now", href: "https://wa.me/919876543210" }
{ text: "🚀 Get Same-Day Delivery", href: "tel:+919876543210" },
{ text: "💬 Chat for Instant Quote", href: "https://wa.me/919876543210" }
]}
buttonAnimation="blur-reveal"
mediaItems={[
@@ -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>