From 06bf8347b9e2bf88686ee1ebc67432cc9ab59ea8 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 09:25:40 +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 8c5863f..ebc873d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From cd2fa22afe39a55881bfc15148e9f09dcedf3995 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 09:25:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7779bde..359da37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,10 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground="invertDefault" showRating={true} + buttons={[ + { text: "Join Our Community", href: "#contact" }, + { text: "Start Your Journey", href: "#features" } + ]} testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahbakes", testimonial: "This program completely changed how I approach layer practice. My precision improved dramatically within just three weeks!", rating: 5, @@ -185,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file