Update src/app/store/page.tsx

This commit is contained in:
2026-03-24 16:05:58 +00:00
parent 938b56eb53
commit c140e20a1f

View File

@@ -24,17 +24,17 @@ const StorePage = () => {
const productsData = [
{
id: "original", name: "FrostFuel Original", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368209839-511284be.png?_wi=3", imageAlt: "FrostFuel Original energy drink can"},
id: "original", name: "FrostFuel Original", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368209839-511284be.png", imageAlt: "FrostFuel Original energy drink can"},
{
id: "sugarfree", name: "FrostFuel Zero", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368211158-2aa5037e.png?_wi=3", imageAlt: "FrostFuel Zero sugar energy drink can"},
id: "sugarfree", name: "FrostFuel Zero", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368211158-2aa5037e.png", imageAlt: "FrostFuel Zero sugar energy drink can"},
{
id: "limited", name: "FrostFuel Apex Boost", price: "49,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-a-frostfuel--1774368211967-0a3a781b.png?_wi=3", imageAlt: "FrostFuel Limited Edition Apex Boost can"},
id: "limited", name: "FrostFuel Apex Boost", price: "49,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-a-frostfuel--1774368211967-0a3a781b.png", imageAlt: "FrostFuel Limited Edition Apex Boost can"},
{
id: "berry-blitz", name: "FrostFuel Berry Blitz", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368210209-3cc699a0.png?_wi=3", imageAlt: "FrostFuel Berry Blitz energy drink can"},
id: "berry-blitz", name: "FrostFuel Berry Blitz", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368210209-3cc699a0.png", imageAlt: "FrostFuel Berry Blitz energy drink can"},
{
id: "citrus-shock", name: "FrostFuel Citrus Shock", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368213930-dbeff59a.png?_wi=2", imageAlt: "FrostFuel Citrus Shock energy drink can"},
id: "citrus-shock", name: "FrostFuel Citrus Shock", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368213930-dbeff59a.png", imageAlt: "FrostFuel Citrus Shock energy drink can"},
{
id: "tropical-freeze", name: "FrostFuel Tropical Freeze", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368211910-e1022f97.png?_wi=2", imageAlt: "FrostFuel Tropical Freeze energy drink can"},
id: "tropical-freeze", name: "FrostFuel Tropical Freeze", price: "39,00 NOK", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOleZuww3BxgYtY3uiCXnYj2Ul/a-high-resolution-render-of-the-frostfue-1774368211910-e1022f97.png", imageAlt: "FrostFuel Tropical Freeze energy drink can"},
];
const partnerLogos = [
@@ -69,6 +69,7 @@ const StorePage = () => {
textboxLayout="default"
useInvertedBackground={true}
logos={partnerLogos}
names={["Esports Team Alpha", "Fitness Hub", "Tech Innovate", "Gaming Collective", "Event Agency Pulse", "Nutrition Pro", "Streaming Platform"]}
ariaLabel="Social proof section with partner logos"
/>
</div>