49 lines
1.9 KiB
TypeScript
49 lines
1.9 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "hero" section.
|
|
|
|
import React from 'react';
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function HeroSection(): React.JSX.Element {
|
|
return (
|
|
<div id="hero" data-section="hero">
|
|
<SectionErrorBoundary name="hero">
|
|
<HeroBillboardCarousel
|
|
tag="Basidi Rabat"
|
|
title="L'Authenticité Marocaine au Cœur de Rabat"
|
|
description="Découvrez le goût raffiné d'une cuisine familiale, préparée avec passion et tradition."
|
|
primaryButton={{
|
|
text: "Réserver une table",
|
|
href: "#contact",
|
|
}}
|
|
secondaryButton={{
|
|
text: "Découvrir le Menu",
|
|
href: "#menu",
|
|
}}
|
|
items={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-food-near-cup-dried-fruits-burlap_23-2148080959.jpg",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept_23-2147791756.jpg",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/oriental-pattern_23-2148129850.jpg",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-near-cup-drink-teapot_23-2148080944.jpg",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481493.jpg",
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|