Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f798ba086 | |||
| 1a4e8abfa8 | |||
| ad7295be79 | |||
| 8995a8726a | |||
| 0bf4a865c9 |
@@ -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...")
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user