diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dfb0902..bf6a0e5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,133 +2,44 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Clock, Mail, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b54effd..729180d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,159 +2,50 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Camera, MapPin, Star } from "lucide-react"; -export default function LandingPage() { +export default function GalleryPage() { return ( - - - - -
- -
- - + + +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 53de058..3edc071 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,349 +2,81 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { CheckCircle, Shield, Star } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Shield, CheckCircle, Star, Zap, Wrench, Search, Maximize } from "lucide-react"; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 91bcc7c..b78538b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,160 +2,50 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Award, Calendar, Users } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file