Merge version_2 into main #2
@@ -33,6 +33,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Contactez le Palace du Prince à Lomé. Nous sommes situés au quartier administratif, 65G3+PL4. Ouvert tous les jours de 10h à 00h. Appelez-nous au +228 90 21 26 27 pour toute réservation."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -42,6 +43,7 @@ export default function ContactPage() {
|
||||
{ title: "Liens", items: [{ label: "Accueil", href: "/" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Palace du Prince. Tous droits réservés."
|
||||
bottomRightText=""
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -8,7 +8,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -68,6 +67,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Dibi traditionnel revisité", price: "12 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg" },
|
||||
{ id: "2", name: "Poulet Royal aux épices", price: "9 500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/purple-rice-berries-cooked-with-grilled-chicken-breast-pumpkin-carrots-mint-leaves-dish-clean-food_1150-20159.jpg" },
|
||||
@@ -85,6 +85,7 @@ export default function LandingPage() {
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Contact", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Palace du Prince. Tous droits réservés."
|
||||
bottomRightText=""
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user