13 Commits

Author SHA1 Message Date
c295f4947c Merge version_2 into main
Merge version_2 into main
2026-03-08 15:33:06 +00:00
2d0140404c Update theme colors 2026-03-08 15:32:59 +00:00
3a21e2703c Merge version_2 into main
Merge version_2 into main
2026-03-08 15:32:56 +00:00
4e1122d168 Update theme colors 2026-03-08 15:32:49 +00:00
cbdfbccecc Merge version_2 into main
Merge version_2 into main
2026-03-07 21:09:13 +00:00
1efa90234d Update src/app/page.tsx 2026-03-07 21:09:09 +00:00
e3f535dd63 Merge version_2 into main
Merge version_2 into main
2026-03-07 21:08:24 +00:00
e4a5d805f2 Update src/app/page.tsx 2026-03-07 21:08:20 +00:00
53ce272faa Merge version_2 into main
Merge version_2 into main
2026-03-07 21:07:15 +00:00
d6af52d1e4 Update src/app/page.tsx 2026-03-07 21:07:11 +00:00
ac73a26277 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:58:51 +00:00
982deeeaaf Merge version_1 into main
Merge version_1 into main
2026-03-07 20:58:01 +00:00
0d9d44bf02 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:57:10 +00:00
2 changed files with 47 additions and 12 deletions

View File

@@ -6,9 +6,10 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, ArrowRight, CheckCircle, TrendingUp, Mail } from 'lucide-react';
import { Sparkles, ArrowRight, CheckCircle, TrendingUp, Mail, Users } from 'lucide-react';
export default function LandingPage() {
return (
@@ -30,6 +31,7 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "about" },
{ name: "Process", id: "features" },
{ name: "Team", id: "team" },
{ name: "Metrics", id: "metric" }
]}
button={{ text: "Get Started", href: "contact" }}
@@ -84,7 +86,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Discovery & Strategy", description: "We begin by understanding your vision, site conditions, and functional requirements. Our team conducts thorough site analysis and stakeholder consultation.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg", imageAlt: "architects collaborating on blueprints"
title: "Discovery & Strategy", description: "We begin by understanding your vision, site conditions, and functional requirements. Our team conducts thorough site analysis and stakeholder consultation.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg?_wi=1", imageAlt: "architects collaborating on blueprints"
},
{
id: 2,
@@ -126,6 +128,38 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
title="Meet Our Team"
description="The talented architects and designers behind our success"
tag="Our Team"
tagIcon={Users}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Sarah Johnson", role: "Principal Architect", description: "Expert in sustainable design and urban planning with 20+ years of experience", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg", imageAlt: "Sarah Johnson - Principal Architect"
},
{
id: "2", name: "Michael Chen", role: "Design Director", description: "Visionary designer leading innovative architectural solutions across multiple sectors", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg?_wi=2", imageAlt: "Michael Chen - Design Director"
},
{
id: "3", name: "Elena Rodriguez", role: "Sustainability Lead", description: "Pioneering eco-friendly design practices and green building certification expertise", imageSrc: "http://img.b2bpic.net/free-photo/social-media-team-having-discussion-luxury-workplace_23-2147847491.jpg?_wi=1", imageAlt: "Elena Rodriguez - Sustainability Lead"
},
{
id: "4", name: "James Wilson", role: "Technical Architect", description: "Specialist in building systems and structural engineering for complex projects", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg?_wi=3", imageAlt: "James Wilson - Technical Architect"
}
]}
buttons={[
{ text: "View All Team Members", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Stay Connected"
@@ -152,6 +186,7 @@ export default function LandingPage() {
title: "Studio", items: [
{ label: "About Us", href: "about" },
{ label: "Our Process", href: "features" },
{ label: "Our Team", href: "team" },
{ label: "Achievements", href: "metric" }
]
},
@@ -175,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);