This commit is contained in:
2025-03-13 18:07:29 +05:30
parent 3ff5be64de
commit ef61d38753
5 changed files with 68 additions and 51 deletions

View File

@@ -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,
}}
/>