Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Store Info",
|
||||
items: [
|
||||
title: "Store Info", items: [
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:03177774647",
|
||||
},
|
||||
label: "Phone", href: "tel:03177774647"},
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours", href: "#"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com/?q=15-C+13th+Lane+Khayaban-e-Bukhari+DHA+Karachi"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://foodpanda.pk",
|
||||
},
|
||||
label: "Order Online", href: "https://foodpanda.pk"},
|
||||
{
|
||||
label: "Delivery",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery", href: "#"},
|
||||
{
|
||||
label: "Special Orders",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Special Orders", href: "/contact"},
|
||||
{
|
||||
label: "Customer Support",
|
||||
href: "tel:03177774647",
|
||||
},
|
||||
label: "Customer Support", href: "tel:03177774647"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user