Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
|
||||||
import { MapPin, Compass, Trees, Home } from "lucide-react";
|
import { MapPin, Compass, Trees, Home } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -26,6 +25,7 @@ export default function AboutPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ export default function BlogPage() {
|
|||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "Why Us", id: "why-us" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,25 +60,25 @@ export default function BlogPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Tree Removal", href: "tree-removal" },
|
{ label: "Tree Removal", href: "/services" },
|
||||||
{ label: "Tree Trimming", href: "tree-trimming" },
|
{ label: "Tree Trimming", href: "/services" },
|
||||||
{ label: "Emergency Service", href: "emergency-service" },
|
{ label: "Emergency Service", href: "/services" },
|
||||||
{ label: "Storm Cleanup", href: "tree-removal" }
|
{ label: "Storm Cleanup", href: "/services" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Reviews", href: "reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
{ label: "Service Area", href: "services" },
|
{ label: "Service Area", href: "/services" },
|
||||||
{ label: "Contact", href: "contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
||||||
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
||||||
{ label: "Available 24/7", href: "contact" }
|
{ label: "Available 24/7", href: "/contact" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
|
||||||
import { Phone } from "lucide-react";
|
import { Phone } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -25,6 +24,7 @@ export default function ContactPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
import { Shield, Award, Star, DollarSign, AlertCircle, Wrench, CheckCircle, MapPin, Phone, MessageSquare } from "lucide-react";
|
||||||
import { Shield, Award, Star, DollarSign, AlertCircle, Wrench, CheckCircle, MapPin, Phone, Compass, Trees, Home, MessageSquare } from "lucide-react";
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
@@ -30,6 +29,7 @@ export default function HomePage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
|
||||||
import { MessageSquare } from "lucide-react";
|
import { MessageSquare } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -26,6 +25,7 @@ export default function ReviewsPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
@@ -26,6 +25,7 @@ export default function ServicesPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Catamount Tree Service"
|
brandName="Catamount Tree Service"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Reviews", id: "/reviews" },
|
{ name: "Reviews", id: "/reviews" },
|
||||||
|
|||||||
@@ -205,25 +205,25 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Tree Removal", href: "tree-removal" },
|
{ label: "Tree Removal", href: "/services" },
|
||||||
{ label: "Tree Trimming", href: "tree-trimming" },
|
{ label: "Tree Trimming", href: "/services" },
|
||||||
{ label: "Emergency Service", href: "emergency-service" },
|
{ label: "Emergency Service", href: "/services" },
|
||||||
{ label: "Storm Cleanup", href: "tree-removal" }
|
{ label: "Storm Cleanup", href: "/services" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Reviews", href: "reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
{ label: "Service Area", href: "services" },
|
{ label: "Service Area", href: "/services" },
|
||||||
{ label: "Contact", href: "contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
||||||
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
||||||
{ label: "Available 24/7", href: "contact" }
|
{ label: "Available 24/7", href: "/contact" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -89,25 +89,25 @@ export default function ShopPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Tree Removal", href: "tree-removal" },
|
{ label: "Tree Removal", href: "/services" },
|
||||||
{ label: "Tree Trimming", href: "tree-trimming" },
|
{ label: "Tree Trimming", href: "/services" },
|
||||||
{ label: "Emergency Service", href: "emergency-service" },
|
{ label: "Emergency Service", href: "/services" },
|
||||||
{ label: "Storm Cleanup", href: "tree-removal" }
|
{ label: "Storm Cleanup", href: "/services" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Reviews", href: "reviews" },
|
{ label: "Reviews", href: "/reviews" },
|
||||||
{ label: "Service Area", href: "services" },
|
{ label: "Service Area", href: "/services" },
|
||||||
{ label: "Contact", href: "contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
||||||
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
||||||
{ label: "Available 24/7", href: "contact" }
|
{ label: "Available 24/7", href: "/contact" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user