From 9aa52943e26129ae09a1634a5d79ed27f98ec2cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:39:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 87 +++++++++++----------------------------- 1 file changed, 23 insertions(+), 64 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 713a040..02c1d71 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Call Now", - href: "tel:03177774647", - }} + text: "Call Now", href: "tel:03177774647"}} animateOnLoad={true} /> @@ -48,25 +46,17 @@ export default function ContactPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-buying-food-supermarket_342744-1107.jpg?_wi=5", - imageAlt: "Springs Store Premium Interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-buying-food-supermarket_342744-1107.jpg", imageAlt: "Springs Store Premium Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/leeks-other-vegetables_1398-2253.jpg?_wi=4", - imageAlt: "Fresh Produce & Imported Products", - }, + imageSrc: "http://img.b2bpic.net/free-photo/leeks-other-vegetables_1398-2253.jpg", imageAlt: "Fresh Produce & Imported Products"}, ]} rating={5} - ratingText: "Available Mon-Sun, 8am-10pm" + ratingText="Available Mon-Sun, 8am-10pm" buttons={[ { - text: "Call Us Now", - href: "tel:03177774647", - }, + text: "Call Us Now", href: "tel:03177774647"}, { - text: "Get Directions", - href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi", - }, + text: "Get Directions", href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi"}, ]} mediaAnimation="slide-up" tagAnimation="slide-up" @@ -80,13 +70,9 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Call Store", - href: "tel:03177774647", - }, + text: "Call Store", href: "tel:03177774647"}, { - text: "Order on Foodpanda", - href: "https://foodpanda.pk", - }, + text: "Order on Foodpanda", href: "https://foodpanda.pk"}, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -97,66 +83,39 @@ export default function ContactPage() {