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