diff --git a/public/images/cloudhero.webp b/public/images/cloudhero.webp new file mode 100644 index 00000000..20ec4dc2 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 00000000..e33da840 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 00000000..8d5e1c74 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 20c82463..2623ab49 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 24507e1f..4e5b313c 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