diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..a4ef965 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,113 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import { Sparkles } from "lucide-react"; + +export default function ContactPage() { + return ( + + + + +
+ +
+ +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f8cbf6a..58f3a14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,7 @@ 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 FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -33,11 +31,11 @@ export default function LandingPage() { @@ -62,9 +60,9 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Explore Services", href: "#services"}, + text: "Explore Services", href: "/services"}, { - text: "Get a Free Quote", href: "#contact"}, + text: "Get a Free Quote", href: "/contact"}, ]} buttonAnimation="slide-up" mediaItems={[ @@ -73,13 +71,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/girl-meadow-with-laptop_1398-1406.jpg", imageAlt: "Well-maintained lawn with vibrant flowers"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Contemporary outdoor patio seating area"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-forest-landscape-autumn-leaves-beauty-abounds-generated-by-ai_24911-72433.jpg", imageAlt: "Water feature in a tranquil garden"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/many-pots-with-variety-plants-interior-room_169016-17840.jpg", imageAlt: "Colorful flower bed planting design"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-large-plants-leaves-forest_181624-3383.jpg", imageAlt: "Newly planted trees and shrubs"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", imageAlt: "Contemporary outdoor patio seating area"} ]} mediaAnimation="opacity" /> @@ -104,30 +96,6 @@ export default function LandingPage() { /> -
- -
-
-
- -
-