diff --git a/public/images/cloudhero.webp b/public/images/cloudhero.webp new file mode 100644 index 0000000..20ec4dc Binary files /dev/null and b/public/images/cloudhero.webp differ diff --git a/public/images/cloudhero2.webp b/public/images/cloudhero2.webp new file mode 100644 index 0000000..e33da84 Binary files /dev/null and b/public/images/cloudhero2.webp differ diff --git a/public/images/k82.png b/public/images/k82.png new file mode 100644 index 0000000..8d5e1c7 Binary files /dev/null and b/public/images/k82.png differ diff --git a/src/pages/cloud/CloudPage.tsx b/src/pages/cloud/CloudPage.tsx index 20c8246..2623ab4 100644 --- a/src/pages/cloud/CloudPage.tsx +++ b/src/pages/cloud/CloudPage.tsx @@ -7,12 +7,14 @@ import { CloudGettingStarted } from './CloudGettingStarted' import { CloudUseCases } from './CloudUseCases' import { SecurityPillars } from './SecurityPillars' import { CloudCTA } from './CloudCTA' +import { CloudHeroNew } from './CloudHeroNew' export default function CloudPage() { return ( <> + - + diff --git a/src/pages/home/HomeSlider.tsx b/src/pages/home/HomeSlider.tsx index 24507e1..4e5b313 100644 --- a/src/pages/home/HomeSlider.tsx +++ b/src/pages/home/HomeSlider.tsx @@ -1,7 +1,7 @@ "use client"; import { Carousel, Card } from "@/components/ui/apple-cards-carousel"; -import { H3, P } from "@/components/Texts"; +import { H3, P , Eyebrow} from "@/components/Texts"; export function HomeSlider() { const cards = data.map((card) => ( @@ -11,8 +11,11 @@ export function HomeSlider() { return (
+ + Ecosystem +

- Discover the Mycelium Ecosystem + Discover the Mycelium Components