Merge version_1_1781451763208 into main #1
@@ -14,13 +14,9 @@ export default function HomePage() {
|
||||
brand="Simo Sushi"
|
||||
description="Premium Sushi in Tangier. Fresh • Tasty • High Quality."
|
||||
primaryButton={{
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/212600000000",
|
||||
}}
|
||||
text: "Order on WhatsApp", href: "https://wa.me/212600000000"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "View Menu", href: "/menu"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cream-cheese-sushi-rolls-with-ginger-leaf_114579-1107.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -28,25 +24,50 @@ export default function HomePage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<SectionErrorBoundary name="testimonial">
|
||||
<TestimonialMarqueeCards />
|
||||
<TestimonialMarqueeCards
|
||||
tag="Témoignages"
|
||||
title="Avis de nos clients"
|
||||
description="Ce qu'ils disent de Simo Sushi."
|
||||
testimonials={[
|
||||
{ name: "Ahmed", role: "Habitué", comment: "Les meilleurs sushis de Tanger, sans aucun doute.", imageSrc: "" },
|
||||
{ name: "Sara", role: "Cliente", comment: "Livraison rapide et toujours frais.", imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<SectionErrorBoundary name="blog">
|
||||
<BlogMediaCards />
|
||||
<BlogMediaCards
|
||||
tag="Actualités"
|
||||
title="Derniers articles"
|
||||
description="Découvrez les nouveautés de Simo Sushi."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBorderGlow />
|
||||
<FeaturesBorderGlow
|
||||
tag="Pourquoi nous"
|
||||
title="Notre engagement"
|
||||
description="Qualité et passion dans chaque rouleau."
|
||||
features={[
|
||||
{ title: "Poisson frais", description: "Livraison quotidienne", icon: "Fish" },
|
||||
{ title: "Livraison rapide", description: "À Tanger", icon: "Timer" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee />
|
||||
<SocialProofMarquee
|
||||
tag="Communauté"
|
||||
title="Rejoignez-nous"
|
||||
description="Suivez nos aventures sur les réseaux."
|
||||
names={["Instagram", "WhatsApp", "Facebook", "TikTok"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user