Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 16:40:40 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="shotby.schad"
description="Seamless booking platform for photographers. Schedule your perfect session in minutes with our intuitive appointment system. Real-time availability, instant confirmations, and hassle-free reservations."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Booking", href: "#pricing" },
{ text: "Learn More", href: "#about" }