Merge version_2 into main #3
@@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
|
||||
export default function NoirPage() {
|
||||
@@ -75,6 +74,7 @@ export default function NoirPage() {
|
||||
description="Serviços exclusivos para garantir a perfeição em cada detalhe do seu vestido."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Wedding Dresses", tags: ["Bridal", "Luxury"], imageSrc: "https://images.unsplash.com/photo-1524504388940-b1c1726653e1?auto=format&fit=crop&q=80&w=600" },
|
||||
{ id: "s2", title: "Luxury Women's Fashion", tags: ["Evening", "Style"], imageSrc: "https://images.unsplash.com/photo-1490481651871-ab68de25d43d?auto=format&fit=crop&q=80&w=600" },
|
||||
@@ -89,6 +89,7 @@ export default function NoirPage() {
|
||||
description="Experiências inesquecíveis das nossas noivas."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Jesikah W.", handle: "@jesikah", testimonial: "Um serviço verdadeiramente luxuoso e atencioso. Senti-me a noiva mais especial do mundo!", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?auto=format&fit=crop&q=80&w=200" },
|
||||
{ id: "2", name: "Jane L.", handle: "@janel", testimonial: "A atenção aos detalhes na Noir é incomparável. O meu vestido ficou perfeito.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=200" },
|
||||
@@ -107,6 +108,8 @@ export default function NoirPage() {
|
||||
{ id: "a3", title: "Horário", content: "Seg-Sáb: 10:00 - 19:00" }
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,6 +117,7 @@ export default function NoirPage() {
|
||||
<ContactSplitForm
|
||||
title="Agende a sua visita"
|
||||
description="Reserve um momento exclusivo para experimentar a coleção Noir."
|
||||
useInvertedBackground={true}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "O seu nome" },
|
||||
{ name: "email", type: "email", placeholder: "Email" }
|
||||
@@ -128,7 +132,7 @@ export default function NoirPage() {
|
||||
logoText="Noir"
|
||||
columns={[
|
||||
{ title: "Noir", items: [{ label: "Home", href: "#" }] }
|
||||
]}
|
||||
],
|
||||
copyrightText="© 2025 Noir Funchal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user