From 294f611af11235a687e43359829df4d968157da8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:10:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3bb51a..267f5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,9 @@ export default function LandingPage() { { type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "About us"}, ]} + buttons={[ + { text: "View Our Standards", href: "#services" } + ]} /> -- 2.49.1