diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 81e93d8..e18b406 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Contact K H Food Today" description="Have questions about our services or ready to place an order? We're here to help and available 24/7 for all your food supply needs." - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} buttonText="Send Message" inputPlaceholder="Enter your email or phone" @@ -57,10 +57,7 @@ export default function ContactPage() {