3 Commits

Author SHA1 Message Date
828d9d14f6 Update src/app/page.tsx 2026-06-03 21:51:15 +00:00
ed692b0107 Merge version_1 into main
Merge version_1 into main
2026-06-03 21:48:37 +00:00
6cf7f2fc4a Merge version_1 into main
Merge version_1 into main
2026-06-03 21:47:49 +00:00

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
userIcon: User, userIcon: User,
exchanges: [ 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."}, 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: [ title: "Support", items: [
{ {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "#faq"}
{
label: "Help Center", href: "#"},
{
label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}
@@ -308,4 +304,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }