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