added
This commit is contained in:
@@ -8,7 +8,7 @@ import { backendUrl } from "@/utils/axios";
|
||||
|
||||
const HeroSix = ({ guranteeData, data }) => {
|
||||
console.log(data);
|
||||
const { heading2, description2, heading9, description6 } = data | {};
|
||||
const { heading2, description2, header9, description6 } = data || {};
|
||||
return (
|
||||
<section className="py-16 bg-gradient-to-b from-background to-muted">
|
||||
<div className="container px-4 mx-auto">
|
||||
@@ -29,7 +29,7 @@ const HeroSix = ({ guranteeData, data }) => {
|
||||
<PremiumBannerOne
|
||||
bannerImage={`${backendUrl}${data.image1?.path}`}
|
||||
data={{
|
||||
header2: heading9,
|
||||
header2: header9,
|
||||
description2: description6,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user