From 1b6a12d3fda3d8ddf94d9af188ef6ed3eea531ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 23:14:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee818da..f9af3ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1