Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-12 18:53:30 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="FOODIE"
brandName="Alwadi"
/>
</div>
@@ -153,10 +153,10 @@ 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>
</ThemeProvider>
);
}
}