Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-03 21:51:19 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}