From f8c1b14dee7dbdb2002c3c8ea3e8c5bdd8c0a004 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:14:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a743af..51f400c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function CortiCafePage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -41,16 +41,18 @@ export default function CortiCafePage() { @@ -143,7 +154,7 @@ export default function CortiCafePage() { tag="Get in Touch" title="Ready for Your Perfect Coffee?" description="Contact us to place an order, ask questions, or just to say hello. We're located in PECHS Block 2 and ready to serve you." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Contact Us" @@ -170,7 +181,8 @@ export default function CortiCafePage() { title: "Contact Info", items: [ { label: "Phone: +92 331 2226784", href: "tel:+923312226784" }, { - label: "Address: 11-B Nursery, PECHS", href: "https://maps.google.com/?q=11-B+Nursery,+Shahra-e-Faisal,+PECHS+Block+2,+Karachi"}, + label: "Address: 11-B Nursery, PECHS", href: "https://maps.google.com/?q=11-B+Nursery,+Shahra-e-Faisal,+PECHS+Block+2,+Karachi" + }, { label: "Email: info@corticafe.com", href: "mailto:info@corticafe.com" }, ], }, -- 2.49.1