AboutInfoBrands.js 1.14 KB
import React from 'react'
import { Col, Row } from 'react-bootstrap'
import Heading from "@/components/Heading";
import Image from 'next/image';
import Link from 'next/link';

const AboutInfoBrands = () => {
  return (
    <>
        <section className='about-section about-info-section'>
             <div className='container'>
              <Row className='text-center justify-content-center'>
                <Col md={10}>
                  <Heading el="h2" heading="THE STYLE-IN CONCEPT DEFINES OUR IDENTITY" />
                 
                  <p className=''>INALCO'S OWN STYLE BASED ON THE CONCEPT OF EXCELLENCE</p>
                  <p className=''>Our mission is to provoke change through global leadership in innovation, creating new solutions and technological and fashion trends to conquer the future, generating the greatest differentiation and maximum added value for our partners.</p>
                    <p className=''> Through sustainable innovation, we strive for excellence every day.</p>
                
                </Col>
              </Row>
             
            </div>
        </section>
    </>
  )
}

export default AboutInfoBrands