Merge version_1 into main #1
316
src/app/page.tsx
316
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Villa Marcenaria"
|
||||
/>
|
||||
@@ -54,72 +42,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Timeless Craftsmanship in Every Detail"
|
||||
description="Villa Marcenaria brings artisanal luxury to your home through bespoke cabinetry and custom woodwork, blending traditional techniques with modern design."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years of Mastery",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
{ value: "15+", label: "Years of Mastery" },
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "100%", label: "Client Satisfaction" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/large-green-kitchen-cabinet-with-many-handles-closeup_169016-20018.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lucky-drawers-temple-hong-kong_53876-147828.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-open-drawer-sage-green-kitchen-declutter-mood_169016-70903.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-wooden-boxes-house-home-decor-detail_169016-20486.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185398.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/large-green-kitchen-cabinet-with-many-handles-closeup_169016-20018.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lucky-drawers-temple-hong-kong_53876-147828.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-open-drawer-sage-green-kitchen-declutter-mood_169016-70903.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-wooden-boxes-house-home-decor-detail_169016-20486.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185398.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Materials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Joinery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Engineering",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Luxury",
|
||||
},
|
||||
{ type: "text", text: "Sustainable Materials" },
|
||||
{ type: "text", text: "Artisanal Joinery" },
|
||||
{ type: "text", text: "Bespoke Engineering" },
|
||||
{ type: "text", text: "Timeless Design" },
|
||||
{ type: "text", text: "Modern Luxury" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,18 +78,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Refinement"
|
||||
description="At Villa Marcenaria, we believe luxury is found in the intersection of function and art. Each piece we create is a testament to the dedication, precision, and passion we pour into every project."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Design",
|
||||
description: "Tailored solutions reflecting your unique vision.",
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Sourced from the finest sustainable forests.",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Technique",
|
||||
description: "Honoring age-old methods of master joinery.",
|
||||
},
|
||||
{ title: "Bespoke Design", description: "Tailored solutions reflecting your unique vision." },
|
||||
{ title: "Premium Materials", description: "Sourced from the finest sustainable forests." },
|
||||
{ title: "Artisanal Technique", description: "Honoring age-old methods of master joinery." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cabinetmaker-evaluates-timber-block-picking-right-tool-from-rack_482257-89495.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -155,39 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Kitchen Design",
|
||||
author: "Villa Studio",
|
||||
description: "Curating hearts of homes through master cabinetry.",
|
||||
tags: [
|
||||
"Kitchen",
|
||||
"Luxury",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floating-drawers-black-bar-pulls-slate-matte_169016-69042.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Living Spaces",
|
||||
author: "Villa Studio",
|
||||
description: "Functional luxury for your daily comfort.",
|
||||
tags: [
|
||||
"Living Room",
|
||||
"Custom",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Home Libraries",
|
||||
author: "Villa Studio",
|
||||
description: "Create sanctuaries for knowledge and calm.",
|
||||
tags: [
|
||||
"Office",
|
||||
"Bespoke",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-business-opportunity-woodwork-workshop_1163-3135.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Kitchen Design", author: "Villa Studio", description: "Curating hearts of homes through master cabinetry.", tags: ["Kitchen", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/floating-drawers-black-bar-pulls-slate-matte_169016-69042.jpg" },
|
||||
{ id: "f2", title: "Living Spaces", author: "Villa Studio", description: "Functional luxury for your daily comfort.", tags: ["Living Room", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg" },
|
||||
{ id: "f3", title: "Home Libraries", author: "Villa Studio", description: "Create sanctuaries for knowledge and calm.", tags: ["Office", "Bespoke"], imageSrc: "http://img.b2bpic.net/free-photo/artisan-business-opportunity-woodwork-workshop_1163-3135.jpg" },
|
||||
]}
|
||||
title="Elevating Your Living Spaces"
|
||||
description="Experience unparalleled quality across every custom application."
|
||||
@@ -201,48 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Kitchen Island",
|
||||
price: "Custom",
|
||||
variant: "Oak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821358.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Walnut Vanity Unit",
|
||||
price: "Custom",
|
||||
variant: "Walnut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829641.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Integrated Wardrobe System",
|
||||
price: "Custom",
|
||||
variant: "Cedar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawers-white-cabinet_23-2148848705.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bespoke Study Shelving",
|
||||
price: "Custom",
|
||||
variant: "Mahogany",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-arrangement_23-2149854380.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Feature Wainscoting Panel",
|
||||
price: "Custom",
|
||||
variant: "Oak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-assortment_23-2148732419.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Master Suite Dresser",
|
||||
price: "Custom",
|
||||
variant: "Walnut",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculpture_23-2151003008.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Artisan Kitchen Island", price: "Custom", variant: "Oak", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821358.jpg" },
|
||||
{ id: "p2", name: "Walnut Vanity Unit", price: "Custom", variant: "Walnut", imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829641.jpg" },
|
||||
{ id: "p3", name: "Integrated Wardrobe System", price: "Custom", variant: "Cedar", imageSrc: "http://img.b2bpic.net/free-photo/drawers-white-cabinet_23-2148848705.jpg" },
|
||||
{ id: "p4", name: "Bespoke Study Shelving", price: "Custom", variant: "Mahogany", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-arrangement_23-2149854380.jpg" },
|
||||
{ id: "p5", name: "Feature Wainscoting Panel", price: "Custom", variant: "Oak", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-assortment_23-2148732419.jpg" },
|
||||
{ id: "p6", name: "Master Suite Dresser", price: "Custom", variant: "Walnut", imageSrc: "http://img.b2bpic.net/free-photo/handcrafted-wooden-decorative-sculpture_23-2151003008.jpg" },
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Explore our curated portfolio of bespoke interior elements."
|
||||
@@ -255,24 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Awards Won",
|
||||
value: "24",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Warranty Years",
|
||||
value: "10",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Lead Time (wks)",
|
||||
value: "8",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Awards Won", value: "24" },
|
||||
{ id: "m2", icon: Shield, title: "Warranty Years", value: "10" },
|
||||
{ id: "m3", icon: Zap, title: "Lead Time (wks)", value: "8" },
|
||||
]}
|
||||
title="Precision and Performance"
|
||||
description="Our commitment to excellence quantified."
|
||||
@@ -281,63 +138,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Rossi",
|
||||
role: "Architect",
|
||||
company: "Studio Urban",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Homeowner",
|
||||
company: "Thorne Estates",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149890984.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Chen",
|
||||
role: "Interior Designer",
|
||||
company: "Vivid Design",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-juggle-with-oranges-woman-while-preparing-tasty-nutritious-smoothie-healthy-carefree-cheerful-lifestyle-eating-diet-preparing-breakfast-cozy-sunny-morning_482257-10603.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Al-Farsi",
|
||||
role: "CEO",
|
||||
company: "Al-Farsi Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-holding-wood-plank-material-his-shoulder-smiling_342744-838.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julianna Webb",
|
||||
role: "Art Curator",
|
||||
company: "Webb Gallery",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-talking-mobile_23-2148415911.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Elena Rossi", role: "Architect", company: "Studio Urban", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" },
|
||||
{ id: "t2", name: "Marcus Thorne", role: "Homeowner", company: "Thorne Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149890984.jpg" },
|
||||
{ id: "t3", name: "Sophia Chen", role: "Interior Designer", company: "Vivid Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-juggle-with-oranges-woman-while-preparing-tasty-nutritious-smoothie-healthy-carefree-cheerful-lifestyle-eating-diet-preparing-breakfast-cozy-sunny-morning_482257-10603.jpg" },
|
||||
{ id: "t4", name: "David Al-Farsi", role: "CEO", company: "Al-Farsi Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-holding-wood-plank-material-his-shoulder-smiling_342744-838.jpg" },
|
||||
{ id: "t5", name: "Julianna Webb", role: "Art Curator", company: "Webb Gallery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-talking-mobile_23-2148415911.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "99%",
|
||||
label: "Referral Rate",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Repeated Clients",
|
||||
},
|
||||
{ value: "99%", label: "Referral Rate" },
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "100+", label: "Repeated Clients" },
|
||||
]}
|
||||
title="A Legacy of Trust"
|
||||
description="Discover why discerning clients choose us for their homes."
|
||||
@@ -347,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Start Your Project"
|
||||
title="Bring Your Vision to Life"
|
||||
description="Get in touch to begin your bespoke design journey with Villa Marcenaria."
|
||||
@@ -363,45 +175,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-wood-textures_74190-6277.jpg"
|
||||
logoText="Villa Marcenaria"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Craftsmanship",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Gallery",
|
||||
items: [
|
||||
{
|
||||
label: "Kitchens",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Showroom",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Craftsmanship", href: "#features" }] },
|
||||
{ title: "Gallery", items: [{ label: "Kitchens", href: "#products" }, { label: "Residential", href: "#products" }] },
|
||||
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Showroom", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user