diff --git a/src/app/learn-more/integrations/page.tsx b/src/app/learn-more/integrations/page.tsx new file mode 100644 index 0000000..c238c9e --- /dev/null +++ b/src/app/learn-more/integrations/page.tsx @@ -0,0 +1,101 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import TextAbout from "@/components/sections/about/TextAbout"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import { Zap } from "lucide-react"; + +export default function LearnMoreIntegrations() { + return ( + + + +
+ +
+ +
+ +
+ +
+ window.open("https://mail.google.com/mail/u/0/#inbox?compose=CllgCKCJDpcNVLgLjnmzlfjhpdVpzlhHMczkBTgTPMlCJWbKpnvxftQMXCJXsLrmzvsghmMqHjV", "_blank") } + ]} + buttonAnimation="slide-up" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} + /> +
+ + +
+ ); +} \ No newline at end of file