Merge version_2 into main #5
@@ -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