From a3a5cd73c9b75bd4c0621d7f684d22fd097ba4b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 178 +++++++++++++---------------------------- 1 file changed, 56 insertions(+), 122 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f6ee08b..dfe2bbf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,135 +7,69 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 2473f6571460adfb46f13d85abc8a8f5a16b3399 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:09 +0000 Subject: [PATCH 2/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 179 ++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 121 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 894143f..e94664f 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,134 +7,71 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -export default function LandingPage() { +export default function MenuPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 11444fb0527efa06b8da80b25fad45c0dac8aa93 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:09 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 407 ++++++++++++----------------------------------- 1 file changed, 105 insertions(+), 302 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5efe708..9f0a5c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,310 +16,113 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="soft" + 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 9e52b3445b0e68577437631c1373da38b9617f52 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:51:10 +0000 Subject: [PATCH 4/4] Update src/app/subscriptions/page.tsx --- src/app/subscriptions/page.tsx | 183 ++++++++++----------------------- 1 file changed, 57 insertions(+), 126 deletions(-) diff --git a/src/app/subscriptions/page.tsx b/src/app/subscriptions/page.tsx index d269272..1950143 100644 --- a/src/app/subscriptions/page.tsx +++ b/src/app/subscriptions/page.tsx @@ -7,139 +7,70 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -export default function LandingPage() { +export default function SubscriptionsPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1