diff --git a/app/(homes)/home-1/page.jsx b/app/(homes)/home-1/page.jsx index 4c0e1de..0059870 100644 --- a/app/(homes)/home-1/page.jsx +++ b/app/(homes)/home-1/page.jsx @@ -34,9 +34,9 @@ export default function Home1() { {/* */} -
+ {/*
-
+
*/} {/* */} {/* */} diff --git a/components/contact/ContactInfo.jsx b/components/contact/ContactInfo.jsx index c69d06f..780dc54 100644 --- a/components/contact/ContactInfo.jsx +++ b/components/contact/ContactInfo.jsx @@ -17,7 +17,7 @@ export default function ContactInfo() {
@@ -32,15 +32,15 @@ export default function ContactInfo() {

Our Address

- 2715 Ash Dr. San Jose, -
- South Dakota 83475 + Address: SF NO 181/2, + BS NAGAR, SULUR, + IRUGUR, COIMBATORE PIN CODE : 641402

@@ -55,31 +55,9 @@ export default function ContactInfo() {

Email Address

- Mobile :9847 5612 3695
+ Mobile : +91-9751463748
Email : - example@gmail.com -

-
-
-
-
-
-
- img -
-
-

Hours of Operation

-

- Monday-Saturday : 8:00 -
- 9:00 Sunday : Closed + info@cibusindustries.com

diff --git a/components/footers/Footer1.jsx b/components/footers/Footer1.jsx index ec5e496..4c8b5d9 100644 --- a/components/footers/Footer1.jsx +++ b/components/footers/Footer1.jsx @@ -36,7 +36,7 @@ export default function Footer1() {

Office location

-

4648 Rocky, New York

+

181/2, Sulur, Coimbatore

@@ -46,7 +46,7 @@ export default function Footer1() {
@@ -55,9 +55,9 @@ export default function Footer1() {
-

call emergency

+

call us

- +88 0123 654 99 + +91-9751463748

diff --git a/components/headers/Offcanvas.jsx b/components/headers/Offcanvas.jsx index e5ef4a9..cda7f67 100644 --- a/components/headers/Offcanvas.jsx +++ b/components/headers/Offcanvas.jsx @@ -32,9 +32,10 @@ export default function Offcanvas({ children }) {

- Nullam dignissim, ante scelerisque the is euismod fermentum odio - sem semper the is erat, a feugiat leo urna eget eros. Duis - Aenean a imperdiet risus. + Engineering high-performance coconut + processing machinery that drives efficiency, + scalability, and sustainability for businesses + across the globe.

@@ -64,7 +65,11 @@ export default function Offcanvas({ children }) {
@@ -75,12 +80,12 @@ export default function Offcanvas({ children }) { -
  • + {/*
  • @@ -89,18 +94,18 @@ export default function Offcanvas({ children }) { Mod-friday, 09am -05pm
  • - + */}
  • - + Get A Quote diff --git a/components/homes/home-1/Hero.jsx b/components/homes/home-1/Hero.jsx index d27fcd5..b85c477 100644 --- a/components/homes/home-1/Hero.jsx +++ b/components/homes/home-1/Hero.jsx @@ -44,8 +44,8 @@ export default function Hero() { { id: 3, image: "/assets/img/home/banner/banner-3.webp", - title: "Global Processing", - subtitle: "Impact", + title: "Global Reach", + subtitle: "Effect", text: "Trusted coconut machinery in 20+ countries worldwide.", buttonText: "Explore Global Projects", buttonLink: "/project", diff --git a/data/skills.js b/data/skills.js index 61ba657..d8e90cc 100644 --- a/data/skills.js +++ b/data/skills.js @@ -10,8 +10,8 @@ export const skills = [ delay: ".4s", }, { - title: "Minimal Maintenance with Maximum Uptime", - percentage: 75, + title: "Maintenance with Maximum Uptime", + percentage: 87, delay: ".2s", }, ]; diff --git a/public/assets/scss/_contact.scss b/public/assets/scss/_contact.scss index c937058..a9bef22 100644 --- a/public/assets/scss/_contact.scss +++ b/public/assets/scss/_contact.scss @@ -110,11 +110,11 @@ @include flex; gap: 20px; background-color: #F2F5FA; - padding: 50px; + padding: 36px; @include breakpoint (max-lg){ flex-wrap: wrap; - padding: 40px 50px; + padding: 27px 13px; } .icon { diff --git a/public/assets/scss/_header.scss b/public/assets/scss/_header.scss index 6e9ba93..5cd4ead 100644 --- a/public/assets/scss/_header.scss +++ b/public/assets/scss/_header.scss @@ -974,7 +974,7 @@ .page-heading { h1 { - color: $white; + color: #0b2273; font-size: 74px; position: relative; z-index: 9; diff --git a/public/assets/scss/_hero.scss b/public/assets/scss/_hero.scss index d847de9..e703f0b 100644 --- a/public/assets/scss/_hero.scss +++ b/public/assets/scss/_hero.scss @@ -72,7 +72,7 @@ } h1 { - color: $white; + color: #0b2273; text-transform: uppercase; .break-line { diff --git a/public/assets/scss/_news.scss b/public/assets/scss/_news.scss index 4eea94b..6acf0f9 100644 --- a/public/assets/scss/_news.scss +++ b/public/assets/scss/_news.scss @@ -128,7 +128,7 @@ .news-section { position: relative; - background-image: url('/assets/img/home/blog/blog-bg.webp'); + // background-image: url('/assets/img/home/blog/blog-bg.webp'); background-size: cover; background-position: center; background-repeat: no-repeat;