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 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 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 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: () => {} }} />