Merge version_1_1782124439014 into main
Merge version_1_1782124439014 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -5,30 +5,27 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<>
|
||||
<div id="about-story" data-section="about-story">
|
||||
<SectionErrorBoundary name="about-story">
|
||||
<div id="about-story" data-section="about-story">
|
||||
<SectionErrorBoundary name="about-story">
|
||||
<AboutText
|
||||
title="L'Histoire de Sentel Parfums"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="L'Histoire de Sentel Parfums"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about-content" data-section="about-content">
|
||||
<SectionErrorBoundary name="about-content">
|
||||
<div id="about-content" data-section="about-content">
|
||||
<SectionErrorBoundary name="about-content">
|
||||
<MetricsMediaCards
|
||||
tag="Notre héritage"
|
||||
title="Au cœur de Casablanca"
|
||||
metrics={[
|
||||
{
|
||||
value: "10+ ans",
|
||||
title: "Passion",
|
||||
description: "Une expertise olfactive depuis 10 ans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Notre héritage"
|
||||
title="Au cœur de Casablanca"
|
||||
description="Découvrez l'âme de notre maison de parfum, née au milieu de l'effervescence de Casablanca."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+ ans", title: "Passion", description: "Une expertise olfactive depuis 10 ans.", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user