diff --git a/public/images/maps-and-flags.png b/public/images/maps-and-flags.png
new file mode 100644
index 0000000..7d051f2
Binary files /dev/null and b/public/images/maps-and-flags.png differ
diff --git a/src/app/book-a-table/ContactContent.tsx b/src/app/book-a-table/ContactContent.tsx
index 756b0fb..95a30b7 100644
--- a/src/app/book-a-table/ContactContent.tsx
+++ b/src/app/book-a-table/ContactContent.tsx
@@ -324,19 +324,20 @@ export default function ContactContent() {
+
+
-
-
-
-
Location
-
1187 Fischer-Hallman Rd #435, Kitchener, ON N2E 4H9
-
- 1860 Appleby Line, Burlington, ON L7L 7H7
-
-
-
-
{/* Map */}
diff --git a/src/app/book-a-table/contact.module.css b/src/app/book-a-table/contact.module.css
index 8ad8e65..8131ab5 100644
--- a/src/app/book-a-table/contact.module.css
+++ b/src/app/book-a-table/contact.module.css
@@ -252,7 +252,7 @@
font-family: var(--font-playfair);
font-size: var(--subheading-size);
color: #5d4037;
- margin-bottom: 0.3rem;
+ margin-bottom: 10px;
font-weight: 600;
}
diff --git a/src/components/Catering/Catering.module.css b/src/components/Catering/Catering.module.css
index a85ead6..d11f48e 100644
--- a/src/components/Catering/Catering.module.css
+++ b/src/components/Catering/Catering.module.css
@@ -84,13 +84,13 @@
right: 0;
/* slightly off-grid right alignment if desired, or keep flush */
background-color: #1a1a1af2;
- padding: 20px 30px;
+ padding: 20px 20px;
display: flex;
align-items: center;
gap: 15px;
z-index: 10;
text-decoration: none;
- max-width: 320px;
+ max-width: 370px;
border-left: 5px solid #c49c5c;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
@@ -129,6 +129,7 @@
font-weight: 800;
color: var(--color-gold);
font-family: var(--font-heading);
+ white-space: nowrap;
}
.image {
@@ -193,7 +194,7 @@
.middleContentRow {
display: grid;
grid-template-columns: 1.1fr 1fr;
-
+
gap: 20px;
margin-bottom: 40px;
}
@@ -292,7 +293,7 @@
.sliderdots {
display: flex;
gap: 8px;
- margin-top: auto;
+ margin-top: 5px;
z-index: 3;
position: relative;
}
@@ -349,14 +350,14 @@
}
@media (max-width: 1025px) and (min-width: 992px) {
-
+
.middleContentRow {
- display: grid;
- grid-template-columns: 2fr;
-
- gap: 20px;
- margin-bottom: 40px;
-}
+ display: grid;
+ grid-template-columns: 2fr;
+
+ gap: 20px;
+ margin-bottom: 40px;
+ }
}
@@ -416,7 +417,7 @@
top: 20px;
right: 0;
left: auto;
- max-width: 250px;
+ max-width: 305px;
padding: 15px;
}
diff --git a/src/components/Catering/Catering.tsx b/src/components/Catering/Catering.tsx
index 75dd1d5..d584ff7 100644
--- a/src/components/Catering/Catering.tsx
+++ b/src/components/Catering/Catering.tsx
@@ -40,24 +40,63 @@ const VenueIcon = () => (
)
-const PhoneIcon = () => (
+const FamilyIcon = () => (
+
+)
+
+const BirthdayIcon = () => (
+
+)
+
+const BabyIcon = () => (
+
+)
+
+const WeddingIcon = () => (
+
+)
+
+const MailIcon = () => (
)
const testimonials = [
{
id: 1,
- text: "Refined presentation, authentic flavours, and smooth execution made our event memorable."
+ text: "The service was seamless and the presentation was excellent. Antalya’s catering added a refined touch and authentic flavours to our event."
},
{
id: 2,
- text: "Exceptional taste and thoughtful service impressed every guest and elevated the entire dining experience."
+ text: "Beautifully prepared dishes, professional coordination, and warm hospitality. Our guests truly enjoyed every part of the experience."
},
{
id: 3,
- text: "Beautifully prepared dishes paired with attentive service created an elegant and enjoyable celebration."
+ text: "From planning to execution, everything was handled perfectly. The food was outstanding and left a lasting impression on everyone."
}
]
@@ -126,13 +165,13 @@ export default function Catering() {
{/* 3. Floating Call Widget (Clickable) */}
-