diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b82ee6..37dc8a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="circleGradient" + background="aurora" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Explore Our Experiences", href: "#experiences" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754962.jpg" imageAlt="The Haunted Bergen House exterior at dusk" frameStyle="card" @@ -131,13 +131,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "1", name: "Wedding Ceremonies & Receptions", price: "Custom Pricing", variant: "Capacity: 50-200 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=1", imageAlt: "Event venue setup" + id: "1", name: "Wedding Ceremonies & Receptions", price: "Custom Pricing", variant: "Capacity: 50-200 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Event venue setup" }, { - id: "2", name: "Corporate Events & Retreats", price: "Custom Pricing", variant: "Capacity: 30-150 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=2", imageAlt: "Corporate gathering space" + id: "2", name: "Corporate Events & Retreats", price: "Custom Pricing", variant: "Capacity: 30-150 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Corporate gathering space" }, { - id: "3", name: "Themed Celebrations & Parties", price: "Custom Pricing", variant: "Capacity: 20-100 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg?_wi=3", imageAlt: "Celebration venue" + id: "3", name: "Themed Celebrations & Parties", price: "Custom Pricing", variant: "Capacity: 20-100 guests", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Celebration venue" } ]} gridVariant="three-columns-all-equal-width"