feat: AcfPhone

This commit is contained in:
2026-03-30 13:59:40 -04:00
parent edb3797f81
commit 1367ee2bb1
5 changed files with 24 additions and 4 deletions

View File

@@ -3,12 +3,13 @@ const { data: siteOptions } = await useSiteOptions();
</script>
<template>
<footer class="links:link-prose bg-muted">
<footer v-if="siteOptions" class="bg-muted links:link-underline">
<div class="container py-3">
<AcfSocial
:social="siteOptions?.social"
:social="siteOptions.social"
class="flex items-center gap-1.5 links:link-opacity"
></AcfSocial>
<AcfPhone :phone="siteOptions.phoneNumber" link></AcfPhone>
</div>
<SiteFooterBottom />
</footer>