Voice of Consumer

 <Segment style={{ padding: '0em' }} vertical>
        <Grid  columns='equal' stackable>
          <Grid.Row textAlign='center'>
          <Grid.Column style={{ paddingBottom: '0em', paddingTop: '1em' }}>
            <Header as='h1' textAlign='center'>Are You Looking For...</Header>
          </Grid.Column>
          </Grid.Row>
          <Grid.Row textAlign='center'>
            <Grid.Column style={{ paddingBottom: '0.5em', paddingTop: '0.5em', marginLeft:'2em', marginRight:'2em' }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              Data Foundation
              </Header>
              <p style={{ fontSize: '1.33em' }}>Whether you are data rich or data poor, democratize the access to data by bringing
                all your marketing, sales, CRM data on one platform.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            <Grid.Column style={{ paddingBottom: '0.5em', paddingTop: '0.5em', marginLeft:'2em', marginRight:'2em'  }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              Voice of Consumer
              </Header>
              <p style={{ fontSize: '1.33em' }}>Do not just listen to the voice of consumer, rather integrate it in your models real-time to understand the impact on Sales.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            <Grid.Column style={{ paddingBottom: '0.5em', paddingTop: '0.5em', marginLeft:'2em', marginRight:'2em'  }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              MMM + Attribution
              </Header>
              <p style={{ fontSize: '1.33em' }}>Look at Top-down and bottom-up analytics in cohesive manner to answer strategic & tactical questions at a rapid speed.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            </Grid.Row>
            <Grid.Row textAlign='center'>
            <Grid.Column style={{ paddingBottom: '5em', paddingTop: '5em', marginLeft:'2em', marginRight:'2em'  }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              Campaign Optimization
              </Header>
              <p style={{ fontSize: '1.33em' }}>Your marketing is agile. Is your measurement agile? Start measuring & optimizing campaigns in-flight.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            <Grid.Column style={{ paddingBottom: '5em', paddingTop: '5em', marginLeft:'2em', marginRight:'2em'  }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              Decision Support
              </Header>
              <p style={{ fontSize: '1.33em' }}>You are planning for next year’s budget or a new campaign,  get the power of AI to execute on your marketing strategy.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            <Grid.Column style={{ paddingBottom: '5em', paddingTop: '5em', marginLeft:'2em', marginRight:'2em'  }}>
              <Header as='h3' style={{ fontSize: '2em' }}>
              Innovation Projects
              </Header>
              <p style={{ fontSize: '1.33em' }}>Bring your most strategic & difficult marketing challenge to us and we would love to solve it for you.</p>
                <Button size='huge' color='red'>Read More</Button>
            </Grid.Column>
            </Grid.Row>
        </Grid>
      </Segment>
      <Segment style={{ padding: '8em 0em' }} vertical>
        <Container text>
          <Header as='h3' style={{ fontSize: '2em' }}>
            Breaking The Grid, Grabs Your Attention
          </Header>
          <p style={{ fontSize: '1.33em' }}>
            Instead of focusing on content creation and hard work, we have learned how to master the
            art of doing nothing by providing massive amounts of whitespace and generic content that
            can seem massive, monolithic and worth your attention.
          </p>
          <Button as='a' size='large'>
            Read More
          </Button>
          <Divider
            as='h4'
            className='header'
            horizontal
            style={{ margin: '3em 0em', textTransform: 'uppercase' }}
          >
            <a href='../case-studies'>Case Studies</a>
          </Divider>
          <Header as='h3' style={{ fontSize: '2em' }}>
            Did We Tell You About Our Bananas?
          </Header>
          <p style={{ fontSize: '1.33em' }}>
            Yes I know you probably disregarded the earlier boasts as non-sequitur filler content, but
            it's really true. It took years of gene splicing and combinatory DNA research, but our
            bananas can really dance.
          </p>
          <Button as='a' size='large'>
            I'm Still Quite Interested
          </Button>
        </Container>
      </Segment>
      <Segment inverted vertical style={{ padding: '5em 0em' }}>
        <Container>
          <Grid divided inverted stackable>
            <Grid.Row>
              <Grid.Column width={3}>
                <Header inverted as='h4' content='About' />
                <List link inverted>
                  <List.Item as='a'>Sitemap</List.Item>
                  <List.Item as='a'>Contact Us</List.Item>
                  <List.Item as='a'>Religious Ceremonies</List.Item>
                  <List.Item as='a'>Gazebo Plans</List.Item>
                </List>
              </Grid.Column>
              <Grid.Column width={3}>
                <Header inverted as='h4' content='Services' />
                <List link inverted>
                  <List.Item as='a'>Banana Pre-Order</List.Item>
                  <List.Item as='a'>DNA FAQ</List.Item>
                  <List.Item as='a'>How To Access</List.Item>
                  <List.Item as='a'>Favorite X-Men</List.Item>
                </List>
              </Grid.Column>
              <Grid.Column width={7}>
                <Header as='h4' inverted>
                  Footer Header
                </Header>
                <p>
                  Extra space for a call to action inside the footer that could help re-engage users.
                </p>
              </Grid.Column>
            </Grid.Row>
          </Grid>
        </Container>
      </Segment>