From 7cdfc50bee473d49bb9b105b318051a641eacde0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:50:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c81f966..beecc38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,8 @@ export default function LandingPage() { buttons={[ { text: "View Products", href: "#products"}, + { + text: "Request a Sample", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/milk-jug-with-green-label-cap-white-background_187299-46303.jpg" avatars={[ @@ -276,4 +278,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1