diff --git a/src/app/page.tsx b/src/app/page.tsx index 677f64e..e38c438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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() {