diff --git a/src/App.tsx b/src/App.tsx index 735123a..50dfe48 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ import TestimonialMetricsCards from '@/components/sections/testimonial/Testimoni export default function App() { return ( - <> +
- +
); } \ No newline at end of file diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index de8cb8c..d857d62 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -59,19 +59,19 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => { <>