Update src/app/page.tsx

This commit is contained in:
2026-05-30 22:08:21 +00:00
parent 46188b2975
commit ab7fbbd33c

View File

@@ -218,7 +218,6 @@ export default function LandingPage() {
tag="Get in Touch"
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!"
imageAlt="Exterior view of Arakan Brothers Grocery Store LLC"
mediaAnimation="opacity"
mediaPosition="left"
inputPlaceholder="Leave a message for us"
@@ -244,4 +243,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}