Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0da48acdb | |||
| c75ece27b1 | |||
| 1ee4d432a8 |
271
src/app/page.tsx
271
src/app/page.tsx
@@ -34,45 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Payments",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Payments", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
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",
|
||||
}}
|
||||
text: "Get Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,13 +64,9 @@ export default function LandingPage() {
|
||||
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: "Explore Our Collection", href: "#products"},
|
||||
{
|
||||
text: "Visit Our Showroom",
|
||||
href: "#contact",
|
||||
},
|
||||
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"
|
||||
@@ -101,24 +79,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Trusted Partner for ",
|
||||
},
|
||||
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: "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",
|
||||
},
|
||||
type: "text", content: "Quality Home Furnishings"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,32 +99,17 @@ export default function LandingPage() {
|
||||
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: "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: "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",
|
||||
},
|
||||
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."
|
||||
@@ -171,47 +125,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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."
|
||||
@@ -225,39 +149,17 @@ export default function LandingPage() {
|
||||
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",
|
||||
],
|
||||
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",
|
||||
},
|
||||
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",
|
||||
],
|
||||
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",
|
||||
},
|
||||
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."
|
||||
@@ -273,20 +175,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
description: "Years in Business",
|
||||
},
|
||||
id: "m1", value: "20+", description: "Years in Business"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10K+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "m2", value: "10K+", description: "Happy Customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Furniture Styles",
|
||||
},
|
||||
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."
|
||||
@@ -298,38 +191,18 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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.",
|
||||
},
|
||||
id: "5", name: "Ana M.", imageSrc: "http://img.b2bpic.net/free-photo/people-exchanging-goods-barter-event_23-2150208203.jpg", imageAlt: "Ana M."}
|
||||
]}
|
||||
cardTitle="Our Customers Love Us"
|
||||
cardTag="Rave Reviews"
|
||||
cardTitle="Nuestros Clientes Nos Aman"
|
||||
cardTag="Reseñas Entusiastas"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -340,23 +213,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your payment options?",
|
||||
content: "We offer flexible payment plans, including interest-free installments, credit card payments, and direct bank transfers. Visit our showroom or contact us for more details.",
|
||||
},
|
||||
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: "Do you offer delivery services?",
|
||||
content: "Yes, we provide fast and reliable delivery services across the Dominican Republic. Delivery fees may vary based on location and order size.",
|
||||
},
|
||||
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: "Can I visit your showroom?",
|
||||
content: "Absolutely! Our showroom in Sabaneta is open during business hours. We welcome you to experience our furniture collections in person.",
|
||||
},
|
||||
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="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our products, services, and policies."
|
||||
title="Preguntas Frecuentes"
|
||||
description="Encuentre respuestas rápidas a preguntas comunes sobre nuestros productos, servicios y políticas."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -365,20 +229,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Transform Your Home?"
|
||||
description="Contact us today to discuss your furniture needs, payment options, or to schedule a visit to our showroom."
|
||||
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: "Call Us Now",
|
||||
href: "tel:+18091234567",
|
||||
},
|
||||
text: "Llámenos Ahora", href: "tel:+18091234567"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@muebleriainoareyes.com",
|
||||
},
|
||||
text: "Envíenos un Correo Electrónico", href: "mailto:info@muebleriainoareyes.com"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -390,19 +249,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/muebleriainoareyes",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/muebleriainoareyes", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/muebleriainoareyes",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/muebleriainoareyes", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/muebleriainoareyes",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/muebleriainoareyes", ariaLabel: "Twitter"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user