266 lines
13 KiB
TypeScript
266 lines
13 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
import { Facebook, Instagram, Twitter } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="mediumLarge"
|
|
sizing="largeSizeMediumTitles"
|
|
background="grid"
|
|
cardStyle="gradient-bordered"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="normal"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "hero"},
|
|
{
|
|
name: "About Us", id: "about"},
|
|
{
|
|
name: "Features", id: "features"},
|
|
{
|
|
name: "Products", id: "products"},
|
|
{
|
|
name: "Payments", id: "pricing"},
|
|
{
|
|
name: "Testimonials", id: "testimonials"},
|
|
{
|
|
name: "FAQ", id: "faq"},
|
|
{
|
|
name: "Contact", id: "contact"}
|
|
]}
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pkxx05"
|
|
logoAlt="Mueblería Inoa & Reyes Logo"
|
|
brandName="Mueblería Inoa & Reyes"
|
|
button={{
|
|
text: "Get Quote", href: "#contact"}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogo
|
|
logoText="Mueblería Inoa & Reyes"
|
|
description="Discover stylish, affordable furniture for every room. Shop online or visit our Sabaneta showroom—same great service, now at your fingertips."
|
|
buttons={[
|
|
{
|
|
text: "Explore Our Collection", href: "#products"},
|
|
{
|
|
text: "Visit Our Showroom", href: "#contact"}
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior-design_23-2151983191.jpg"
|
|
imageAlt="Modern living room with stylish furniture"
|
|
showDimOverlay={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<InlineImageSplitTextAbout
|
|
useInvertedBackground={true}
|
|
heading={[
|
|
{
|
|
type: "text", content: "Your Trusted Partner for "},
|
|
{
|
|
type: "image", src: "http://img.b2bpic.net/free-photo/agent-using-device-help-man-evaluate-cars-dealership-before-buying_482257-124136.jpg", alt: "Happy family in new home"},
|
|
{
|
|
type: "text", content: "Quality Home Furnishings"}
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Learn More About Us", href: "#"}
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentySeven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "f1", title: "Flexible Payment Plans", descriptions: [
|
|
"We offer various financing options to fit your budget, including installment plans and easy credit approvals."],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/turquoise-blue-cassette-tapes-shopping-trolley-against-white-backdrop_23-2147889314.jpg", imageAlt: "Online payment options"},
|
|
{
|
|
id: "f2", title: "Fast & Reliable Delivery", descriptions: [
|
|
"Get your new furniture delivered quickly and safely to your home, with professional setup available."],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092119.jpg", imageAlt: "Furniture delivery truck"},
|
|
{
|
|
id: "f3", title: "Quality & Durability", descriptions: [
|
|
"Our furniture is crafted from high-quality materials, ensuring lasting comfort and style for your home."],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-dark-wood-furniture-with-black-handles_169016-13059.jpg", imageAlt: "Detail of wooden furniture"}
|
|
]}
|
|
title="Making Your Dream Home a Reality"
|
|
description="At Mueblería Inoa & Reyes, we combine exquisite design with practical solutions to bring you the best in home furnishings."
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
carouselMode="buttons"
|
|
products={[
|
|
{
|
|
id: "p1", name: "Modern Grey Sofa Set", price: "RD$45,000", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-3593.jpg", imageAlt: "Modern grey sofa"},
|
|
{
|
|
id: "p2", name: "Elegant Dining Table", price: "RD$32,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-clean-interior-design_23-2151929404.jpg", imageAlt: "Wooden dining table"},
|
|
{
|
|
id: "p3", name: "Luxury Bedroom Suite", price: "RD$78,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-sliding-drawers-with-stone-cladding-exquisite-furniture-design-living-room_169016-72774.jpg", imageAlt: "Minimalist bedroom set"},
|
|
{
|
|
id: "p4", name: "Functional Study Desk", price: "RD$18,500", imageSrc: "http://img.b2bpic.net/free-photo/charming-lady-blue-outfit-sitting-office-enjoying-coffee_197531-27979.jpg", imageAlt: "Wooden study desk"},
|
|
{
|
|
id: "p5", name: "Stylish Accent Chair", price: "RD$12,000", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-interior_1339-3256.jpg", imageAlt: "Velvet accent chair"},
|
|
{
|
|
id: "p6", name: "Contemporary Bookshelf", price: "RD$25,000", imageSrc: "http://img.b2bpic.net/free-photo/student-boy-with-book_23-2147678872.jpg", imageAlt: "Modern wooden bookshelf"}
|
|
]}
|
|
title="Our Diverse Furniture Collection"
|
|
description="Explore our wide range of furniture designed to complement every room and style. Find the perfect pieces for your home."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardNine
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "basic", title: "Basic Installments", price: "0% APR", period: "for 6 Months", features: [
|
|
"Minimum purchase applies", "Quick approval process", "Perfect for smaller purchases"],
|
|
button: {
|
|
text: "Apply Now", href: "#contact"},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893722.jpg", imageAlt: "Basic installment plan"},
|
|
{
|
|
id: "premium", title: "Premium Financing", price: "Low APR", period: "for 12-24 Months", features: [
|
|
"No down payment required", "Flexible repayment options", "Ideal for large furniture sets"],
|
|
button: {
|
|
text: "Learn More", href: "#contact"},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/three-pink-piggy-banks-standing-books-blackboard-with-savings-chart_1101-2370.jpg", imageAlt: "Premium financing plan"}
|
|
]}
|
|
title="Flexible Payment Solutions"
|
|
description="We believe furnishing your home should be easy and affordable. Choose the payment plan that works best for you."
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardTwo
|
|
animationType="depth-3d"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={true}
|
|
carouselMode="buttons"
|
|
metrics={[
|
|
{
|
|
id: "m1", value: "20+", description: "Years in Business"},
|
|
{
|
|
id: "m2", value: "10K+", description: "Happy Customers"},
|
|
{
|
|
id: "m3", value: "500+", description: "Furniture Styles"}
|
|
]}
|
|
title="Our Commitment to Excellence"
|
|
description="Serving the Dominican Republic for over two decades with quality furniture and unparalleled customer service."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwelve
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/person-pressing-buzzer_23-2149731399.jpg", imageAlt: "Maria G."},
|
|
{
|
|
id: "2", name: "Juan P.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020306.jpg", imageAlt: "Juan P."},
|
|
{
|
|
id: "3", name: "Sofia R.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-adult-woman-relaxing-sofa_23-2148624982.jpg", imageAlt: "Sofia R."},
|
|
{
|
|
id: "4", name: "Carlos L.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-smiling-young-woman-embracing-her-african-boyfriend_23-2148151777.jpg", imageAlt: "Carlos L."},
|
|
{
|
|
id: "5", name: "Ana M.", imageSrc: "http://img.b2bpic.net/free-photo/people-exchanging-goods-barter-event_23-2150208203.jpg", imageAlt: "Ana M."}
|
|
]}
|
|
cardTitle="Nuestros Clientes Nos Aman"
|
|
cardTag="Reseñas Entusiastas"
|
|
cardAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "faq1", title: "¿Cuáles son sus opciones de pago?", content: "Ofrecemos planes de pago flexibles, incluyendo cuotas sin intereses, pagos con tarjeta de crédito y transferencias bancarias directas. Visite nuestra sala de exposición o contáctenos para más detalles."},
|
|
{
|
|
id: "faq2", title: "¿Ofrecen servicios de entrega?", content: "Sí, ofrecemos servicios de entrega rápidos y confiables en toda la República Dominicana. Las tarifas de entrega pueden variar según la ubicación y el tamaño del pedido."},
|
|
{
|
|
id: "faq3", title: "¿Puedo visitar su sala de exposición?", content: "¡Absolutamente! Nuestra sala de exposición en Sabaneta está abierta durante el horario comercial. Le damos la bienvenida para que experimente nuestras colecciones de muebles en persona."}
|
|
]}
|
|
title="Preguntas Frecuentes"
|
|
description="Encuentre respuestas rápidas a preguntas comunes sobre nuestros productos, servicios y políticas."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "radial-gradient"}}
|
|
tag="Póngase en Contacto"
|
|
title="¿Listo para Transformar Su Hogar?"
|
|
description="Contáctenos hoy para discutir sus necesidades de muebles, opciones de pago o para programar una visita a nuestra sala de exposición."
|
|
buttons={[
|
|
{
|
|
text: "Llámenos Ahora", href: "tel:+18091234567"},
|
|
{
|
|
text: "Envíenos un Correo Electrónico", href: "mailto:info@muebleriainoareyes.com"}
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="Mueblería Inoa & Reyes"
|
|
copyrightText="© 2024 Mueblería Inoa & Reyes. All rights reserved."
|
|
socialLinks={[
|
|
{
|
|
icon: Facebook,
|
|
href: "https://facebook.com/muebleriainoareyes", ariaLabel: "Facebook"},
|
|
{
|
|
icon: Instagram,
|
|
href: "https://instagram.com/muebleriainoareyes", ariaLabel: "Instagram"},
|
|
{
|
|
icon: Twitter,
|
|
href: "https://twitter.com/muebleriainoareyes", ariaLabel: "Twitter"}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|