Bob AI: in the hero section change title to Welcome to Our...

This commit is contained in:
2026-02-06 13:06:08 +02:00
parent 1007c1b52a
commit 3153c15ef3

View File

@@ -137,7 +137,7 @@ const HeroSplitDualMedia = ({
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
<div className="w-full md:w-1/2">
<TextBox
title={title}
title="Welcome to Our Store"
description={description}
tag={tag}
tagIcon={tagIcon}
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
center={true}
/>
<TextBox
title={title}
title="Welcome to Our Store"
description={description}
tag={tag}
tagIcon={tagIcon}