Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-09 15:40:10 +00:00

View File

@@ -18,27 +18,23 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Portfolio",
id: "products",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Portfolio", id: "products" },
{ name: "Contact", id: "contact" }
]}
brandName="ArchDesign"
/>
@@ -48,35 +44,15 @@ export default function LandingPage() {
<HeroOverlay
title="Custom Architecture Meets Your Vision"
description="We listen to your needs and deliver tailored solutions—from bespoke kitchens and interiors to complete home builds and renovations. Thirty years of expertise serving clients within 50 km of Násedlovice."
buttons={[
{
text: "Discover Our Projects",
href: "#products",
},
]}
buttons={[{ text: "Discover Our Projects", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821376.jpg"
imageAlt="Custom architecture project"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-people-working-with-laptop_23-2149721892.jpg",
alt: "Side view people working with laptop",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-hand-drawing-furniture_23-2148903488.jpg",
alt: "Close up hand drawing furniture",
},
{
src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278644.jpg",
alt: "Tiler working on renovation of apartment",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563361.jpg",
alt: "Beautiful young tattooed person",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
alt: "Smiling homosexual man in official suit",
},
{ src: "http://img.b2bpic.net/free-photo/side-view-people-working-with-laptop_23-2149721892.jpg", alt: "Side view people working with laptop" },
{ src: "http://img.b2bpic.net/free-photo/close-up-hand-drawing-furniture_23-2148903488.jpg", alt: "Close up hand drawing furniture" },
{ src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278644.jpg", alt: "Tiler working on renovation of apartment" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563361.jpg", alt: "Beautiful young tattooed person" },
{ src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Smiling homosexual man in official suit" }
]}
avatarText="Trusted by hundreds of homeowners"
/>
@@ -86,15 +62,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Crafting Spaces That Tell Your Story",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20671.jpg",
alt: "Architectural detail",
},
{ type: "text", content: "Crafting Spaces That Tell Your Story" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20671.jpg", alt: "Architectural detail" }
]}
/>
</div>
@@ -106,27 +75,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "Bespoke Carpentry",
description: "Custom cabinetry built to measure.",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/functional-roof-kitchen-builtin-appliances-matte-blue-design_169016-69055.jpg",
buttonText: "Learn More",
},
{
title: "Interior Design",
description: "Personalized spaces tailored to you.",
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791074.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2236.jpg",
buttonText: "Learn More",
},
{
title: "Renovations",
description: "Revitalizing classic structures.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-stairs_23-2149324205.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107029.jpg",
buttonText: "Learn More",
},
{ title: "Bespoke Carpentry", description: "Custom cabinetry built to measure.", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/functional-roof-kitchen-builtin-appliances-matte-blue-design_169016-69055.jpg", buttonText: "Learn More" },
{ title: "Interior Design", description: "Personalized spaces tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-designed-furniture_23-2150791074.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2236.jpg", buttonText: "Learn More" },
{ title: "Renovations", description: "Revitalizing classic structures.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-standing-stairs_23-2149324205.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107029.jpg", buttonText: "Learn More" }
]}
title="Comprehensive Solutions"
description="Our expertise spans across all aspects of construction and interior design."
@@ -140,42 +91,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Modern Kitchen Renovation",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976545.jpg",
},
{
id: "p2",
name: "Custom Living Area",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418530.jpg",
},
{
id: "p3",
name: "Bespoke Walk-in Closet",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217997.jpg",
},
{
id: "p4",
name: "Architectural Timber Home",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264446.jpg",
},
{
id: "p5",
name: "Glass & Steel Extensions",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg",
},
{
id: "p6",
name: "Historical Building Restoration",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/architectural-city-palace-udaipur-rajasthan-india_53876-65509.jpg",
},
{ id: "p1", name: "Modern Kitchen Renovation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976545.jpg" },
{ id: "p2", name: "Custom Living Area", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418530.jpg" },
{ id: "p3", name: "Bespoke Walk-in Closet", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217997.jpg" },
{ id: "p4", name: "Architectural Timber Home", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264446.jpg" },
{ id: "p5", name: "Glass & Steel Extensions", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-791.jpg" },
{ id: "p6", name: "Historical Building Restoration", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/architectural-city-palace-udaipur-rajasthan-india_53876-65509.jpg" }
]}
title="Selected Projects"
description="Explore our recent architectural work and interior finishes."
@@ -188,21 +109,9 @@ export default function LandingPage() {
title="Why Trust Us"
tag="Expertise"
metrics={[
{
id: "m1",
value: "30+",
description: "Years of professional experience",
},
{
id: "m2",
value: "50km",
description: "Service radius around Násedlovice",
},
{
id: "m3",
value: "500+",
description: "Completed projects",
},
{ id: "m1", value: "30+", description: "Years of professional experience" },
{ id: "m2", value: "50km", description: "Service radius around Násedlovice" },
{ id: "m3", value: "500+", description: "Completed projects" }
]}
metricsAnimation="slide-up"
/>
@@ -215,26 +124,11 @@ export default function LandingPage() {
rating={5}
author="Petr Novák"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
alt: "Client photo",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
alt: "Grey-haired businessman",
},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Young businesswoman",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
alt: "Smiling man in suit",
},
{
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
alt: "Handsome groom in black suit",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Client photo" },
{ src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Grey-haired businessman" },
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Young businesswoman" },
{ src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Smiling man in suit" },
{ src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Handsome groom in black suit" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -244,44 +138,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to build your dream space? Contact our Násedlovice team today for a consultation."
buttons={[
{
text: "Contact Us",
href: "mailto:info@archdesign.cz",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@archdesign.cz" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Projects",
href: "#products",
},
],
},
{
title: "Contact",
items: [
{
label: "Email",
href: "mailto:info@archdesign.cz",
},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Projects", href: "#products" }] },
{ title: "Contact", items: [{ label: "Email", href: "mailto:info@archdesign.cz" }] }
]}
logoText="ArchDesign"
/>
@@ -289,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}