From 828d9d14f6febe405a9a873b44f38d3036a2b59f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:51:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0cda62..daefbee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { userIcon: User, exchanges: [ { - userMessage: "What's the latest in quantum computing?", aiResponse: "Searching the web... Quantum computing continues to advance rapidly, with breakthroughs in entanglement stability and error correction being recent highlights. Companies like IBM and Google are leading the charge..."}, + userMessage: "What's the latest in quantum computing?", aiResponse: "Searching the web... Quantum computing continues to advance rapidly, with breakthroughs in entanglement stability and error correction being recent highlights. Companies like IBM and Google are leading the charge."}, { userMessage: "What is the capital of France?", aiResponse: "The capital of France is Paris."}, ], @@ -294,11 +294,7 @@ export default function LandingPage() { { title: "Support", items: [ { - label: "FAQ", href: "#faq"}, - { - label: "Help Center", href: "#"}, - { - label: "Terms of Service", href: "#"}, + label: "FAQ", href: "#faq"} ], }, ]} @@ -308,4 +304,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1