Added About Page

This commit is contained in:
2025-09-18 17:41:24 +10:00
parent 3a5f5ff0b7
commit ee1436c6f0
12 changed files with 161 additions and 8 deletions

View File

@@ -33,9 +33,9 @@
<p>Dr Edgy was founded by two close friends who met travelling in North Korea. Both of us love adventure travel with a bit of luxury. One of us is even an actual doctor.</p>
<p>You are in safe hands.</p>
<EdgyButton classes="btn-primary">
<Link href="/about">
<ButtonLink href="/about">
GET TO KNOW US
</Link>
</ButtonLink>
</EdgyButton>
</div>
</div>
@@ -149,7 +149,7 @@ import { ref } from 'vue'
import EdgyButton from "@/components/dredgy/EdgyButton.vue";
import SectionContainer from "@/components/dredgy/SectionContainer.vue";
import SectionTitle from "@/components/dredgy/SectionTitle.vue";
import {Link} from "@inertiajs/vue3";
import ButtonLink from "@/components/dredgy/ButtonLink.vue";
const isVisible = ref(false)