Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 15:26:43 +00:00

View File

@@ -3,15 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, CheckCircle, Sparkles } from "lucide-react";
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, CheckCircle, Sparkles, Building, Briefcase, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,302 +28,120 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Projects",
id: "projects",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="ARCHITECT STUDIO"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="ARCHITECT STUDIO"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
logoText="Bespoke Architectural Solutions"
description="Crafting timeless spaces that harmonize function, light, and materiality for the discerning client."
buttons={[
{
text: "View Portfolio",
href: "#projects",
},
{
text: "Book Consultation",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-cliffside-home-with-ocean-view-sunset_23-2152016391.jpg?_wi=1"
mediaAnimation="blur-reveal"
frameStyle="card"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Bespoke Architectural Design"
description="Timeless spatial solutions crafted with materiality and light at the forefront."
background={{ variant: "animated-grid" }}
buttons={[{ text: "Explore Portfolio", href: "#projects" }]}
imageSrc="http://img.b2bpic.net/free-photo/modern-cliffside-home-with-ocean-view-sunset_23-2152016391.jpg?_wi=1"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Architectural Philosophy"
description="With over 15 years of experience in high-end residential and commercial design, my approach centers on subtle elegance, contextual integrity, and sustainable innovation."
imageSrc="http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826294.jpg?_wi=1"
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="Architectural Philosophy"
description={[
"15 years of experience shaping residential and commercial environments.", "We prioritize context-sensitive design and sustainable material choices for lasting value."
]}
useInvertedBackground={false}
/>
</div>
<div id="projects" data-section="projects">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Residential",
name: "The Pavilion Villa",
price: "Renovation",
rating: 5,
reviewCount: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-textures-surface-exterior_74190-7914.jpg",
},
{
id: "2",
brand: "Interior",
name: "Minimalist Loft",
price: "Full Design",
rating: 5,
reviewCount: "2022",
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712863.jpg",
},
{
id: "3",
brand: "Commercial",
name: "Eco-Office Hub",
price: "Consultation",
rating: 5,
reviewCount: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004693.jpg",
},
{
id: "4",
brand: "Residential",
name: "Garden Extension",
price: "Addition",
rating: 5,
reviewCount: "2021",
imageSrc: "http://img.b2bpic.net/free-photo/brown-black-wooden-bench-near-glass-window_417767-129.jpg",
},
{
id: "5",
brand: "Office",
name: "Creative Studio",
price: "Interiors",
rating: 5,
reviewCount: "2022",
imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg",
},
{
id: "6",
brand: "Residential",
name: "Stone Bath Concept",
price: "Detailing",
rating: 5,
reviewCount: "2024",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-red-geometrical-structure-blue-sky_181624-6493.jpg",
},
]}
title="Project Portfolio"
description="A selection of completed residential and commercial works."
/>
</div>
<div id="projects" data-section="projects">
<ProductCardFour
title="Curated Works"
description="An evolution of residential and commercial concepts."
gridVariant="one-large-left-three-stacked-right"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "1", name: "Pavilion Villa", price: "Custom Residential", variant: "Villa", imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-textures-surface-exterior_74190-7914.jpg" },
{ id: "2", name: "Minimalist Loft", price: "Interior Design", variant: "Loft", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712863.jpg" },
{ id: "3", name: "Eco-Office Hub", price: "Commercial", variant: "Office", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004693.jpg" }
]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardNineteen
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "01",
title: "Concept Design",
subtitle: "Visualizing potential",
description: "Defining the core concept through mood boards and initial site analysis.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg",
imageAlt: "Vertical shot of a modern white building facade",
},
{
tag: "02",
title: "Planning & Permits",
subtitle: "Regulatory navigate",
description: "Managing complex regulatory processes to ensure seamless project approval.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-cliffside-home-with-ocean-view-sunset_23-2152016391.jpg?_wi=2",
imageAlt: "Vertical shot of a modern white building facade",
},
{
tag: "03",
title: "Construction Mgmt",
subtitle: "Execution oversight",
description: "Ensuring the integrity of your design remains intact through project completion.",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826294.jpg?_wi=2",
imageAlt: "Vertical shot of a modern white building facade",
},
]}
title="Design Services"
description="Comprehensive architectural services tailored to your project goals."
/>
</div>
<div id="services" data-section="services">
<FeatureBento
title="Design Services"
description="Providing specialized architectural consulting from conception to project delivery."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{ title: "Concepting", description: "Defining the narrative of space.", bentoComponent: "reveal-icon", icon: Building },
{ title: "Execution", description: "Precision in construction oversight.", bentoComponent: "reveal-icon", icon: Briefcase },
{ title: "Sustainability", description: "Forward-thinking design efficiency.", bentoComponent: "reveal-icon", icon: Sparkles }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Eleanor Rigby",
handle: "Villa Owner",
testimonial: "Exceptional eye for detail and a truly refreshing philosophy. Our home feels new yet timeless.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
{
id: "2",
name: "Marcus Aurelius",
handle: "CEO",
testimonial: "The Eco-Office Hub is a testament to professional expertise. Efficient and inspiring space.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg",
},
{
id: "3",
name: "Sarah Jenkins",
handle: "Interior Design Studio",
testimonial: "Collaborating on interior detailing was seamless. A master of spatial light and texture.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-making-plans-remodel-house_23-2148814633.jpg",
},
{
id: "4",
name: "Robert Klein",
handle: "Real Estate Developer",
testimonial: "Consistent, professional, and delivers on project vision every single time. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg",
},
{
id: "5",
name: "Elena Martinez",
handle: "Homeowner",
testimonial: "The renovation project far exceeded expectations. A dream design realized perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15650.jpg",
},
]}
title="Client Perspectives"
description="What our clients say about our creative approach."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="Client Perspectives"
description="Valued feedback from those who trust our architectural vision."
animationType="slide-up"
gridVariant="one-large-right-three-stacked-left"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Eleanor R.", role: "Villa Owner", company: "Private", testimonial: "A truly refreshing philosophy. Our home feels timeless." },
{ id: "2", name: "Marcus A.", role: "CEO", company: "Corporate", testimonial: "Professionalism and efficiency redefined workspace design." }
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Completed Projects",
value: "150+",
},
{
id: "m2",
icon: CheckCircle,
title: "Years Experience",
value: "15",
},
{
id: "m3",
icon: Sparkles,
title: "Design Awards",
value: "24",
},
]}
title="Project Milestones"
description="Measurable design impact through years of dedicated service."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Milestones"
description="Impact delivered over 15 years of practice."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "150+", title: "Projects", description: "Residential and commercial", icon: Building },
{ id: "2", value: "15", title: "Experience", description: "Years of excellence", icon: CheckCircle },
{ id: "3", value: "24", title: "Awards", description: "Design recognition", icon: Award }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Let's Connect"
title="Start Your Project"
description="Ready to discuss your vision? Send an inquiry and let's explore the architectural possibilities together."
imageSrc="http://img.b2bpic.net/free-photo/asian-manager-using-her-smartphone_482257-120356.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Inquiries"
title="Start Your Vision"
description="Schedule a design consultation to explore your project potential."
imageSrc="http://img.b2bpic.net/free-photo/asian-manager-using-her-smartphone_482257-120356.jpg"
onSubmit={(email) => console.log(email)}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Portfolio",
href: "#projects",
},
{
label: "Philosophy",
href: "#about",
},
],
},
{
items: [
{
label: "Services",
href: "#services",
},
{
label: "Process",
href: "#services",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Terms",
href: "#",
},
],
},
]}
logoText="ARCHITECT STUDIO"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ARCHITECT STUDIO"
columns={[
{ title: "Studio", items: [{ label: "Portfolio", href: "#projects" }, { label: "Process", href: "#services" }] },
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);