Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:55:57 +00:00
parent 98291b7217
commit 87dba77ebe

View File

@@ -72,6 +72,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Who Are the MAD Brothers?"
text="We are two brothers with an insatiable passion for authentic Mexican street food, fueled by countless adventures through the vibrant taquerias and bustling markets of Mexico. Frustrated by the lack of genuine Mexican flavors in Lithuania, we decided to bring the true taste of Mexico to our homeland. We believe in bold flavors, fresh ingredients, and a touch of madness in every dish!"
/>
</div>
@@ -296,4 +297,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}