Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-03 21:27:59 +00:00

View File

@@ -9,13 +9,14 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Zap, Target } from "lucide-react";
export default function MinimalistArchitectureStudio() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="none"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="none"
@@ -34,7 +35,7 @@ export default function MinimalistArchitectureStudio() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Enquire", href: "contact"
text: "Enquire", href: "#contact"
}}
/>
</div>
@@ -43,7 +44,7 @@ export default function MinimalistArchitectureStudio() {
<HeroLogoBillboard
logoText="ARCH"
description="Minimalist architectural practice dedicated to spatial clarity and material honesty."
buttons={[{ text: "View Projects", href: "projects" }]}
buttons={[{ text: "View Projects", href: "#projects" }]}
background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/minimalist-architectural-building-details_23-2151870844.jpg"
imageAlt="Architecture detail"
@@ -56,6 +57,10 @@ export default function MinimalistArchitectureStudio() {
description="We believe in the power of less. Our work is defined by a commitment to pure geometry, light, and the honest expression of materials. We create environments that serve as a canvas for life, free from unnecessary ornamentation."
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Spatial Clarity", description: "Designing spaces that breathe." },
{ title: "Material Honesty", description: "Celebrating raw, natural textures." }
]}
imageSrc="https://img.b2bpic.net/free-photo/white-facade-modern-building_181624-6180.jpg"
/>
</div>
@@ -66,6 +71,8 @@ export default function MinimalistArchitectureStudio() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="Our featured projects illustrate a commitment to timeless design principles."
features={[
{ title: "Monolithic House", description: "A private residence centered around light and shadow.", imageSrc: "https://img.b2bpic.net/free-photo/city-building-sky_23-2148107055.jpg" },
{ title: "Concrete Studio", description: "An adaptive reuse project focusing on spatial flow.", imageSrc: "https://img.b2bpic.net/free-photo/concrete-structure-blue-sky_181624-5763.jpg" }
@@ -79,8 +86,8 @@ export default function MinimalistArchitectureStudio() {
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
metrics={[
{ id: "1", value: "15+", title: "Years Experience", description: "Refining the art of space.", icon: () => <span /> },
{ id: "2", value: "80+", title: "Completed Projects", description: "Defining quiet luxury.", icon: () => <span /> }
{ id: "1", value: "15+", title: "Years Experience", description: "Refining the art of space.", icon: Zap },
{ id: "2", value: "80+", title: "Completed Projects", description: "Defining quiet luxury.", icon: Target }
]}
/>
</div>
@@ -89,6 +96,7 @@ export default function MinimalistArchitectureStudio() {
<ContactText
text="The architecture of our collaboration begins here."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Start a Conversation", href: "mailto:hello@arc.com" }]}
/>
</div>