Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 828d9d14f6 | |||
| ed692b0107 | |||
| 6cf7f2fc4a |
@@ -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: "#"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user