From 5a157bfa5bcca7941fd2add04c22d2409458606b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 10:37:38 +0000 Subject: [PATCH 1/6] Bob AI: fix build error in src/app/about/page.tsx --- src/app/about/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 63d368f..6179b2b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,6 +9,13 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( Date: Fri, 27 Mar 2026 10:37:58 +0000 Subject: [PATCH 2/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 120 +++++++++++++---------------------------- 1 file changed, 38 insertions(+), 82 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6179b2b..9109e1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,98 +2,54 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From fde4df738c3186e0939efc074cc72bfb764e708c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:37:59 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 160 ++++++++++++++------------------------- 1 file changed, 57 insertions(+), 103 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 43a940f..82795f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,116 +7,70 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 52af2248a67037d6cd1b82d1c19458f83140caec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:37:59 +0000 Subject: [PATCH 4/6] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 128 ++++++++++++++----------------------------- 1 file changed, 42 insertions(+), 86 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index ae5e4b2..3684e4f 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -6,99 +6,55 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function FaqPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 81dfdf44d31c9d1f2ff179d3ae78a13af1493ec0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:37:59 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 170 ++++++++++++++++------------------------------- 1 file changed, 56 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ebfe92..b357ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,122 +13,64 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- - - - + +
+ +
+ +
); -} +} \ No newline at end of file -- 2.49.1 From 01f854e16359ce40ba8d226197b727ccf369f9b1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:38:00 +0000 Subject: [PATCH 6/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 135 +++++++++++++----------------------------- 1 file changed, 40 insertions(+), 95 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8ddf7e5..c45bc65 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,108 +6,53 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function ShopPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1