Update src/app/page.tsx

This commit is contained in:
2026-05-12 18:53:27 +00:00
parent b6b9780b17
commit 1e0f5606b6

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="FOODIE"
brandName="Alwadi"
/>
</div>
@@ -153,7 +153,7 @@ export default function LandingPage() {
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
logoText="FOODIE"
logoText="Alwadi"
/>
</div>
</ReactLenis>