Merge version_2 into main #3
@@ -9,7 +9,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function CampingPage() {
|
||||
return (
|
||||
@@ -59,6 +58,8 @@ export default function CampingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/happy-couple-camper-van_23-2148785730.jpg"
|
||||
textboxLayout="split"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,6 +71,8 @@ export default function CampingPage() {
|
||||
textboxLayout="split"
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,6 +100,7 @@ export default function CampingPage() {
|
||||
{ id: "standard", badge: "Base", price: "€25", subtitle: "Alta stagione", features: ["Piazzola", "Acqua", "Corrente"] },
|
||||
{ id: "premium", badge: "Premium", price: "€40", subtitle: "Tutto incluso", features: ["Piazzola XL", "Wi-Fi", "Barbecue"] }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,6 +114,7 @@ export default function CampingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Note aggiuntive" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/camper-van-sunset_23-2148785760.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user