Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4845ca8ec | |||
| e12d8f6e7d | |||
| 7097cfe082 | |||
| 076af3f19d | |||
| 698d5fa508 | |||
| 8c34657e35 | |||
| 7e80af7915 | |||
| 4125bc3986 | |||
| 3bc958a73d |
@@ -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,26 @@ 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."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Papadopoulou", handle: "@mariasdesign", testimonial: "Helidonis Fabrics transformed our hotel lobby. The quality and elegance of their textiles are simply unmatched. A truly professional partnership!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg?_wi=1", imageAlt: "Portrait of Maria Papadopoulou"},
|
||||
{
|
||||
name: "Kostas Georgiou", handle: "@georgiouinteriors", testimonial: "The upholstery fabrics from Helidonis are incredibly durable and stylish. Our restaurant chairs look fantastic and stand up to daily wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg?_wi=1", imageAlt: "Portrait of Kostas Georgiou"},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -149,10 +144,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Papadopoulou", handle: "@mariasdesign", testimonial: "Helidonis Fabrics transformed our hotel lobby. The quality and elegance of their textiles are simply unmatched. A truly professional partnership!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Portrait of Maria Papadopoulou"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg?_wi=2", imageAlt: "Portrait of Maria Papadopoulou"},
|
||||
{
|
||||
id: "2", name: "Kostas Georgiou", handle: "@georgiouinteriors", testimonial: "The upholstery fabrics from Helidonis are incredibly durable and stylish. Our restaurant chairs look fantastic and stand up to daily wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg", imageAlt: "Portrait of Kostas Georgiou"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2738.jpg?_wi=2", imageAlt: "Portrait of Kostas Georgiou"},
|
||||
{
|
||||
id: "3", name: "Eleni Vasileiou", handle: "@eleniscreations", testimonial: "Their curtain collections provided the perfect blend of light and privacy for our new office project. Exceptional service and a vast selection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-as-she-stands-outside-on-the-street-and-leans-her-head-on-her-hands-with-a-dreamy-expression_1258-122007.jpg", imageAlt: "Portrait of Eleni Vasileiou"},
|
||||
|
||||
Reference in New Issue
Block a user