From 5b4a548fa2d13d796b77cdfc45db801219ae0bac Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:27:39 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa293d0..f693fed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,10 @@ export default function LandingPage() { }, ]} brandName="The Edge" + button={{ + text: "Book Now", + href: "#contact", + }} /> -- 2.49.1 From 88713cc92964464fc74935c0568b01c09b5695b5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:27:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 320 ++++++++++++++--------------------------------- 1 file changed, 94 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f693fed..80a3214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Scissors, Sparkles, User } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -26,239 +27,106 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1