diff --git a/src/app/page.tsx b/src/app/page.tsx index 12a2191..9162ae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { ArrowRight, Calendar } from 'lucide-react'; +import { ArrowRight, Calendar, Save } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -37,7 +37,8 @@ export default function LandingPage() { ]} brandName="We Haul It All" button={{ - text: "Schedule Service", href: "#contact"}} + text: "Save", onClick: () => console.log("Saving...") + }} /> @@ -169,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file