Merge version_4 into main #3
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -50,31 +50,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
<HeroOverlayTestimonial
|
||||
title="Helidonis Fabrics: Where Vision Meets Texture"
|
||||
description="Immerse yourself in our world of exquisite textiles, designed to elevate professional and hospitality spaces with unparalleled style and durability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Collections", href: "#collections"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", videoSrc: "https://assets.mixkit.co/videos/preview/mixkit-womans-hands-caress-a-silk-dress-15998-large.mp4", videoAriaLabel: "Close-up of hands touching luxurious fabric"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-living-room-interior-design_188574-1065.jpg?_wi=1", imageAlt: "Luxurious curtain fabric in a modern interior"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/textile-sample-rack_1232-2374.jpg?_wi=1", imageAlt: "Variety of fabric samples on display"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/designer-desk-with-textile-samples_23-2149836982.jpg?_wi=1", imageAlt: "Design desk with fabric swatches"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-view_188574-7096.jpg?_wi=1", imageAlt: "Elegant bedding and drapery in a hotel room"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-restaurant-interior-with-minimalist-decor_23-2149021200.jpg?_wi=1", imageAlt: "Sophisticated upholstery in a modern restaurant"}
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
videoSrc="https://assets.mixkit.co/videos/preview/mixkit-womans-hands-caress-a-silk-dress-15998-large.mp4"
|
||||
videoAriaLabel="Close-up of hands touching luxurious fabric"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user