import AnimatedSvgBackground from '@components/AnimatedSvBackground'; import Navbar from '@components/layout/Navbar'; import Footer from '@components/layout/Footer'; import CookieBanner from '@components/common/CookieBanner'; import HeroSection from '@features/landing/HeroSection'; import EngagementsSection from '@features/landing/EngagementsSection'; import AegisSection from '@features/landing/AegisSection'; import SectorsSection from '@features/landing/SectorsSection'; import ComparativeSection from '@features/landing/ComparativeSection'; import ContactSection from '@features/landing/ContactSection'; export default function GiseLandingPage() { return (
); }