Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:10:21 +00:00

View File

@@ -61,6 +61,7 @@ export default function LandingPage() {
{ icon: Users, label: "Happy Customers", value: "5000+" },
{ icon: Award, label: "Years Experience", value: "15+" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -76,14 +77,14 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Matte Red Premium", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108854.jpg?_wi=1", imageAlt: "Matte Red Premium paint can", onProductClick: () => {
id: "1", name: "Matte Red Premium", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108854.jpg", imageAlt: "Matte Red Premium paint can", onProductClick: () => {
window.open(
"https://wa.me/919876543210?text=I%20am%20interested%20in%20Matte%20Red%20Premium%20paint", "_blank"
);
}
},
{
id: "2", name: "Ocean Blue Glossy", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108850.jpg?_wi=1", imageAlt: "Ocean Blue Glossy paint can", onProductClick: () => {
id: "2", name: "Ocean Blue Glossy", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108850.jpg", imageAlt: "Ocean Blue Glossy paint can", onProductClick: () => {
window.open(
"https://wa.me/919876543210?text=I%20am%20interested%20in%20Ocean%20Blue%20Glossy%20paint", "_blank"
);
@@ -114,11 +115,11 @@ export default function LandingPage() {
},
{
id: 2,
tag: "Step 2", title: "Order via WhatsApp", subtitle: "Get instant confirmation", description: "Click the WhatsApp button to send us your order details. Our team will confirm availability and provide exact pricing with any special offers.", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108854.jpg?_wi=2", imageAlt: "WhatsApp order process"
tag: "Step 2", title: "Order via WhatsApp", subtitle: "Get instant confirmation", description: "Click the WhatsApp button to send us your order details. Our team will confirm availability and provide exact pricing with any special offers.", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108854.jpg", imageAlt: "WhatsApp order process"
},
{
id: 3,
tag: "Step 3", title: "Receive Updates", subtitle: "Real-time notifications", description: "Get real-time WhatsApp notifications about your order status, delivery schedule, and any updates. Receive your order within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108850.jpg?_wi=2", imageAlt: "Order delivery and notifications"
tag: "Step 3", title: "Receive Updates", subtitle: "Real-time notifications", description: "Get real-time WhatsApp notifications about your order status, delivery schedule, and any updates. Receive your order within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108850.jpg", imageAlt: "Order delivery and notifications"
}
]}
/>
@@ -128,25 +129,26 @@ export default function LandingPage() {
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from satisfied customers who trust ColorPaint for their painting needs."
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Rajesh Kumar", role: "Homeowner", company: "Delhi", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Portrait of Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Rajesh Kumar"
},
{
id: "2", name: "Priya Singh", role: "Interior Designer", company: "Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Portrait of Priya Singh"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Priya Singh"
},
{
id: "3", name: "Amit Patel", role: "Contractor", company: "Bangalore", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Portrait of Amit Patel"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Amit Patel"
},
{
id: "4", name: "Neha Sharma", role: "Architect", company: "Pune", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Portrait of Neha Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Neha Sharma"
}
]}
/>