Added About Page
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user