Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6cead5a42 | |||
| 0fac8c9821 | |||
| 23819c78c0 | |||
| f0b01a45ac | |||
| abb29fd9d7 | |||
| 94b8dcc033 | |||
| 48c89d29fb | |||
| 92a48565d5 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user