diff --git a/src/pages/HomePage/sections/Accommodation.tsx b/src/pages/HomePage/sections/Accommodation.tsx index 9bba2c6..4720060 100644 --- a/src/pages/HomePage/sections/Accommodation.tsx +++ b/src/pages/HomePage/sections/Accommodation.tsx @@ -4,39 +4,43 @@ import React from 'react'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import Button from "@/components/ui/Button"; export default function AccommodationSection(): React.JSX.Element { return ( -
+
- + +
+
); diff --git a/src/pages/HomePage/sections/Experiences.tsx b/src/pages/HomePage/sections/Experiences.tsx index ec23092..b3860ce 100644 --- a/src/pages/HomePage/sections/Experiences.tsx +++ b/src/pages/HomePage/sections/Experiences.tsx @@ -4,60 +4,64 @@ import React from 'react'; import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import Button from "@/components/ui/Button"; export default function ExperiencesSection(): React.JSX.Element { return ( -
+
- + +
+
);