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