Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
@@ -92,6 +91,7 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Guest" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about our services."
|
||||
textboxLayout="default"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer delivery?", content: "Yes, we provide local delivery in RAK." },
|
||||
{ id: "2", title: "Are your meats Halal?", content: "All our meats are 100% Halal certified." }
|
||||
@@ -116,6 +117,7 @@ export default function LandingPage() {
|
||||
description="Book a table or reach out to our team."
|
||||
buttons={[{ text: "Call Now", href: "tel:+971501234567" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user