diff --git a/public/images/home/popular-dish/popular-dish-1.webp b/public/images/home/popular-dish/popular-dish-1.webp index 0febfad..e4a4c1c 100644 Binary files a/public/images/home/popular-dish/popular-dish-1.webp and b/public/images/home/popular-dish/popular-dish-1.webp differ diff --git a/public/images/home/popular-dish/popular-dish-2.webp b/public/images/home/popular-dish/popular-dish-2.webp index f26a899..09bfed1 100644 Binary files a/public/images/home/popular-dish/popular-dish-2.webp and b/public/images/home/popular-dish/popular-dish-2.webp differ diff --git a/src/app/about-antalya-restaurant/about.module.css b/src/app/about-antalya-restaurant/about.module.css index 359b19d..de11f07 100644 --- a/src/app/about-antalya-restaurant/about.module.css +++ b/src/app/about-antalya-restaurant/about.module.css @@ -106,7 +106,7 @@ .text { font-size: 1.1rem; line-height: 1.8; - color: var(--color-alterparagraph) !important; + color: #441109 !important; margin-bottom: 1.5rem; opacity: 0.9; font-family: var(--font-lato); @@ -123,8 +123,8 @@ .menuButton { display: inline-block; padding: 15px 40px; - border: 2px solid #b07c4b; - color: var(--color-alterparagraph) !important; + border: 2px solid #441109; + color: #441109 !important; font-family: var(--font-lato); font-size: 1.1rem; text-transform: uppercase; @@ -136,8 +136,8 @@ } .menuButton:hover { - background-color: #c49c5c; - color: #fff; + background-color: #441109; + color: #F5E6D3 !important; } .smallHeading { @@ -202,7 +202,7 @@ .featureDesc { font-family: var(--font-lato); font-size: 1rem; - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.6; } @@ -269,7 +269,7 @@ line-height: 1.8; font-style: italic; text-align: center; - color: #a67c52; + color: #441109; } .testimonialAuthor { @@ -560,7 +560,7 @@ .faqSubtitle { font-family: var(--font-lato); font-size: 1.1rem; - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.6; margin-bottom: 1rem; } @@ -573,7 +573,7 @@ .faqItem { background: #fff; - border: 2px solid #b07c4b; + border: 2px solid #441109; border-radius: 8px; overflow: hidden; transition: all 0.3s ease; @@ -595,25 +595,25 @@ font-family: var(--font-lato); font-size: 1.1rem; font-weight: 600; - color: var(--color-paragraph); + color: #441109; text-align: left; transition: all 0.3s ease; } .faqQuestion:hover { - background-color: #c49c5c; + background-color: #441109; color: #fff; } .faqQuestionActive { - background-color: #c49c5c; + background-color: #441109; color: #fff; } .faqIcon { font-size: 1.5rem; font-weight: bold; - color: var(--color-paragraph); + color: #441109; transition: transform 0.3s ease, color 0.3s ease; flex-shrink: 0; margin-left: 1rem; @@ -637,7 +637,7 @@ .faqAnswer p { font-family: var(--font-lato); font-size: 1rem; - /* color: #5d4037; */ + color: #441109; line-height: 1.8; margin: 0; } diff --git a/src/app/antalya-restaurant-gallery/gallery.module.css b/src/app/antalya-restaurant-gallery/gallery.module.css index 3676545..754219a 100644 --- a/src/app/antalya-restaurant-gallery/gallery.module.css +++ b/src/app/antalya-restaurant-gallery/gallery.module.css @@ -70,7 +70,7 @@ .description { font-size: var(--body-size); - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.8; font-family: var(--font-lato); max-width: 800px; @@ -93,8 +93,8 @@ .tab { background: transparent; - border: 2px solid #b07c4b; - color: var(--color-paragraph); + border: 2px solid #441109; + color: #441109; padding: 12px 30px; font-size: var(--body-size); cursor: pointer; @@ -108,7 +108,7 @@ .tab:hover, .activeTab { - background-color: #c49c5c; + background-color: #441109; color: #F5E6D3; } diff --git a/src/app/antalya-restaurant-menu/menu.module.css b/src/app/antalya-restaurant-menu/menu.module.css index 50b27eb..460d8e6 100644 --- a/src/app/antalya-restaurant-menu/menu.module.css +++ b/src/app/antalya-restaurant-menu/menu.module.css @@ -96,8 +96,8 @@ .tab { background: transparent; - border: 2px solid #b07c4b; - color: var(--color-paragraph); + border: 2px solid #441109; + color: #441109; padding: 8px 20px 8px 8px; font-size: 1rem; cursor: pointer; @@ -120,10 +120,10 @@ .tab:hover, .activeTab { - background-color: #c49c5c; + background-color: #441109; color: #f5e6d3; transform: translateY(-2px); - border: 2px solid #b07c4b; + border: 2px solid #441109; } .menuGrid { @@ -257,7 +257,7 @@ .descriptionMenu { font-size: var(--body-size); - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.5; font-family: var(--font-lato); margin: 0; @@ -266,7 +266,7 @@ .description { font-size: 0.95rem; - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.5; font-family: var(--font-lato); margin: 0; diff --git a/src/app/antalya-turkish-food-blog/blog.module.css b/src/app/antalya-turkish-food-blog/blog.module.css index 00f5064..39b5b4b 100644 --- a/src/app/antalya-turkish-food-blog/blog.module.css +++ b/src/app/antalya-turkish-food-blog/blog.module.css @@ -70,7 +70,7 @@ .description { font-size: var(--body-size); - color: var(--color-alterparagraph) !important; + color: #441109 !important; line-height: 1.8; font-family: var(--font-lato); max-width: 800px; @@ -123,35 +123,36 @@ } .blogTitle a { - color: #3e2723; + color: #200c08; transition: color 0.3s; } -.blogTitle a:hover { +/* .blogTitle a:hover { color: var(--color-paragraph); -} +} */ .date { font-size: var(--small-text-size); margin-bottom: 1rem; font-family: var(--font-lato); font-weight: 600; + color: #2b0b06; } .excerpt { - font-size: var(--body-size); + font-size: 1.1rem; line-height: 1.6; margin-bottom: 1.5rem; flex-grow: 1; font-family: var(--font-lato); - color: var(--color-alterparagraph) !important; + color: #441109 !important; } .button { display: inline-block; padding: 10px 25px; - border: 2px solid #b07c4b; - color: var(--color-alterparagraph) !important; + border: 2px solid #441109; + color: #441109 !important; text-align: center; transition: all 0.3s ease; align-self: flex-start; @@ -162,7 +163,7 @@ } .button:hover { - background-color: #c49c5c; + background-color: #441109; color: #fff !important; } diff --git a/src/app/catering-services-ontario/CateringContent.tsx b/src/app/catering-services-ontario/CateringContent.tsx index 66dcf28..6588e67 100644 --- a/src/app/catering-services-ontario/CateringContent.tsx +++ b/src/app/catering-services-ontario/CateringContent.tsx @@ -362,15 +362,15 @@ export default function CateringContent() { - Bring Authentic Turkish Flavour to Your Event - Contact Us Today. + Bring Authentic Turkish Flavour to Your Event - Email Us Today. - +1 519 588 2037 + hello@antalyarestaurant.ca {/* diff --git a/src/app/catering-services-ontario/CateringPackages.tsx b/src/app/catering-services-ontario/CateringPackages.tsx index ad7478f..bdbdcb3 100644 --- a/src/app/catering-services-ontario/CateringPackages.tsx +++ b/src/app/catering-services-ontario/CateringPackages.tsx @@ -7,9 +7,9 @@ const packages = [ { id: 'silver', name: 'SILVER PACKAGE', - price: '$19', - perPerson: 'PER PERSON', - minPeople: '(MIN 20PPL)', + // price: '$19', + // perPerson: 'PER PERSON', + minPeople: 'MIN 20PPL', image: '/images/catering/packages/silver.webp', // Placeholder items: [ 'Choice of two kebabs (Adana, Kofta, Chicken Shish, Meat Doner, Chicken Doner)', @@ -23,9 +23,9 @@ const packages = [ { id: 'gold', name: 'GOLD PACKAGE', - price: '$23', - perPerson: 'PER PERSON', - minPeople: '(MIN 25PPL)', + // price: '$23', + // perPerson: 'PER PERSON', + minPeople: 'MIN 25PPL', image: '/images/catering/packages/gold.webp', // Placeholder items: [ 'Choice of two kebabs (Adana, Kofta, Chicken Shish, Meat Doner, Chicken Doner)', @@ -41,9 +41,9 @@ const packages = [ { id: 'platinum', name: 'PLATINUM PACKAGE', - price: '$25', - perPerson: 'PER PERSON', - minPeople: '(MIN 30PPL)', + // price: '$25', + // perPerson: 'PER PERSON', + minPeople: 'MIN 30PPL', image: '/images/catering/packages/platinum.webp', // Placeholder items: [ 'Choice of 2 kebabs (Adana, Kofta, Chicken Shish, Meat Doner, Chicken Doner)', @@ -87,8 +87,8 @@ const CateringPackages = () => {
- {pkg.price} - {pkg.perPerson} {pkg.minPeople} + {/* {pkg?.price ? pkg.price : ''} */} + {pkg.minPeople}