Update src/app/page.tsx

This commit is contained in:
2026-01-03 12:51:17 +00:00
parent dfecdd8ced
commit 1d416bc83f

View File

@@ -168,7 +168,7 @@ export default function LandingPage() {
ctaIcon={Phone}
ctaButton={{
text: "Reserve Table",
href: "https://www.example.com/reservation"
href: "https://itaaliapitsa.ee/klassikalised-pitsad/#"
}}
faqs={[
{
@@ -293,4 +293,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}