Update app/dashboard/page.tsx
This commit is contained in:
parent
9ddf4e0bda
commit
7a8c09c202
@ -372,31 +372,31 @@ function DashboardContent() {
|
||||
Icon={Compass}
|
||||
label="COMPASS"
|
||||
color="#1DA2FF"
|
||||
onClick={() => {}}
|
||||
onClick={() => setInput("How Almaze actually works?")}
|
||||
/>
|
||||
<IntegrationButton
|
||||
Icon={Landmark}
|
||||
label="ARCHITECT"
|
||||
color="#FFBA17"
|
||||
onClick={() => {}}
|
||||
onClick={() => setInput("Help me design a learning path for becoming a full-stack developer")}
|
||||
/>
|
||||
<IntegrationButton
|
||||
Icon={Wrench}
|
||||
label="TOOLSMITH"
|
||||
color="#FF5C3D"
|
||||
onClick={() => {}}
|
||||
onClick={() => setInput("What tools and resources would you recommend for learning data science?")}
|
||||
/>
|
||||
<IntegrationButton
|
||||
Icon={ScanSearch}
|
||||
label="SCOUT"
|
||||
color="#9700F4"
|
||||
onClick={() => {}}
|
||||
onClick={() => setInput("What are the latest trends in artificial intelligence and machine learning?")}
|
||||
/>
|
||||
<IntegrationButton
|
||||
Icon={Computer}
|
||||
label="TECHSAGE"
|
||||
color="#8FBC8F"
|
||||
onClick={() => {}}
|
||||
onClick={() => setInput("Create an HTML/CSS template for a responsive portfolio website")}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user