Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 22:03:37 +00:00

View File

@@ -161,16 +161,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "customers", value: "50K+", title: "Happy Customers", description: "Satisfied customers trust us for their automotive needs"
id: "customers", value: "50K+", title: "Happy Customers", description: "Satisfied customers trust us for their automotive needs", imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg", imageAlt: "satisfied customers trust us"
},
{
id: "parts", value: "10K+", title: "Products In Stock", description: "Comprehensive inventory of quality parts and accessories"
id: "parts", value: "10K+", title: "Products In Stock", description: "Comprehensive inventory of quality parts and accessories", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-composition_23-2149030383.jpg", imageAlt: "quality parts inventory"
},
{
id: "orders", value: "100K+", title: "Orders Shipped", description: "Reliable delivery to customers nationwide"
id: "orders", value: "100K+", title: "Orders Shipped", description: "Reliable delivery to customers nationwide", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1303.jpg", imageAlt: "orders shipped nationwide"
},
{
id: "rating", value: "4.9★", title: "Average Rating", description: "Consistently high customer ratings and reviews"
id: "rating", value: "4.9★", title: "Average Rating", description: "Consistently high customer ratings and reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg", imageAlt: "high customer ratings"
}
]}
/>