diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8e89625..64e914e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -54,7 +54,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) { diff --git a/src/app/page.tsx b/src/app/page.tsx index 5938626..ef796a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,6 +123,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground="invertDefault" animationType="slide-up" + buttons={[ + { text: "Book Your Free Consultation", href: "contact" } + ]} metrics={[ { id: "1", value: "500+", title: "Clients Trained", description: "Successful transformations across Toronto", imageSrc: "https://img.b2bpic.net/free-photo/closeup-businessman-using-laptop-lunch-break_637285-8692.jpg", imageAlt: "Community of trained fitness clients"