diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f314c28..234b54a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,14 +41,14 @@ export default function AboutPage() { @@ -113,4 +113,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 83d0c1d..f34676f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,10 +30,10 @@ export default function BlogPage() { brandName="Sky Tree Services" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact" } + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Reviews", id: "/reviews" }, + { name: "Contact", id: "/contact" } ]} bottomLeftText="Nashville, TN" bottomRightText="(615) 568-9651" @@ -48,8 +48,8 @@ export default function BlogPage() {
); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 478b23e..da4b493 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -38,26 +38,26 @@ export default function ContactPage() {
@@ -90,4 +90,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db3abd5..5712b84 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c0277f4..6ad63d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { AlertTriangle, Star, Users, Clock, CheckCircle, Leaf, Trophy, Phone, MapPin, Clock as ClockIcon } from 'lucide-react'; -import Link from 'next/link'; +import { AlertTriangle, Star, Users, Clock, CheckCircle, Leaf, Trophy, Phone, MapPin } from 'lucide-react'; export default function HomePage() { return ( @@ -42,9 +41,9 @@ export default function HomePage() {
@@ -62,13 +61,13 @@ export default function HomePage() {
@@ -106,10 +105,10 @@ export default function HomePage() { tag="EMERGENCY" tagIcon={AlertTriangle} title="Storm Damage? Fallen Tree? We're Available 24/7" - description="Don't wait—call now for immediate emergency tree removal and storm cleanup. Our crew responds fast to protect your property." + description="Call now for immediate emergency tree removal and cleanup." background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} - buttonText="CALL NOW: (615) 568-9651" + buttonText="CALL: (615) 568-9651" inputPlaceholder="Enter your phone number" />
@@ -119,13 +118,13 @@ export default function HomePage() { tag="What Sets Us Apart" tagIcon={Trophy} title="Why Choose Sky Tree Services" - description="With over two decades of expertise serving Nashville, we combine professional standards with fair pricing and a genuine commitment to customer satisfaction. Our Latino-owned family business prioritizes your safety, tree health, and peace of mind." + description="Family-owned business with 20+ years serving Nashville. Licensed, insured, and committed to your safety and satisfaction." metrics={[ - { value: "70+", title: "Satisfied Customer Reviews" }, + { value: "70+", title: "Customer Reviews" }, { value: "24/7", title: "Emergency Response" } ]} imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=3" - imageAlt="Our professional tree service team" + imageAlt="Our professional team" mediaAnimation="slide-up" metricsAnimation="slide-up" useInvertedBackground={false} @@ -136,12 +135,12 @@ export default function HomePage() {
@@ -151,9 +150,9 @@ export default function HomePage() { socialLinks={[ { icon: Phone, href: "tel:+16155689651", ariaLabel: "Call us" }, { icon: MapPin, href: "https://maps.google.com?q=3037+Runabout+Dr,+Nashville,+TN+37217", ariaLabel: "Visit our location" }, - { icon: ClockIcon, href: "#", ariaLabel: "Open 24 hours" } + { icon: Clock, href: "#", ariaLabel: "Open 24 hours" } ]} /> ); -} \ No newline at end of file +} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 66b8449..38c6aab 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -39,13 +39,13 @@ export default function ReviewsPage() {
@@ -93,14 +93,14 @@ export default function ReviewsPage() {
@@ -115,4 +115,4 @@ export default function ReviewsPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 17632da..bdf5169 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -38,9 +38,9 @@ export default function ServicesPage() {
@@ -72,28 +72,28 @@ export default function ServicesPage() {
@@ -108,4 +108,4 @@ export default function ServicesPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index de03b66..d003f5d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,10 +95,10 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Sky Tree Services" navItems={[ {name: "Home", id: "/"}, - {name: "Services", id: "services"}, - {name: "About", id: "about"}, - {name: "Reviews", id: "reviews"}, - {name: "Contact", id: "contact"}, + {name: "Services", id: "/services"}, + {name: "About", id: "/about"}, + {name: "Reviews", id: "/reviews"}, + {name: "Contact", id: "/contact"}, {name: "Shop", id: "/shop"} ]} bottomLeftText="Nashville, TN" @@ -145,10 +145,10 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Sky Tree Services" navItems={[ {name: "Home", id: "/"}, - {name: "Services", id: "services"}, - {name: "About", id: "about"}, - {name: "Reviews", id: "reviews"}, - {name: "Contact", id: "contact"}, + {name: "Services", id: "/services"}, + {name: "About", id: "/about"}, + {name: "Reviews", id: "/reviews"}, + {name: "Contact", id: "/contact"}, {name: "Shop", id: "/shop"} ]} bottomLeftText="Nashville, TN" @@ -202,10 +202,10 @@ function ProductPageContent({ params }: ProductPageProps) { brandName="Sky Tree Services" navItems={[ {name: "Home", id: "/"}, - {name: "Services", id: "services"}, - {name: "About", id: "about"}, - {name: "Reviews", id: "reviews"}, - {name: "Contact", id: "contact"}, + {name: "Services", id: "/services"}, + {name: "About", id: "/about"}, + {name: "Reviews", id: "/reviews"}, + {name: "Contact", id: "/contact"}, {name: "Shop", id: "/shop"} ]} bottomLeftText="Nashville, TN" @@ -263,4 +263,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5a2ccf1..2cbd387 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,10 +38,10 @@ function ShopPageContent() { brandName="Sky Tree Services" navItems={[ {name: "Home", id: "/"}, - {name: "Services", id: "services"}, - {name: "About", id: "about"}, - {name: "Reviews", id: "reviews"}, - {name: "Contact", id: "contact"}, + {name: "Services", id: "/services"}, + {name: "About", id: "/about"}, + {name: "Reviews", id: "/reviews"}, + {name: "Contact", id: "/contact"}, {name: "Shop", id: "/shop"} ]} bottomLeftText="Nashville, TN" @@ -87,10 +87,10 @@ function ShopPageContent() { brandName="Sky Tree Services" navItems={[ {name: "Home", id: "/"}, - {name: "Services", id: "services"}, - {name: "About", id: "about"}, - {name: "Reviews", id: "reviews"}, - {name: "Contact", id: "contact"}, + {name: "Services", id: "/services"}, + {name: "About", id: "/about"}, + {name: "Reviews", id: "/reviews"}, + {name: "Contact", id: "/contact"}, {name: "Shop", id: "/shop"} ]} bottomLeftText="Nashville, TN" @@ -131,4 +131,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}