diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index edf0c4e..76341ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,24 +7,28 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp export default function AboutPage() { return ( - + - -
+ +
); -} +} \ No newline at end of file diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 74c6e60..7264ff1 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -7,28 +7,32 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function BookingPage() { return ( - + - -
+ +
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0a0ba96..2c0a62d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,28 +7,32 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function ContactPage() { return ( - + - -
+ +
); -} +} \ No newline at end of file diff --git a/src/app/garden/page.tsx b/src/app/garden/page.tsx index 7995032..087f8ae 100644 --- a/src/app/garden/page.tsx +++ b/src/app/garden/page.tsx @@ -7,17 +7,22 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; export default function GardenPage() { return ( - + - + -
+ /> +
+
+ - + -
+ /> +
+