From f0c52adb1d7fe671eaffd8f832803e155ba31dc0 Mon Sep 17 00:00:00 2001 From: Shryansh Date: Wed, 1 Jan 2025 23:07:48 +0530 Subject: [PATCH 1/4] fixes build errors --- components/ai-cloud-lab-section.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ai-cloud-lab-section.tsx b/components/ai-cloud-lab-section.tsx index 0a02f32..dbd75af 100644 --- a/components/ai-cloud-lab-section.tsx +++ b/components/ai-cloud-lab-section.tsx @@ -1,7 +1,6 @@ 'use client' import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" -import { BarChart3, Layers, ArrowRightLeft } from 'lucide-react' import swapIcon from "@/app/assets/swap.png" import reduceCostIcon from "@/app/assets/reduce-cost.png" import easyUseIcon from "@/app/assets/easy-use.png" From 515f1474cec09a505cc5412102675bbc11eb111f Mon Sep 17 00:00:00 2001 From: Shryansh Date: Thu, 2 Jan 2025 09:58:21 +0530 Subject: [PATCH 2/4] fixes cards responsiveness --- components/advisors-section.tsx | 4 ++-- components/team-section.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/advisors-section.tsx b/components/advisors-section.tsx index 34dcc79..e0c39fc 100644 --- a/components/advisors-section.tsx +++ b/components/advisors-section.tsx @@ -33,9 +33,9 @@ export default function AdvisorsSection() {

Our Advisors

-
+
{advisors.map((advisor, index) => ( - +
{team.map((member, index) => ( - + Date: Thu, 2 Jan 2025 10:04:35 +0530 Subject: [PATCH 3/4] removes aicloudlab branding --- app/page.tsx | 4 ++-- components/{ai-cloud-lab-section.tsx => featuresSection.tsx} | 4 ++-- components/hero-section.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename components/{ai-cloud-lab-section.tsx => featuresSection.tsx} (93%) diff --git a/app/page.tsx b/app/page.tsx index 3053bb9..f263c1b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,7 @@ import Header from "@/components/header" import Footer from "@/components/footer" import HeroSection from "@/components/hero-section" -import AICloudLabSection from "@/components/ai-cloud-lab-section" +import FeaturesSection from "@/components/featuresSection" import TeamSection from "@/components/team-section" import AdvisorsSection from "@/components/advisors-section" import ContactSection from "@/components/contact-section" @@ -13,7 +13,7 @@ export default function Home() {
- + diff --git a/components/ai-cloud-lab-section.tsx b/components/featuresSection.tsx similarity index 93% rename from components/ai-cloud-lab-section.tsx rename to components/featuresSection.tsx index dbd75af..0514378 100644 --- a/components/ai-cloud-lab-section.tsx +++ b/components/featuresSection.tsx @@ -5,7 +5,7 @@ import swapIcon from "@/app/assets/swap.png" import reduceCostIcon from "@/app/assets/reduce-cost.png" import easyUseIcon from "@/app/assets/easy-use.png" import Image from "next/image" -export default function AICloudLabSection() { +export default function FeaturesSection() { const features = [ // { // icon: Code, @@ -30,7 +30,7 @@ export default function AICloudLabSection() { ] return ( -
+

diff --git a/components/hero-section.tsx b/components/hero-section.tsx index 63a436a..0ccae31 100644 --- a/components/hero-section.tsx +++ b/components/hero-section.tsx @@ -27,7 +27,7 @@ export default function HeroSection() {

From a70895268fb08048076e175a06935b21e525c05b Mon Sep 17 00:00:00 2001 From: Shryansh Date: Mon, 6 Jan 2025 20:48:16 +0530 Subject: [PATCH 4/4] changes atomInfraLogo --- components/header.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/components/header.tsx b/components/header.tsx index cf9cd5b..fca0284 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -4,6 +4,7 @@ import Link from "next/link"; import { Github, Linkedin } from "lucide-react"; import { GiHamburgerMenu } from "react-icons/gi"; import { RxCross2 } from "react-icons/rx"; +import Image from "next/image"; export default function Header() { const [menuOpen, setMenuOpen] = useState(false); @@ -82,9 +83,22 @@ export default function Header() { return (
- - AtomInfra - +
+ Atom Infra Logo +
+ tom Infra +
+