2 Commits

Author SHA1 Message Date
e51b7a42b4 Switch to version 3: modified src/app/page.tsx 2026-05-30 22:11:09 +00:00
54f4ce149e Merge version_4 into main
Merge version_4 into main
2026-05-30 22:08:24 +00:00

View File

@@ -218,6 +218,7 @@ export default function LandingPage() {
tag="Get in Touch" tag="Get in Touch"
title="Visit Us or Reach Out Today" title="Visit Us or Reach Out Today"
description="We're here to help with all your grocery needs. Stop by our store in Chicago or give us a call!" description="We're here to help with all your grocery needs. Stop by our store in Chicago or give us a call!"
imageAlt="Exterior view of Arakan Brothers Grocery Store LLC"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="left" mediaPosition="left"
inputPlaceholder="Leave a message for us" inputPlaceholder="Leave a message for us"
@@ -243,4 +244,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }