Update src/app/page.tsx

This commit is contained in:
2026-04-23 21:41:59 +00:00
parent b0bbe10340
commit 3d6c6dd96f

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "plain"}}
title="Flavor in Every Province"
title="Gourmet Meals Delivered to Your Province"
description="We bring high-quality, authentic food and drinks from our kitchen to your doorstep, no matter where you are in the province."
tag="Delivered Nationwide"
buttons={[
@@ -212,4 +212,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}