File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 16
16
class: " bg-base-100 text-primary-content"
17
17
}
18
18
})
19
+
20
+ useSeoMeta ({
21
+ title: " AbandonTech" ,
22
+ ogTitle: " AbandonTech" ,
23
+ description: " Empowering Businesses Through Technology" ,
24
+ ogDescription: " Empowering Businesses Through Technology" ,
25
+ ogImage: " /img/logoVerticalColor.svg" ,
26
+ twitterCard: " summary_large_image" ,
27
+ themeColor: " #1A67D7"
28
+ })
19
29
</script >
Original file line number Diff line number Diff line change 9
9
<p class =" text-lg lg:w-10/12 text-center mt-4 md:mt-12 lg:mt-0 mx-auto" >{{ props.description }}</p >
10
10
<div class =" flex flex-col lg:flex-row gap-4 items-center justify-center" >
11
11
<NuxtLink :to =" props.internalLink" ><button type =" button" class =" btn btn-md w-64 lg:w-28 xl:w-44 2xl:w-48 btn-primary" >Learn More</button ></NuxtLink >
12
- <NuxtLink :to =" props.externalLink" target =" _blank" rel =" noreferrer" ><button type =" button" class =" btn btn-md w-64 lg:w-44 xl:w-44 2xl:w-48 btn-outline" >{{ props.title }} <font-awesome-icon icon =" fa-solid fa-arrow-up-right-from-square" /></button ></NuxtLink >
12
+ <ClientOnly >
13
+ <NuxtLink :to =" props.externalLink" target =" _blank" rel =" noreferrer" ><button type =" button" class =" btn btn-md w-64 lg:w-44 xl:w-44 2xl:w-48 btn-outline" >{{ props.title }} <font-awesome-icon icon =" fa-solid fa-arrow-up-right-from-square" /></button ></NuxtLink >
14
+ </ClientOnly >
13
15
</div >
14
16
15
17
</div >
You can’t perform that action at this time.
0 commit comments