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