Update src/app/page.tsx

This commit is contained in:
2026-05-12 21:46:16 +00:00
parent 45da1098cb
commit eda46e5883

View File

@@ -69,6 +69,7 @@ export default function LandingPage() {
{
type: "image", src: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-tomatoes_23-2147782453.jpg", alt: "chef preparing authentic kebab"},
]}
buttons={[{ text: "Explore Our Story", href: "#" }]}
/>
</div>
@@ -244,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}