Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 07:23:09 +00:00
parent 78e493a92f
commit 4d84d3d491

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About Us", href: "/about" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: +27 11 234 5678", href: "tel:+27112345678" },
{ label: "Email: hello@villaLaraza.com", href: "mailto:hello@villaLaraza.com" },
{ label: "Address: 4 Vredenhof Rd, Mulbarton", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Reservation Policy", href: "#" },
@@ -53,7 +50,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -76,7 +73,7 @@ export default function ContactPage() {
{ text: "Call: +27 11 234 5678", href: "tel:+27112345678" },
{ text: "Email Us", href: "mailto:hello@villaLaraza.com" },
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -91,24 +88,16 @@ export default function ContactPage() {
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Call Us",
description: "+27 11 234 5678 - Available for reservations and inquiries",
icon: Phone,
title: "Call Us", description: "+27 11 234 5678 - Available for reservations and inquiries", icon: Phone,
},
{
title: "Email Us",
description: "hello@villaLaraza.com - We respond within 2 hours during business hours",
icon: Mail,
title: "Email Us", description: "hello@villaLaraza.com - We respond within 2 hours during business hours", icon: Mail,
},
{
title: "Visit Us",
description: "4 Vredenhof Rd, Mulbarton, Johannesburg South - Open 7 days a week",
icon: MapPin,
title: "Visit Us", description: "4 Vredenhof Rd, Mulbarton, Johannesburg South - Open 7 days a week", icon: MapPin,
},
{
title: "Hours",
description: "Mon-Thu: 5PM-11PM | Fri-Sat: 5PM-12AM | Sun: 5PM-10PM",
icon: Phone,
title: "Hours", description: "Mon-Thu: 5PM-11PM | Fri-Sat: 5PM-12AM | Sun: 5PM-10PM", icon: Phone,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"