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" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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" > - + -
- -
+
+ +
-
- -
+
+ +
- +
);