diff --git a/src/app/page.tsx b/src/app/page.tsx index e4455bf..f408979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,7 @@ export default function LandingPage() { button={{ text: "Book Now", href: "#book-now"}} brandName="Tips & Tails" + className="text-2xl font-bold" /> @@ -220,4 +221,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}