From 019be254e50c2c064e82809af19852418f892f6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:32:24 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 152 ++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 93 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da084b7..1b3688e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,109 +8,75 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Facebook, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 09b215deff7c2bae02a58fdb7bee9cdd25c6352b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:32:24 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 130 ++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 78 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6913b0b..aa3fbfd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,94 +8,68 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Facebook, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From e07bbe112320d87535db73e81c6c4d775ddc250f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:32:25 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 185 ++++++++++++++---------------------------- 1 file changed, 63 insertions(+), 122 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3754eef..f893f87 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,138 +8,79 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Facebook, Instagram } from "lucide-react"; -export default function LandingPage() { +export default function MenuPage() { return ( - + - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 43b56f5e9740763f9689a8b8779e74c04aab8f2b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:32:25 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++++++++------------------------------- 1 file changed, 100 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 213db1b..4330dcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Facebook, Instagram } from "lucide-react"; +import { Facebook, Instagram, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -17,218 +17,113 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" 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