diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2dcc7c1..4361737 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,111 +2,77 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Calendar } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 4da101a..1270635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,201 +2,124 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);