2 Commits

Author SHA1 Message Date
34d3a25640 Update src/app/page.tsx 2026-03-04 06:29:01 +00:00
6d34f289fe Merge version_1 into main
Merge version_1 into main
2026-03-03 20:18:15 +00:00

View File

@@ -158,7 +158,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Start a Project", href: "https://example.com/contact" }, { text: "Book a Design Consultation", href: "https://example.com/contact" },
{ text: "Schedule a Call", href: "https://calendly.com/example" }, { text: "Schedule a Call", href: "https://calendly.com/example" },
]} ]}
/> />