Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "https://example.com/get-started" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "View Our Work", href: "#portfolio" },
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
{ text: "Schedule Consultation", href: "https://example.com/consultation" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -227,8 +227,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "#" },
|
||||
{ text: "Schedule Consultation", href: "#" }
|
||||
{ text: "Start Your Project", href: "https://example.com/start-project" },
|
||||
{ text: "Schedule Consultation", href: "https://example.com/consultation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user