Merge version_2 into main #2
@@ -4,13 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -86,6 +84,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
useInvertedBackground={true}
|
||||
description="أسئلة متكررة حول تجربتنا في فلوريا."
|
||||
faqs={[
|
||||
{ id: "f1", title: "هل أحتاج إلى حجز؟", content: "نوصي بالحجز المسبق لعطلات نهاية الأسبوع." },
|
||||
{ id: "f2", title: "هل تتوفر خيارات نباتية؟", content: "نعم، لدينا تشكيلة متنوعة من أطباق الإفطار النباتية." },
|
||||
@@ -99,6 +98,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reservation" data-section="reservation">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="احجز طاولتك"
|
||||
description="احجز مكانك في فلوريا أمستردام واستمتع بتجربة إفطار استثنائية."
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user