Merge version_2 into main #2
@@ -3,15 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Coffee, Leaf, MapPin, Phone, Mail } from "lucide-react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,6 +45,10 @@ export default function LandingPage() {
|
||||
title="Salon de Thé Bouchaib"
|
||||
description="A timeless sanctuary in Algiers, where the rich aroma of traditional Moroccan tea meets the refined grace of Oriental hospitality."
|
||||
tag="Established Tradition"
|
||||
testimonials={[
|
||||
{ name: "Amine D.", handle: "@amine_d", testimonial: "A truly refined experience, reminiscent of the best tea salons in the region.", rating: 5 },
|
||||
{ name: "Sarah K.", handle: "@sarah_k", testimonial: "The golden interior and traditional tea set made my visit to Algiers unforgettable.", rating: 5 }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tray-moorish-tea-with-grapes_23-2148193482.jpg"
|
||||
imageAlt="Traditional tea setting"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -96,6 +97,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in touch"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Visit Us"
|
||||
|
||||
Reference in New Issue
Block a user