Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70703d30c9 | |||
| 8a1c82d1de |
@@ -3,8 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -39,19 +39,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Salon de Thé Bouchaib"
|
||||
<HeroLogoBillboard
|
||||
logoText="Salon de Thé Bouchaib"
|
||||
description="Un sanctuaire intemporel à Alger, où les arômes riches du thé traditionnel marocain rencontrent la grâce raffinée de l'hospitalité orientale."
|
||||
tag="Tradition Établie"
|
||||
testimonials={[
|
||||
{ name: "Amine D.", handle: "@amine_d", testimonial: "Une expérience vraiment raffinée, rappelant les meilleurs salons de thé de la région.", rating: 5 },
|
||||
{ name: "Sarah K.", handle: "@sarah_k", testimonial: "L'intérieur doré et le service à thé traditionnel ont rendu ma visite à Alger inoubliable.", rating: 5 }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tray-moorish-tea-with-grapes_23-2148193482.jpg"
|
||||
imageAlt="Traditionnel service à thé"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[{ text: "Découvrir", href: "#products" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E603bEAidbSl8SfiTTqAsuP6gU/uploaded-1779483978108-2jwcfx2e.jpg"
|
||||
imageAlt="Salon de Thé Bouchaib Logo"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,9 +100,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Salon de Thé Bouchaib"
|
||||
copyrightText="© 2025 Salon de Thé Bouchaib. Tous droits réservés."
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E603bEAidbSl8SfiTTqAsuP6gU/uploaded-1779483978108-2jwcfx2e.jpg"
|
||||
columns={[
|
||||
{ items: [{ label: "Accueil", href: "#home" }, { label: "À propos", href: "#about" }] },
|
||||
{ items: [{ label: "Menu", href: "#products" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user