Merge version_1 into main #1
@@ -170,16 +170,16 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "customers", value: "50K+", title: "Happy Customers", description: "Trusted by professionals and gamers worldwide"
|
||||
id: "customers", value: "50K+", title: "Happy Customers", description: "Trusted by professionals and gamers worldwide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xktn2j", imageAlt: "Customer satisfaction"
|
||||
},
|
||||
{
|
||||
id: "products", value: "200+", title: "Products Available", description: "Curated selection across all categories"
|
||||
id: "products", value: "200+", title: "Products Available", description: "Curated selection across all categories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lp9dx0", imageAlt: "Product range"
|
||||
},
|
||||
{
|
||||
id: "performance", value: "2x", title: "Faster Performance", description: "Compared to standard laptops"
|
||||
id: "performance", value: "2x", title: "Faster Performance", description: "Compared to standard laptops", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f5sj83", imageAlt: "Performance metrics"
|
||||
},
|
||||
{
|
||||
id: "warranty", value: "5 Years", title: "Warranty Coverage", description: "Comprehensive protection included"
|
||||
id: "warranty", value: "5 Years", title: "Warranty Coverage", description: "Comprehensive protection included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pkymnd", imageAlt: "Warranty coverage"
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
|
||||
Reference in New Issue
Block a user