diff --git a/src/app/page.tsx b/src/app/page.tsx index 1948049..45162ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -42,7 +42,7 @@ export default function LandingPage() { "}, + id: "contact-1", title: "Name *", content: "" + }, { - id: "contact-2", title: "Phone Number *", content: ""}, + id: "contact-2", title: "Phone Number *", content: "" + }, { - id: "contact-3", title: "Email *", content: ""}, + id: "contact-3", title: "Email *", content: "" + }, { - id: "contact-4", title: "Message", content: ""}, + id: "contact-4", title: "Message", content: "" + }, ]} useInvertedBackground={false} animationType="slide-up" @@ -197,7 +219,8 @@ export default function LandingPage() { { label: "Phone", href: "tel:096114-94141" }, { label: "Email", href: "mailto:info@thecaffeinebar.com" }, { - label: "Location", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru"}, + label: "Location", href: "https://maps.google.com/?q=The+Caffeine+Baar+JP+Nagar+Bengaluru" + }, { label: "Reservations", href: "#contact" }, ], },