2 Commits

Author SHA1 Message Date
1d416bc83f Update src/app/page.tsx 2026-01-03 12:51:17 +00:00
dfecdd8ced Update src/app/layout.tsx 2026-01-03 12:51:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1279,4 +1279,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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>
); );
} }