Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6116f9fef3 | |||
| e6791c91ef | |||
| 40b9adbbcf | |||
| f36535e8e8 |
@@ -38,30 +38,30 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Miami Millwork Co."
|
logoText="Miami Millwork Co."
|
||||||
description="Crafting exceptional kitchens and bespoke closet systems in the heart of Miami. Elevate your living space with our premium millwork solutions."
|
description="Elevating Miami interiors with precision-crafted custom kitchens, bespoke walk-in closets, and artisan millwork. Experience Florida luxury refined."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Our Work", href: "#features" },
|
{ text: "Our Services", href: "#features" },
|
||||||
{ text: "Contact Us", href: "#contact" }
|
{ text: "Schedule Consult", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg"
|
||||||
imageAlt="Luxurious custom kitchen millwork in Miami"
|
imageAlt="Modern luxury millwork design in a Miami residence"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
title="Mastering the Art of Custom Millwork"
|
title="Defining Miami Living Through Craftsmanship"
|
||||||
description="With over two decades of combined experience, our team specializes in transforming Miami homes through precision-engineered kitchen cabinetry and sophisticated closet solutions. We blend traditional woodworking techniques with modern design for a perfect finish."
|
description="From Coral Gables to Miami Beach, we bring specialized millwork solutions to high-end residential projects. Our artisans combine local design sensibilities with rigorous woodworking standards for truly bespoke living spaces."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "500+", title: "Completed Projects" },
|
{ value: "250+", title: "Miami Residences" },
|
||||||
{ value: "15+", title: "Years Experience" },
|
{ value: "20+ Yrs", title: "Design Expertise" },
|
||||||
{ value: "100%", title: "Client Satisfaction" }
|
{ value: "100%", title: "Local Quality" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185399.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185399.jpg"
|
||||||
imageAlt="Artisan cabinet maker focusing on quality"
|
imageAlt="Skilled artisan working on custom cabinetry"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -69,23 +69,23 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyThree
|
<FeatureCardTwentyThree
|
||||||
title="Our Specialized Solutions"
|
title="Signature Miami Millwork"
|
||||||
description="Excellence in every detail, from concept to installation."
|
description="Tailored storage and cabinetry solutions designed for the tropical lifestyle."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "Kitchen Cabinetry", tags: ["Bespoke", "Kitchen"],
|
id: "f1", title: "Bespoke Kitchens", tags: ["Kitchen", "Luxury"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", imageAlt: "Custom modern kitchen cabinetry design"
|
imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", imageAlt: "High-end custom kitchen cabinetry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "f2", title: "Closet Systems", tags: ["Organization", "Closet"],
|
id: "f2", title: "Luxury Closet Systems", tags: ["Storage", "Organization"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5781.jpg", imageAlt: "Luxurious walk-in closet organizational system"
|
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-making-shopping-mall_176420-5781.jpg", imageAlt: "Custom designed Miami closet system"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Custom Storage", tags: ["Furniture", "Storage"],
|
id: "f3", title: "Fine Millwork", tags: ["Furniture", "Bespoke"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-lemons_23-2147693952.jpg", imageAlt: "Hand-crafted custom wall storage solutions"
|
imageSrc: "http://img.b2bpic.net/free-photo/cup-lemons_23-2147693952.jpg", imageAlt: "Precision artisan woodwork"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -93,14 +93,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="The quality of work Miami Millwork Co. delivered for our walk-in closet is unmatched. The attention to detail and professional installation made a significant difference."
|
testimonial="Miami Millwork Co. transformed our South Beach home. Their precision and focus on local aesthetic trends made our kitchen renovation seamless and absolutely beautiful."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Elena Rodriguez"
|
author="Sofia M., Miami Resident"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-having-lunch-with-her-husband-talking-him-dining-table_637285-10457.jpg", alt: "Client One" },
|
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-having-lunch-with-her-husband-talking-him-dining-table_637285-10457.jpg", alt: "Client" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", alt: "Client Two" },
|
{ src: "http://img.b2bpic.net/free-photo/gorgeous-young-girl-talking-by-phone-wardrobe-getting-ready-date-putting-make-up-she-was-surprised-look-holding-lip-gloss-hand-wearing-black-beautiful-dress_197531-1681.jpg", alt: "Client" }
|
||||||
{ src: "http://img.b2bpic.net/free-photo/gorgeous-young-girl-talking-by-phone-wardrobe-getting-ready-date-putting-make-up-she-was-surprised-look-holding-lip-gloss-hand-wearing-black-beautiful-dress_197531-1681.jpg", alt: "Client Three" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg", alt: "Client Four" }
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -110,9 +108,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get Started"
|
tag="Miami Consultation"
|
||||||
title="Ready to Transform Your Home?"
|
title="Start Your Project"
|
||||||
description="Contact us today for a free consultation regarding your next kitchen or closet project."
|
description="Bring your vision to life. Connect with our local team for a custom design quote."
|
||||||
background={{ variant: "downward-rays-animated" }}
|
background={{ variant: "downward-rays-animated" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -123,20 +121,21 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Projects", href: "#features" },
|
{ label: "Our Work", href: "#features" },
|
||||||
{ label: "Contact", href: "#contact" }
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Kitchens", href: "#" },
|
{ label: "Kitchens", href: "#features" },
|
||||||
{ label: "Closets", href: "#" },
|
{ label: "Closets", href: "#features" },
|
||||||
{ label: "Custom Millwork", href: "#" }
|
{ label: "Custom Woodwork", href: "#features" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
logoText="Miami Millwork Co."
|
logoText="Miami Millwork Co."
|
||||||
|
copyrightText="© 2025 Miami Millwork Co. | Crafting Local Excellence"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
73
src/app/portfolio/page.tsx
Normal file
73
src/app/portfolio/page.tsx
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||||
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
|
|
||||||
|
export default function PortfolioPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="hover-bubble"
|
||||||
|
defaultTextAnimation="entrance-slide"
|
||||||
|
borderRadius="soft"
|
||||||
|
contentWidth="mediumSmall"
|
||||||
|
sizing="medium"
|
||||||
|
background="circleGradient"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="normal"
|
||||||
|
>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarStyleCentered
|
||||||
|
brandName="Miami Millwork Co."
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Portfolio", id: "#projects" },
|
||||||
|
{ name: "Contact", id: "/contact" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="projects" data-section="projects">
|
||||||
|
<ProductCardThree
|
||||||
|
title="Project Gallery"
|
||||||
|
description="Browse our collection of custom kitchens and bespoke closet installations, featuring before and after transformations."
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Modern Kitchen Transformation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-minimalist-design_169016-19754.jpg", imageAlt: "Custom kitchen millwork"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Luxury Walk-in Closet", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg", imageAlt: "Custom closet organization"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactCenter
|
||||||
|
tag="Get Started"
|
||||||
|
title="Request a Quote"
|
||||||
|
description="Ready to discuss your custom project? Send us your details and we'll be in touch."
|
||||||
|
background={{ variant: "downward-rays-animated" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBase
|
||||||
|
columns={[
|
||||||
|
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }
|
||||||
|
]}
|
||||||
|
logoText="Miami Millwork Co."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user