From d76fb8f0b621b341816e4888276d7de0d02b287b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:36 +0000 Subject: [PATCH 1/6] Update src/app/animals/page.tsx --- src/app/animals/page.tsx | 153 ++++++++++++--------------------------- 1 file changed, 48 insertions(+), 105 deletions(-) diff --git a/src/app/animals/page.tsx b/src/app/animals/page.tsx index 7eea5be..9191e58 100644 --- a/src/app/animals/page.tsx +++ b/src/app/animals/page.tsx @@ -6,6 +6,7 @@ import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -22,114 +23,56 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 3108077ce52f7c0ba0e35e5935e45338d1a0bc11 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:36 +0000 Subject: [PATCH 2/6] Update src/app/food/page.tsx --- src/app/food/page.tsx | 146 ++++++++++++++---------------------------- 1 file changed, 49 insertions(+), 97 deletions(-) diff --git a/src/app/food/page.tsx b/src/app/food/page.tsx index aa5d3cc..aff6bf8 100644 --- a/src/app/food/page.tsx +++ b/src/app/food/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Utensils } from "lucide-react"; +import { Utensils, Coffee, Trees, Droplets, Flower } from "lucide-react"; export default function LandingPage() { return ( @@ -23,105 +23,57 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 5a6d885670709d12a9231cfe60b77c83803f7352 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:37 +0000 Subject: [PATCH 3/6] Update src/app/goals/page.tsx --- src/app/goals/page.tsx | 120 ++++++++++++++--------------------------- 1 file changed, 41 insertions(+), 79 deletions(-) diff --git a/src/app/goals/page.tsx b/src/app/goals/page.tsx index 57244de..408b1ad 100644 --- a/src/app/goals/page.tsx +++ b/src/app/goals/page.tsx @@ -22,88 +22,50 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 85ea9e1c72f92952690788e2f3e889da76f6a0fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:37 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 297 ++++++++++++++--------------------------------- 1 file changed, 90 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f10b20..b5ddee7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,219 +26,102 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 2ef68bd82af4ac748a85bd14005d139412090bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:37 +0000 Subject: [PATCH 5/6] Update src/app/rides/page.tsx --- src/app/rides/page.tsx | 146 ++++++++++++++--------------------------- 1 file changed, 49 insertions(+), 97 deletions(-) diff --git a/src/app/rides/page.tsx b/src/app/rides/page.tsx index acf84db..dddf435 100644 --- a/src/app/rides/page.tsx +++ b/src/app/rides/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { ShieldCheck } from "lucide-react"; +import { ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -23,105 +23,57 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From a645735876bb96431ef46057f492e866d069e998 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 20:28:38 +0000 Subject: [PATCH 6/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 148 +++++++++++++----------------------------- 1 file changed, 45 insertions(+), 103 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a03e15f..99cc25a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -22,112 +22,54 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1