4 Commits

Author SHA1 Message Date
bd7698bad0 Merge version_2 into main
Merge version_2 into main
2026-04-03 15:32:38 +00:00
f233a26b49 Update src/app/page.tsx 2026-04-03 15:32:32 +00:00
39b2c4f976 Merge version_1 into main
Merge version_1 into main
2026-04-03 15:30:44 +00:00
f69ff1b61a Merge version_1 into main
Merge version_1 into main
2026-04-03 15:30:15 +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>
);
}
}