diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index d8228ee..bea9a2a 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -371,7 +371,7 @@ function DashboardContent() { {}} /> @@ -445,7 +445,7 @@ function DashboardContent() { className="text-center" > -

+

Agents

-

- 4 AGENTS POWERING ALMAZE +

+ 4 AGENTS POWERING SOVIRO

- Meet the core agents driving ALMAZE + Meet the core agents driving SOVIRO

diff --git a/app/home/CTABox.tsx b/app/home/CTABox.tsx index 34162ff..4415247 100644 --- a/app/home/CTABox.tsx +++ b/app/home/CTABox.tsx @@ -30,7 +30,7 @@ export default function CTABox() { transition={{ duration: 0.5, delay: 0.25 }} viewport={{ once: true }} - className="relative p-16 bg-[#1DA2FF] rounded-2xl overflow-hidden" + className="relative p-16 bg-[#F3BA2F] rounded-2xl overflow-hidden" >

@@ -40,7 +40,7 @@ export default function CTABox() {

- The autoagentic AGI. Almaze is a self-evolving AGI made of agents + The autoagentic AGI. Soviro is a self-evolving AGI made of agents that collaborate, and build new agents
as needed, in order to complete tasks for a user.

diff --git a/app/home/FeaturesSection.tsx b/app/home/FeaturesSection.tsx index 8d903b8..179efa8 100644 --- a/app/home/FeaturesSection.tsx +++ b/app/home/FeaturesSection.tsx @@ -25,13 +25,13 @@ export default function FeaturesSection() { > @@ -57,21 +57,21 @@ export default function FeaturesSection() { > @@ -209,19 +209,19 @@ export default function FeaturesSection() { > @@ -286,19 +286,19 @@ export default function FeaturesSection() { viewport={{ once: true }} className="mx-auto container max-w-[1128px] px-8 flex flex-col items-center" > -

+

Features

-

+

- ALMAZE IS LOADED WITH FEATURES + Soviro IS LOADED WITH FEATURES

- Discover the powerful features that make Almaze your ultimate AI companion.
- From problem-solving to system optimization, explore what Almaze can do for you. + Discover the powerful features that make Soviro your ultimate AI companion.
+ From problem-solving to system optimization, explore what Soviro can do for you.

@@ -312,7 +312,7 @@ export default function FeaturesSection() { {hoveredIndex === idx && (
{feature.icon} @@ -337,7 +337,7 @@ export default function FeaturesSection() {

{feature.title}

-
+

{feature.description}

diff --git a/app/home/Header.tsx b/app/home/Header.tsx index f1fc0f8..aa5aacb 100644 --- a/app/home/Header.tsx +++ b/app/home/Header.tsx @@ -94,7 +94,7 @@ export default function Header() { > scrollToSection(item.href)} className={`relative py-1.5 px-2 rounded-md text-sm font-medium text-[#001A2C] transition-colors duration-200 ${ - activeSection === item.href ? "text-[#1DA2FF]" : "" + activeSection === item.href ? "text-[#F3BA2F]" : "" }`} whileHover={{ scale: 1.05 }} transition={{ type: "spring", stiffness: 400, damping: 10 }} @@ -124,7 +124,7 @@ export default function Header() { {item.name} {activeSection === item.href && ( - Try Almaze{" "} + Try Soviro{" "} @@ -128,7 +128,7 @@ export default function HeroSection() { viewport={{ once: true }} className="mb-6 text-lg font-medium text-center text-[#001A2C]" > - The autoagentic AGI. Almaze is a self-evolving AGI made of agents that + The autoagentic AGI. Soviro is a self-evolving AGI made of agents that collaborate, and build new agents
as needed, in order to complete tasks for a user. @@ -141,8 +141,8 @@ export default function HeroSection() { className="mb-14 flex items-center gap-4" >
-

- {greeting}, {name} + {greeting}, {name}

diff --git a/components/chat/sidebar/StarredChat.tsx b/components/chat/sidebar/StarredChat.tsx index b8a848b..5fe12c6 100644 --- a/components/chat/sidebar/StarredChat.tsx +++ b/components/chat/sidebar/StarredChat.tsx @@ -55,7 +55,7 @@ export const SidebarHeader = ({ onNewChat, logo }: SidebarHeaderProps) => ( diff --git a/public/assets/images/agents-section-1.png b/public/assets/images/agents-section-1.png index e81fcac..78a0bb6 100644 Binary files a/public/assets/images/agents-section-1.png and b/public/assets/images/agents-section-1.png differ diff --git a/public/assets/images/agents-section-2.png b/public/assets/images/agents-section-2.png new file mode 100644 index 0000000..e81fcac Binary files /dev/null and b/public/assets/images/agents-section-2.png differ diff --git a/public/assets/images/brand/logo.svg b/public/assets/images/brand/logo.svg index e4c7ee1..8d36f76 100644 --- a/public/assets/images/brand/logo.svg +++ b/public/assets/images/brand/logo.svg @@ -1,15 +1,14 @@ - - - - - + + + - - - + + + + + + + - - - diff --git a/public/assets/images/brand/logo1.svg b/public/assets/images/brand/logo1.svg new file mode 100644 index 0000000..e4c7ee1 --- /dev/null +++ b/public/assets/images/brand/logo1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/assets/logo/landing-logo-blue.png b/public/assets/logo/landing-logo-blue.png index ac13663..962b992 100644 Binary files a/public/assets/logo/landing-logo-blue.png and b/public/assets/logo/landing-logo-blue.png differ diff --git a/public/assets/logo/landing-logo-blue1.png b/public/assets/logo/landing-logo-blue1.png new file mode 100644 index 0000000..ac13663 Binary files /dev/null and b/public/assets/logo/landing-logo-blue1.png differ