Update src/app/page.tsx

This commit is contained in:
2026-03-17 22:08:45 +00:00
parent 9a21403d6a
commit bdfbb5b581

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Contact Us on WhatsApp", href: "https://wa.me/1234567890" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg"
imageSrc="http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg?_wi=1"
imageAlt="Hero banner featuring premium product showcase"
mediaAnimation="opacity"
/>
@@ -174,13 +174,13 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "metric-1", value: "99.8%", title: "Customer Satisfaction", description: "Consistently rated highest for customer service and product quality", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg", imageAlt: "Customer satisfaction metric"
id: "metric-1", value: "99.8%", title: "Customer Satisfaction", description: "Consistently rated highest for customer service and product quality", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg?_wi=2", imageAlt: "Customer satisfaction metric"
},
{
id: "metric-2", value: "24/7", title: "WhatsApp Support", description: "Always available to help with your queries and concerns", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg", imageAlt: "WhatsApp support metric"
id: "metric-2", value: "24/7", title: "WhatsApp Support", description: "Always available to help with your queries and concerns", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg?_wi=3", imageAlt: "WhatsApp support metric"
},
{
id: "metric-3", value: "2-3", title: "Days Delivery", description: "Fast nationwide shipping available across the country", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg", imageAlt: "Days delivery metric"
id: "metric-3", value: "2-3", title: "Days Delivery", description: "Fast nationwide shipping available across the country", imageSrc: "http://img.b2bpic.net/free-photo/discount-shopping-season-with-sale_23-2150165924.jpg?_wi=4", imageAlt: "Days delivery metric"
}
]}
/>