From 15272dc54a0de66898351230ca0a0cb1b6f32237 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:28:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d2e457..31b1f65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Convenience at Your Doorstep" description="Proudly serving the Gainesville community with a wide selection of groceries, student essentials, and local goods." + buttons={[{ text: "Explore Products", href: "#products" }]} bulletPoints={[ { title: "Locally Owned", description: "Serving Gator nation since day one." }, { title: "Student Friendly", description: "Open late for all your study fuel needs." }, @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1