2025-12-07 19:36:56 +01:00
< script setup >
useHead ( {
meta : [ { name : 'viewport' , content : 'width=device-width, initial-scale=1' } ] ,
link : [ { rel : 'icon' , href : '/favicon.ico' } ] ,
htmlAttrs : {
lang : 'en' ,
} ,
} ) ;
2025-12-07 21:27:23 +01:00
const title = 'Tímmál - Privacy-First Time Tracking' ;
2025-12-07 19:36:56 +01:00
const description =
2025-12-07 21:27:23 +01:00
'Track time spent on tickets, generate Excel-compatible reports, and streamline your work report workflow. Built for developers and consultants who value privacy and accuracy.' ;
2025-12-07 19:36:56 +01:00
useSeoMeta ( {
title ,
description ,
ogTitle : title ,
ogDescription : description ,
twitterCard : 'summary_large_image' ,
} ) ;
< / script >
< template >
2025-12-07 21:27:23 +01:00
< NuxtLayout >
< NuxtPage / >
< / NuxtLayout >
2025-12-07 19:36:56 +01:00
< / template >