diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 621d285..b93ca02 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,8 +33,8 @@ export default function ContactPage() { { name: "Performance", id: "#performance" }, { name: "Services", id: "#services" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" } + { name: "Projects", id: "/projects" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Request a Quote", href: "/contact" @@ -92,4 +92,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2695c52..2b558f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,6 +199,7 @@ export default function LandingPage() { onSubmit={(email) => console.log("Newsletter subscribed:", email)} centered={true} className="py-24" + useInvertedBackground={false} />
diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 2e3045f..5f0c8cf 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -32,8 +32,8 @@ export default function ProjectsPage() { { name: "Performance", id: "#performance" }, { name: "Services", id: "#services" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" } + { name: "Projects", id: "/projects" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Request a Quote", href: "/contact" @@ -89,4 +89,4 @@ export default function ProjectsPage() {
); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 636c6da..471a785 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube } from "lucide-react"; +import { Truck, Settings, Wrench, Box, Snowflake, BusFront, Ambulance, DraftingCompass, Layers, Monitor, Share2, Globe, ClipboardCheck, ShipWheel, FileText, Package2, Scale, Phone, HardHat, Computer, GraduationCap, CalendarCheck, RefreshCw, Linkedin, Facebook, Instagram, Youtube, ShieldCheck } from "lucide-react"; export default function ServicesPage() { return ( @@ -25,15 +25,15 @@ export default function ServicesPage() {