Update src/app/page.tsx

This commit is contained in:
2026-04-21 14:53:09 +00:00
parent 21a21b90cc
commit 4eba042bf2

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
title="Fresh from Our Farm to Your Door"
title="Get Farm-Fresh Organic Produce Delivered Weekly to Your Door"
description="We grow seasonal, organic produce with love and sustainable practices, ensuring your family eats only the best. Discover the true taste of nature."
tag="Certified Organic"
mediaItems={[
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}