4 Commits

Author SHA1 Message Date
083d0ac1e4 Update src/app/page.tsx 2026-01-03 13:12:04 +00:00
ceb0c8116b Update src/app/page.tsx 2026-01-03 13:07:26 +00:00
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 5 additions and 5 deletions

View File

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

View File

@@ -66,12 +66,12 @@ export default function LandingPage() {
{ {
icon: Award, icon: Award,
label: "Years of Excellence", label: "Years of Excellence",
value: "29" value: "30"
}, },
{ {
icon: ChefHat, icon: ChefHat,
label: "Master Chefs", label: "Master Chefs",
value: "8" value: "20"
}, },
{ {
icon: Heart, icon: Heart,
@@ -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>
); );
} }