Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-03 15:32:39 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
<FooterBase
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#products" }, { label: "Experience", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Google Maps", href: "https://maps.google.com" }] }
{ title: "Social", items: [{ label: "Instagram: @fact.kwt", href: "https://instagram.com/fact.kwt" }, { label: "Google Maps", href: "https://maps.google.com" }] }
]}
logoText="FACT"
copyrightText="© 2025 Fact Specialty Coffee. Kuwait."
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}