diff --git a/src/app/page.tsx b/src/app/page.tsx index 8014e31..9ce5e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,40 +1,39 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, CheckCircle, Droplet, Shield, Snowflake, Thermometer, TrendingUp, Users, Wrench, Zap } from 'lucide-react'; +import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import { Award, CheckCircle, Droplet, Thermometer, Zap, Snowflake, Shield, Wrench, Users, TrendingUp } from "lucide-react"; -export default function LandingPage() { +export default function Home() { return ( @@ -45,7 +44,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "Schedule Service", href: "#contact" }, - { text: "Get Free Quote", href: "#contact" } + { text: "Get Free Quote", href: "#contact" }, ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-outdoor-swimming-pool_74190-12022.jpg" @@ -56,44 +55,6 @@ export default function LandingPage() { /> -
- -
-
+
+ +
+
); -} \ No newline at end of file +}