Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 07:08:44 +00:00
parent f51e7ee33d
commit fa1e2418b3

View File

@@ -52,7 +52,7 @@ export default function ProductsPage() {
id: "s25-ultra",
name: "Galaxy S25 Ultra",
price: "$1,299",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-s25-ultra-smartphone-prod-1772521648355-55a1ec47.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-s25-ultra-smartphone-prod-1772521648355-55a1ec47.png?_wi=2",
imageAlt: "Samsung Galaxy S25 Ultra with premium titanium finish",
initialQuantity: 1,
},
@@ -60,7 +60,7 @@ export default function ProductsPage() {
id: "s25-pro",
name: "Galaxy S25 Pro",
price: "$999",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-s25-pro-smartphone-produc-1772521647796-43823797.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-s25-pro-smartphone-produc-1772521647796-43823797.png?_wi=2",
imageAlt: "Samsung Galaxy S25 Pro smartphone",
initialQuantity: 1,
},
@@ -68,7 +68,7 @@ export default function ProductsPage() {
id: "z-fold",
name: "Galaxy Z Fold 6",
price: "$1,899",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-z-fold-6-foldable-smartph-1772521647493-dde3272c.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-z-fold-6-foldable-smartph-1772521647493-dde3272c.png?_wi=2",
imageAlt: "Samsung Galaxy Z Fold 6 foldable phone",
initialQuantity: 1,
},
@@ -76,7 +76,7 @@ export default function ProductsPage() {
id: "z-flip",
name: "Galaxy Z Flip 6",
price: "$799",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-z-flip-6-clamshell-phone--1772521647781-60c89b43.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-z-flip-6-clamshell-phone--1772521647781-60c89b43.png?_wi=2",
imageAlt: "Samsung Galaxy Z Flip 6 clamshell phone",
initialQuantity: 1,
},
@@ -84,7 +84,7 @@ export default function ProductsPage() {
id: "a95",
name: "Galaxy A95",
price: "$499",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-a95-smartphone-product-sh-1772521647140-ae802e4b.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-a95-smartphone-product-sh-1772521647140-ae802e4b.png?_wi=2",
imageAlt: "Samsung Galaxy A95 affordable smartphone",
initialQuantity: 1,
},
@@ -108,21 +108,21 @@ export default function ProductsPage() {
id: 1,
title: "Premium Build Quality",
description: "Crafted with premium materials and precision engineering for durability and elegance that lasts for years",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/close-up-of-a-samsung-amoled-display-sho-1772521647449-b0f7ecb6.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/close-up-of-a-samsung-amoled-display-sho-1772521647449-b0f7ecb6.png?_wi=2",
imageAlt: "Samsung premium materials",
},
{
id: 2,
title: "Innovation Leadership",
description: "First-to-market technologies including foldable displays, advanced AI features, and next-gen processors",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-camera-system-showcase-cl-1772521648032-93b08fd0.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-galaxy-camera-system-showcase-cl-1772521648032-93b08fd0.png?_wi=2",
imageAlt: "Samsung innovation",
},
{
id: 3,
title: "Exceptional Support",
description: "24/7 customer service, extended warranties, and dedicated support team ready to help anytime",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-smartphone-battery-technology-vi-1772521647769-75d6a436.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJ7B8mYEMeFibP8zUealCeNvW/samsung-smartphone-battery-technology-vi-1772521647769-75d6a436.png?_wi=2",
imageAlt: "Samsung customer support",
},
]}