added changes
This commit is contained in:
commit
4bf42f6fea
@ -348,7 +348,7 @@ function DashboardContent() {
|
|||||||
<div className="flex-1 p-8 flex flex-col items-center justify-center max-w-3xl mx-auto w-full">
|
<div className="flex-1 p-8 flex flex-col items-center justify-center max-w-3xl mx-auto w-full">
|
||||||
{messages.length === 0 ? (
|
{messages.length === 0 ? (
|
||||||
<>
|
<>
|
||||||
<WelcomeHeader name={userName} version="v1.0 - Launching ALMAZE" />
|
<WelcomeHeader name={userName} version="v1.0 - Launching SOVIRO" />
|
||||||
<p className="text-gray-500 text-center mb-8 max-w-lg">
|
<p className="text-gray-500 text-center mb-8 max-w-lg">
|
||||||
Ready to help you with your tasks and questions.
|
Ready to help you with your tasks and questions.
|
||||||
</p>
|
</p>
|
||||||
|
@ -62,7 +62,7 @@ export default function Header() {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Features", href: "features", isExternal: false },
|
{ name: "Features", href: "features", isExternal: false },
|
||||||
{ name: "Tokenomics", href: "tokenomics", isExternal: false },
|
{ name: "Tokenomics", href: "tokenomics", isExternal: false },
|
||||||
{ name: "Docs", href: "https://almaze.gitbook.io/docs/", isExternal: true },
|
{ name: "Docs", href: "https://sovirolabs.gitbook.io/docs/", isExternal: true },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -177,7 +177,7 @@ export default function Header() {
|
|||||||
|
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<motion.a
|
<motion.a
|
||||||
href="https://x.com/almaze_ai"
|
href="https://x.com/soviro_labs"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
whileHover={{ scale: 1.05 }}
|
whileHover={{ scale: 1.05 }}
|
||||||
|
@ -188,7 +188,7 @@ export default function RoadmapSection() {
|
|||||||
|
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<Link
|
<Link
|
||||||
href={"https://x.com/almaze_ai"}
|
href={"https://x.com/soviro_labs"}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="px-4 h-[42px] border border-white/25 rounded-md flex justify-center items-center gap-2.5 text-sm font-medium text-white"
|
className="px-4 h-[42px] border border-white/25 rounded-md flex justify-center items-center gap-2.5 text-sm font-medium text-white"
|
||||||
>
|
>
|
||||||
@ -208,7 +208,7 @@ export default function RoadmapSection() {
|
|||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href={"https://almaze.gitbook.io/docs"}
|
href={"https://sovirolabs.gitbook.io/docs"}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="px-4 h-[42px] border border-white/25 rounded-md flex justify-center items-center gap-2.5 text-sm font-medium text-white"
|
className="px-4 h-[42px] border border-white/25 rounded-md flex justify-center items-center gap-2.5 text-sm font-medium text-white"
|
||||||
>
|
>
|
||||||
|
@ -29,7 +29,11 @@ export default function TokenomicsSection() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
|
<<<<<<< HEAD
|
||||||
color: "#1D9BF0",
|
color: "#1D9BF0",
|
||||||
|
=======
|
||||||
|
color: "#1D9BF0",
|
||||||
|
>>>>>>> 7add64fb2b805f603127c21f1d6ba4f12e69594b
|
||||||
title: "TEAM ALLOCATIONS",
|
title: "TEAM ALLOCATIONS",
|
||||||
percentage: "2%",
|
percentage: "2%",
|
||||||
content: {
|
content: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user