From 920e485a1353a9f7a824f044f59b422c9b23d95b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:51:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fc0941b..a1cd5ec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1429,4 +1429,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 30f5d6b87db30eefa835b3b68f44e7d4c914fca7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:51:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09fe0d3..d798b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { ctaTitle="קבע הזמנה או שאל שאלות" ctaDescription="צור קשר ישירות עם צוות השמש. אנחנו כאן כדי להתשובות לכל השאלות שלך ולהבטיח חוויה מושלמת." ctaIcon={Phone} - ctaButton={{ text: "התקשר עכשיו", href: "#" }} + ctaButton={{ text: "הזמן פיצה טרייה עכשיו", href: "#" }} useInvertedBackground={false} animationType="slide-up" faqs={[ @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1