Compare commits
4 Commits
version_23
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e662cb231 | |||
| 684c38217b | |||
| fbf51f0ca4 | |||
| af96eeb04a |
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Menu", href: "/menu" },
|
{ label: "Menu", href: "/menu" },
|
||||||
{ label: "Gallery", href: "/gallery" },
|
{ label: "Gallery", href: "/gallery" },
|
||||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Order & Contact",
|
title: "Order & Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Order Online", href: "/order" },
|
{ label: "Order Online", href: "/order" },
|
||||||
{ label: "Call Us", href: "tel:2397850423" },
|
{ label: "Call Us", href: "tel:2397850423" },
|
||||||
{ label: "Locations & Hours", href: "/locations" },
|
{ label: "Locations & Hours", href: "/locations" },
|
||||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect With Us",
|
title: "Connect With Us", items: [
|
||||||
items: [
|
|
||||||
{ label: "Facebook", href: "https://facebook.com/caribbeanflair" },
|
{ label: "Facebook", href: "https://facebook.com/caribbeanflair" },
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Privacy Policy", href: "#privacy" },
|
{ label: "Privacy Policy", href: "#privacy" },
|
||||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Located In",
|
title: "Located In", items: [
|
||||||
items: [
|
|
||||||
{ label: "801 Leeland Heights Blvd W", href: "#map" },
|
{ label: "801 Leeland Heights Blvd W", href: "#map" },
|
||||||
{ label: "Lehigh Acres, FL 33936", href: "#map" },
|
{ label: "Lehigh Acres, FL 33936", href: "#map" },
|
||||||
{ label: "Open Until 9PM", href: "/locations" },
|
{ label: "Open Until 9PM", href: "/locations" },
|
||||||
@@ -74,9 +70,7 @@ export default function ContactPage() {
|
|||||||
brandName="Caribbean Flair"
|
brandName="Caribbean Flair"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "/order"}}
|
||||||
href: "/order",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -89,13 +83,9 @@ export default function ContactPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call (239) 785-0423",
|
text: "Call (239) 785-0423", href: "tel:2397850423"},
|
||||||
href: "tel:2397850423",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Us Today",
|
text: "Visit Us Today", href: "/order"},
|
||||||
href: "/order",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -103,21 +93,15 @@ export default function ContactPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "phone-contact",
|
id: "phone-contact", title: "Call Us Directly", description: "Speak with our team for custom orders, catering, or any questions about our authentic Caribbean menu.", media: {
|
||||||
title: "Call Us Directly",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg?_wi=4"},
|
||||||
description: "Speak with our team for custom orders, catering, or any questions about our authentic Caribbean menu.",
|
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-getting-coffee_23-2149663609.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
text: "(239) 785-0423",
|
text: "(239) 785-0423"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
text: "Available until 9PM",
|
text: "Available until 9PM"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
@@ -134,13 +118,9 @@ export default function ContactPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Order Online Now",
|
text: "Order Online Now", href: "/order"},
|
||||||
href: "/order",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Full Menu",
|
text: "View Full Menu", href: "/menu"},
|
||||||
href: "/menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -148,21 +128,15 @@ export default function ContactPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "location-details",
|
id: "location-details", title: "Lehigh Acres, Florida", description: "Experience premium Caribbean fusion at our convenient Lehigh Acres location. Fresh-grilled authentic island cuisine made with love and expertise.", media: {
|
||||||
title: "Lehigh Acres, Florida",
|
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=8"},
|
||||||
description: "Experience premium Caribbean fusion at our convenient Lehigh Acres location. Fresh-grilled authentic island cuisine made with love and expertise.",
|
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=8",
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
text: "801 Leeland Heights Blvd W",
|
text: "801 Leeland Heights Blvd W"},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
text: "Daily Service Until 9PM",
|
text: "Daily Service Until 9PM"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
@@ -181,4 +155,4 @@ export default function ContactPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
|||||||
{ label: "Order Online", href: "/order-now" },
|
{ label: "Order Online", href: "/order-now" },
|
||||||
{ label: "Call Us", href: "tel:2397850423" },
|
{ label: "Call Us", href: "tel:2397850423" },
|
||||||
{ label: "Locations & Hours", href: "#footer" },
|
{ label: "Locations & Hours", href: "#footer" },
|
||||||
{ label: "Contact", href: "#footer" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user