Update src/app/experts/page.tsx

This commit is contained in:
2026-03-08 10:36:39 +00:00
parent 5bfc94fcf5
commit 2ebb7d3488

View File

@@ -52,19 +52,19 @@ export default function ExpertsPage() {
id: "1",
name: "Bronze Tier",
price: "$49-99",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png?_wi=3",
},
{
id: "2",
name: "Silver Tier",
price: "$149-249",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png?_wi=4",
},
{
id: "3",
name: "Gold Tier",
price: "$399-699",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-grid-of-expert-profile-cards-showing-u-1772966136298-01a21557.png?_wi=5",
},
]}
gridVariant="bento-grid"
@@ -112,7 +112,7 @@ export default function ExpertsPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/an-illustration-of-a-person-or-customer--1772966133673-6c1bf3d6.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/an-illustration-of-a-person-or-customer--1772966133673-6c1bf3d6.png?_wi=3"
imageAlt="FAQ support illustration"
mediaAnimation="slide-up"
mediaPosition="left"