Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad10e63237 | |||
| 15272dc54a | |||
| 0d3f3e154a |
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Convenience at Your Doorstep"
|
title="Convenience at Your Doorstep"
|
||||||
description="Proudly serving the Gainesville community with a wide selection of groceries, student essentials, and local goods."
|
description="Proudly serving the Gainesville community with a wide selection of groceries, student essentials, and local goods."
|
||||||
|
buttons={[{ text: "Explore Products", href: "#products" }]}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{ title: "Locally Owned", description: "Serving Gator nation since day one." },
|
{ title: "Locally Owned", description: "Serving Gator nation since day one." },
|
||||||
{ title: "Student Friendly", description: "Open late for all your study fuel needs." },
|
{ title: "Student Friendly", description: "Open late for all your study fuel needs." },
|
||||||
@@ -167,4 +168,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user