2 Commits

Author SHA1 Message Date
15272dc54a Update src/app/page.tsx 2026-04-17 05:28:26 +00:00
0d3f3e154a Merge version_2 into main
Merge version_2 into main
2026-04-17 05:27:47 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}