Title BG update
This commit is contained in:
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
const CompanyHero = () => {
|
const CompanyHero = () => {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-cover bg-center py-6 h-24"
|
className="relative bg-cover bg-center py-6 h-26"
|
||||||
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
||||||
>
|
>
|
||||||
{/* Breadcrumb */}
|
{/* Breadcrumb */}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
const PageTitle = () => {
|
const PageTitle = () => {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[140px]"
|
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[120px]"
|
||||||
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
||||||
>
|
>
|
||||||
{/* Breadcrumb */}
|
{/* Breadcrumb */}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
const PageTitle = () => {
|
const PageTitle = () => {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[140px]"
|
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[120px]"
|
||||||
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
||||||
>
|
>
|
||||||
{/* Breadcrumb */}
|
{/* Breadcrumb */}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
const PageTitle = () => {
|
const PageTitle = () => {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[140px]"
|
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[120px]"
|
||||||
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
||||||
>
|
>
|
||||||
{/* Breadcrumb */}
|
{/* Breadcrumb */}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
const PageTitle = () => {
|
const PageTitle = () => {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[140px]"
|
className="relative bg-cover bg-center py-4 sm:py-6 h-auto sm:h-32 md:h-40 lg:h-24 min-h-[120px] sm:min-h-[120px]"
|
||||||
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
style={{ backgroundImage: "url('images/bredcrumb.jpg')" }}
|
||||||
>
|
>
|
||||||
{/* Breadcrumb */}
|
{/* Breadcrumb */}
|
||||||
|
|||||||
Reference in New Issue
Block a user