Merge version_1 into main #2
306
src/app/page.tsx
306
src/app/page.tsx
@@ -17,31 +17,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Approach",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Consultation",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Approach", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Consultation", id: "contact" },
|
||||
]}
|
||||
brandName="Orlando Interiors"
|
||||
/>
|
||||
@@ -49,111 +41,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Interiors Crafted for Intentional Living"
|
||||
description="Bespoke design that balances warmth, restraint, and timeless beauty. Every room tells a story of thoughtful craftsmanship and curated luxury."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=1",
|
||||
imageAlt: "Luxury Living",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=1",
|
||||
imageAlt: "Bespoke Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=2",
|
||||
imageAlt: "Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=2",
|
||||
imageAlt: "Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=3",
|
||||
imageAlt: "Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=3",
|
||||
imageAlt: "Living",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Luxury Living" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Bespoke Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Living" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=4",
|
||||
imageAlt: "Interior Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=4",
|
||||
imageAlt: "Modern Decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=5",
|
||||
imageAlt: "Craftsmanship",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=5",
|
||||
imageAlt: "Warm Space",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=6",
|
||||
imageAlt: "Curated Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=6",
|
||||
imageAlt: "Luxury",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Your Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Interior Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Modern Decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Craftsmanship" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Warm Space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg", imageAlt: "Curated Detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg", imageAlt: "Luxury" }
|
||||
]}
|
||||
buttons={[{ text: "Begin Your Consultation", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-age_343059-3756.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-analysing-clipboard_23-2148252106.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-age_343059-3756.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-woman-analysing-clipboard_23-2148252106.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Trusted by 50+ discerning homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Milanese Craftsmanship",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Architectural Integrity",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Curation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Elegance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Intentional Design",
|
||||
},
|
||||
{ type: "text", text: "Milanese Craftsmanship" },
|
||||
{ type: "text", text: "Architectural Integrity" },
|
||||
{ type: "text", text: "Bespoke Curation" },
|
||||
{ type: "text", text: "Timeless Elegance" },
|
||||
{ type: "text", text: "Intentional Design" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,18 +86,9 @@ export default function LandingPage() {
|
||||
title="Milanese Craftsmanship for the Modern Home"
|
||||
description="We believe that interior design is not merely about decorating, but about curating an environment that reflects intentional living. Our studio blends architectural discipline with artistic warmth."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Curation",
|
||||
description: "Every detail sourced to meet our high standards.",
|
||||
},
|
||||
{
|
||||
title: "Timeless Design",
|
||||
description: "Aesthetic roots that grow richer with time.",
|
||||
},
|
||||
{
|
||||
title: "Architectural Integrity",
|
||||
description: "Technical rigor meets elegant composition.",
|
||||
},
|
||||
{ title: "Bespoke Curation", description: "Every detail sourced to meet our high standards." },
|
||||
{ title: "Timeless Design", description: "Aesthetic roots that grow richer with time." },
|
||||
{ title: "Architectural Integrity", description: "Technical rigor meets elegant composition." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concentrated-woman-talking-phone-looking-color-palette_23-2147601365.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -190,50 +102,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Editorial Sensibility",
|
||||
description: "Every room is a story waiting to be told through texture and light.",
|
||||
icon: Sparkles,
|
||||
title: "Editorial Sensibility", description: "Every room is a story waiting to be told through texture and light.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bgr1JhdaZLIwSdfxEc1aXRabgJ/uploaded-1774921688051-kk0xn741.png",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Masterful Craftsmanship",
|
||||
description: "Collaborations with the finest artisans in Milan and beyond.",
|
||||
icon: Award,
|
||||
title: "Masterful Craftsmanship", description: "Collaborations with the finest artisans in Milan and beyond.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-plant-vase-decoration-assortment_23-2149090612.jpg?_wi=7",
|
||||
imageAlt: "luxury interior design living room",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Intentional Living",
|
||||
description: "Spaces designed to optimize comfort and aesthetic clarity.",
|
||||
icon: Zap,
|
||||
title: "Intentional Living", description: "Spaces designed to optimize comfort and aesthetic clarity.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg?_wi=7",
|
||||
imageAlt: "bespoke furniture design details",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-using-breast-feeding-pump_23-2149402284.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407605.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Design Philosophy"
|
||||
description="Sophisticated restraint meets warm, artisanal textures to build spaces of lasting significance."
|
||||
@@ -246,41 +134,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alexandra H.",
|
||||
role: "Collector",
|
||||
testimonial: "The precision and warmth brought to my home is unmatched. A true design house.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian T.",
|
||||
role: "Developer",
|
||||
testimonial: "Their architectural depth and conceptual rigor elevated our latest property.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-age_343059-3756.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena P.",
|
||||
role: "Homeowner",
|
||||
testimonial: "A complete transformation. Every room feels curated and intentional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-analysing-clipboard_23-2148252106.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus R.",
|
||||
role: "Architect",
|
||||
testimonial: "Collaborating with this team is a masterclass in aesthetic restraint.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophie M.",
|
||||
role: "Creative Director",
|
||||
testimonial: "An incredible experience from start to finish. They truly listen and execute beyond expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Alexandra H.", role: "Collector", testimonial: "The precision and warmth brought to my home is unmatched. A true design house.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg" },
|
||||
{ id: "t2", name: "Julian T.", role: "Developer", testimonial: "Their architectural depth and conceptual rigor elevated our latest property.", imageSrc: "http://img.b2bpic.net/free-photo/people-age_343059-3756.jpg" },
|
||||
{ id: "t3", name: "Elena P.", role: "Homeowner", testimonial: "A complete transformation. Every room feels curated and intentional.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-analysing-clipboard_23-2148252106.jpg" },
|
||||
{ id: "t4", name: "Marcus R.", role: "Architect", testimonial: "Collaborating with this team is a masterclass in aesthetic restraint.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-lady-with-curls-wearing-denim-jacket-shorts-has-fun-outside-summer-good-day_291650-1293.jpg" },
|
||||
{ id: "t5", name: "Sophie M.", role: "Creative Director", testimonial: "An incredible experience from start to finish. They truly listen and execute beyond expectations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-couch_23-2149722572.jpg" }
|
||||
]}
|
||||
title="Refined Perspectives"
|
||||
description="Voices from our distinguished clients."
|
||||
@@ -293,24 +151,10 @@ export default function LandingPage() {
|
||||
title="Begin Your Consultation"
|
||||
description="Ready to transform your space? Start the conversation today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Tell us about your project",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "details", placeholder: "Tell us about your project", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-late-night_23-2150170690.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -319,34 +163,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Work", href: "#features" }, { label: "Consultation", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="ORLANDO INTERIORS"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user