Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 23:14:21 +00:00

View File

@@ -116,13 +116,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "face-1", name: "Female Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png", imageAlt: "Generated AI Face Female"
id: "face-1", name: "Female Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png?_wi=1", imageAlt: "Generated AI Face Female"
},
{
id: "face-2", name: "Male Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png", imageAlt: "Generated AI Face Male"
id: "face-2", name: "Male Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png?_wi=2", imageAlt: "Generated AI Face Male"
},
{
id: "face-3", name: "Diverse Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png", imageAlt: "Generated AI Face Diverse"
id: "face-3", name: "Diverse Portrait 1", price: "$0", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxMqqSPJG1UjwDwL2o6mEvtkpg/a-grid-gallery-displaying-12-beautifully-1773530023876-639b8d67.png?_wi=3", imageAlt: "Generated AI Face Diverse"
}
]}
/>