diff --git a/addons/dine360_dashboard/static/src/css/theme_variables.css b/addons/dine360_dashboard/static/src/css/theme_variables.css index 09f2b66..8fd31ed 100644 --- a/addons/dine360_dashboard/static/src/css/theme_variables.css +++ b/addons/dine360_dashboard/static/src/css/theme_variables.css @@ -97,7 +97,7 @@ body, .o_main_navbar .o_menu_sections .o_nav_entry, .o_main_navbar .o_menu_systray .o_nav_entry { - color: var(--primary-color) !important; + color: white !important; font-size: 14px !important; font-weight: 600 !important; } diff --git a/addons/dine360_dashboard/static/src/css/website_style.css b/addons/dine360_dashboard/static/src/css/website_style.css index 32712cd..c1def45 100644 --- a/addons/dine360_dashboard/static/src/css/website_style.css +++ b/addons/dine360_dashboard/static/src/css/website_style.css @@ -8,7 +8,7 @@ body .navbar, body #o_main_nav { background-color: #171422 !important; background: #171422 !important; - border-bottom: 2px solid #d6111e; + border-bottom: none; } /* Navbar Links / Menu Items */ diff --git a/addons/dine360_theme_chennora/static/src/img/about-banner-bg.png b/addons/dine360_theme_chennora/static/src/img/about-banner-bg.png new file mode 100644 index 0000000..8d212de Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-banner-bg.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-basil-float.png b/addons/dine360_theme_chennora/static/src/img/about-basil-float.png new file mode 100644 index 0000000..fbe9f4b Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-basil-float.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-lemon-float.png b/addons/dine360_theme_chennora/static/src/img/about-lemon-float.png new file mode 100644 index 0000000..fd3454f Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-lemon-float.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-main-dish.png b/addons/dine360_theme_chennora/static/src/img/about-main-dish.png new file mode 100644 index 0000000..497c8c2 Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-main-dish.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/about-pepper-float.png b/addons/dine360_theme_chennora/static/src/img/about-pepper-float.png new file mode 100644 index 0000000..21ffbed Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/about-pepper-float.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/contact-side-img.png b/addons/dine360_theme_chennora/static/src/img/contact-side-img.png new file mode 100644 index 0000000..fdad080 Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/contact-side-img.png differ diff --git a/addons/dine360_theme_chennora/static/src/scss/theme.scss b/addons/dine360_theme_chennora/static/src/scss/theme.scss index b08b368..b94b7e6 100644 --- a/addons/dine360_theme_chennora/static/src/scss/theme.scss +++ b/addons/dine360_theme_chennora/static/src/scss/theme.scss @@ -206,88 +206,81 @@ section h2.display-4 { .s_about_premium { position: relative; overflow: hidden; - background-color: rgb(244, 241, 234); + background-color: #F4F1EA !important; + padding: 100px 0; .floating-lemon { position: absolute; - left: -30px; - top: 40%; - width: 120px; - opacity: 0.8; + left: -40px; + top: 35%; + width: 150px; z-index: 10; animation: float 6s ease-in-out infinite; } .floating-leaves { position: absolute; - left: 50px; - bottom: 5%; - width: 150px; - opacity: 0.9; + left: 80px; + bottom: 8%; + width: 180px; z-index: 10; animation: float 8s ease-in-out infinite; } - .floating-bellpepper { + .floating-pepper { position: absolute; - right: 40px; - top: 50px; - width: 130px; - opacity: 0.8; + right: -30px; + top: 80px; + width: 140px; z-index: 10; animation: float 7s ease-in-out infinite; } .about-image-wrapper { position: relative; - padding: 50px; + display: inline-block; &::before { content: ""; position: absolute; - left: 15%; - top: 25%; - width: 75%; - height: 60%; - background-color: #FECD4F; + left: -15px; + top: -15px; + width: 100%; + height: 100%; z-index: 0; - border-radius: 10px; - opacity: 0.6; + pointer-events: none; } img { position: relative; z-index: 5; - filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15)); + max-width: 100%; + height: auto; + display: block; } } - .feature-item { - display: flex; - align-items: flex-start; - margin-bottom: 25px; - - .feature-icon-wrapper { - margin-right: 20px; - - img { - width: 60px; - height: auto; - } + .about-content { + h2 { + font-size: 2.8rem; + font-weight: 900; + color: #04121D; + line-height: 1.2; + margin-bottom: 25px; } h5 { - font-size: 19px; - font-weight: 800; + font-size: 1.2rem; + font-weight: 700; color: #04121D; - margin-bottom: 5px; + margin-bottom: 20px; } p { - font-size: 14px; - color: #555; - line-height: 1.5; - margin: 0; + font-size: 15px; + color: rgba(4, 18, 29, 0.7); + line-height: 1.8; + margin-bottom: 20px; } } } @@ -306,6 +299,122 @@ section h2.display-4 { } } +/* Contact Section Premium */ +.s_contact_premium { + background-color: #F4F1EA !important; + padding: 100px 0; + position: relative; + overflow: hidden; + + .contact-image-wrapper { + position: relative; + display: inline-block; + + &::before { + content: ""; + position: absolute; + left: -15px; + top: -15px; + width: 100%; + height: 100%; + z-index: 0; + pointer-events: none; + } + + img { + position: relative; + z-index: 5; + max-width: 100%; + height: auto; + display: block; + } + } + + .contact-form-card { + background: white; + padding: 50px; + border-radius: 15px; + box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05); + + h2 { + font-size: 2.2rem; + font-weight: 800; + color: #04121D; + line-height: 1.3; + margin-bottom: 35px; + } + + .s_website_form_label { + font-size: 14px; + font-weight: 500; + color: #666; + margin-bottom: 8px; + display: block; + text-align: left !important; + width: auto !important; + padding: 0 !important; + + .s_website_form_mark { + color: #d6111e; + margin-left: 3px; + } + } + + .form-control, + .form-select { + background-color: #f8f9fa !important; + border: 1px solid transparent !important; + border-radius: 10px !important; + padding: 14px 18px !important; + font-size: 15px !important; + color: #04121D !important; + transition: all 0.3s ease; + + &::placeholder { + color: #adb5bd; + } + + &:focus { + border-color: rgba(43, 177, 165, 0.3) !important; + background-color: white !important; + box-shadow: 0 5px 15px rgba(43, 177, 165, 0.1) !important; + } + } + + .s_website_form_send { + background-color: #FECD4F !important; + color: #04121D !important; + border: none !important; + border-radius: 10px !important; + padding: 16px !important; + font-weight: 800 !important; + font-size: 15px !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + width: 100% !important; + margin-top: 15px !important; + display: flex !important; + align-items: center !important; + justify-content: center !important; + gap: 10px; + transition: all 0.3s ease !important; + box-shadow: 0 4px 10px rgba(254, 205, 79, 0.2) !important; + + &:hover { + background-color: #04121D !important; + color: #FECD4F !important; + transform: translateY(-2px) !important; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important; + } + + &::after { + content: "\2192"; + font-size: 18px; + } + } + } +} + // Why Choose Section .s_why_choose_premium { background-color: #04121D; @@ -1097,4 +1206,51 @@ footer#bottom { display: none; } } +} + +/* About Us Hero Banner */ +.about-hero-banner { + background: linear-gradient(rgba(4, 18, 29, 0.4), rgba(4, 18, 29, 0.4)), url('/dine360_theme_chennora/static/src/img/about-banner-bg.png') no-repeat center center !important; + background-size: cover !important; + min-height: 450px !important; + display: flex !important; + align-items: center !important; + justify-content: center !important; + text-align: center; + position: relative; + padding: 100px 0 !important; + + h1 { + font-size: 5rem !important; + font-weight: 900 !important; + color: white !important; + text-transform: uppercase; + margin-bottom: 5px !important; + letter-spacing: 2px; + } + + .breadcrumb-container { + font-size: 1.1rem; + font-weight: 600; + color: white; + + a { + color: white; + text-decoration: none; + transition: color 0.3s; + + &:hover { + color: #FECD4F; + } + } + + .separator { + margin: 0 10px; + opacity: 0.7; + } + + .active-item { + color: #FECD4F; + } + } } \ No newline at end of file diff --git a/addons/dine360_theme_chennora/views/pages.xml b/addons/dine360_theme_chennora/views/pages.xml index 357ea58..a476871 100644 --- a/addons/dine360_theme_chennora/views/pages.xml +++ b/addons/dine360_theme_chennora/views/pages.xml @@ -188,7 +188,7 @@
- Welcome to Chennora – one of the best Indian restaurants in Brampton! We proudly serve authentic South Indian dishes, mouth-watering dosas, rich biryanis, and delicious curries made with traditional spices. + Welcome to Chennora – one of the best Indian restaurants in Brampton! We proudly serve authentic South Indian dishes, mouth-watering dosas, rich biryanis, and delicious curries made with traditional spices. If you're searching for "Indian restaurant Brampton" or "best dosa in Brampton," your search ends here. Visit us today and experience the vibrant flavors of India, right here in Brampton, Ontario.
@@ -565,7 +565,7 @@Bringing Authentic South Indian Flavors to Brampton
+ - -
+
+
+
We use only the freshest local ingredients combined with authentic Indian spices to create unforgettable flavors.
-Our menu features iconic Tamil Nadu specialties like Madurai Mutton Bone Soup, Seeraga Samba Mutton Biryani, and more.
-Chennora stands out for its dedication to freshness, authenticity, and variety, creating a warm dining atmosphere.
-123 Restaurant Row
Brampton, ON L6X 1A1
Mon-Sun: 11:00 AM - 10:00 PM
Kitchen closes at 9:30 PM
+1 (905) 555-0123
info@chennora.com
At Chennora, we believe that every meal should be a celebration of authentic Indian flavors. As one of the top Indian restaurants in Brampton, we take pride in serving dishes that capture the rich traditions of South India. Whether you're visiting for a casual lunch, a family dinner, or a special event, our team is committed to delivering the best Indian food experience in Brampton.
+ +Our chefs bring generations of expertise to every dish — from the famous Hyderabadi biryani to the crispy masala dosas. Visit Chennora today and find out why we are a top-rated South Indian restaurant in Brampton.
+ +Chennora stands out for its dedication to freshness, authenticity, and variety. Our menu features iconic Tamil Nadu specialties like Madurai Mutton Bone Soup, Seeraga Samba Mutton Dum Biryani, and classic dosas, idlis, and uttapams. For something different, try our Indo-Chinese dishes or indulge in our exclusive weekend specials for a unique culinary experience.
+ +Whether you're stopping by for a quick bite, a hearty meal, or a special celebration, our team ensures a warm welcome and an unforgettable dining experience. Blending tradition with modern flair, Chennora isn't just a restaurant—it's a tribute to Chennai's rich and vibrant culinary heritage.
Have questions? We're here to help!
-123 Restaurant Row,
Brampton, ON L6X 1A1
+1 (905) 555-0123
-info@chennora.com
-