From 8ecec013240ceb9d9a48b8864faf3560d887947d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:17:20 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 153 +++++++++++------------------------------ 1 file changed, 41 insertions(+), 112 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 316cb0e..5695d01 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Users, Target, Shield, CheckCircle, Star } from 'lucide-react'; +import { Star, CheckCircle, FileText, Clock, Users, Award, Building, TrendingUp } from 'lucide-react'; export default function AboutPage() { return ( @@ -25,134 +25,63 @@ export default function AboutPage() { - -
+
+ +
+
- -
+
- -
- +
- - ); } \ No newline at end of file -- 2.49.1 From 69c029912396bcc56ef0a68d3c465e8184f46c11 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:17:20 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 105 ++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 63 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 073ed8b..a250891 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ContactCenter from '@/components/sections/contact/ContactCenter'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Phone, Mail, MapPin, Clock } from 'lucide-react'; +import { Phone, Mail, MapPin, Clock, Calendar, MessageSquare, CheckCircle, Star } from 'lucide-react'; export default function ContactPage() { return ( @@ -25,87 +25,66 @@ export default function ContactPage() {
- -
+
- -
+
- -
+
- - + ); } \ No newline at end of file -- 2.49.1 From 45c5b7d7502d78afb8ef4877e273a14794477372 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:17:21 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 206 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 554eeb0..c89ba06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Star, CheckCircle, FileText, Clock, MessageSquare, DollarSign, Zap, Users } from 'lucide-react'; -import Link from 'next/link'; +import { Star, CheckCircle, FileText, Clock, MessageSquare, DollarSign, Zap, Users, Mail } from 'lucide-react'; export default function HomePage() { return ( @@ -31,46 +30,39 @@ export default function HomePage() {
-
-
-
-
- -
-
+
+ - - ); } \ No newline at end of file -- 2.49.1 From 9d0eab703071365ce9c0cee6c9efe0b2b688647e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 16:17:22 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 399b6f5..e77c715 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,6 +42,7 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Cart", onClick: () => {} }} />
@@ -88,6 +89,7 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ text: "Cart", onClick: () => {} }} />
-- 2.49.1