From f72f0d63d01522136737b58f1628eb3b5a7ed758 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:32:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 206 +++++++++-------------------------------------- 1 file changed, 36 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2ad16..564abb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -136,42 +69,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "ChatGPT", - price: "AI Intelligence", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g&_wi=2", - }, - { - id: "p2", - name: "Perplexity", - price: "Answer Engine", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j3o92p", - }, - { - id: "p3", - name: "Google AI", - price: "Knowledge Base", - imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-logo-collection_23-2148907527.jpg", - }, - { - id: "p4", - name: "Coming Soon", - price: "More Integrations", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-coding-developers-logo_23-2148809440.jpg", - }, - { - id: "p5", - name: "Coming Soon", - price: "More Integrations", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qub8ej", - }, - { - id: "p6", - name: "Coming Soon", - price: "More Integrations", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-63785.jpg", - }, + { id: "p1", name: "ChatGPT", price: "AI Intelligence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g" }, + { id: "p2", name: "Perplexity", price: "Answer Engine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j3o92p" }, + { id: "p3", name: "Google AI", price: "Knowledge Base", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-logo-collection_23-2148907527.jpg" }, + { id: "p4", name: "Coming Soon", price: "More Integrations", imageSrc: "http://img.b2bpic.net/free-vector/gradient-coding-developers-logo_23-2148809440.jpg" }, + { id: "p5", name: "Coming Soon", price: "More Integrations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qub8ej" }, + { id: "p6", name: "Coming Soon", price: "More Integrations", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-63785.jpg" }, ]} title="Search has changed. Have you?" description="If you don't answer the questions, someone else will." @@ -193,29 +96,14 @@ export default function LandingPage() {
@@ -246,29 +126,15 @@ export default function LandingPage() {