Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Design", href: "/services" },
|
||||
{ label: "Commercial Projects", href: "/services" },
|
||||
{ label: "Urban Planning", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Team", href: "/about" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:hello@architekturstudio.de" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -58,7 +55,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -92,7 +89,7 @@ export default function ContactPage() {
|
||||
description="Ready to bring your architectural vision to life? Connect with our team to discuss your project, and let's explore how we can transform your ideas into remarkable spaces."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-desk-luxurious-loft-apartment-with-modern-minimalist-design_482257-126418.jpg"
|
||||
imageAlt="Architektur Studio office"
|
||||
|
||||
165
src/app/page.tsx
165
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Residential Design", href: "/services" },
|
||||
{ label: "Commercial Projects", href: "/services" },
|
||||
{ label: "Urban Planning", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Portfolio", href: "/portfolio" },
|
||||
{ label: "Team", href: "/" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Email", href: "mailto:hello@architekturstudio.de" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -80,8 +77,8 @@ export default function HomePage() {
|
||||
tag="Premium Architecture"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tall-building-center-city_657883-776.jpg?_wi=1"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tall-building-center-city_657883-776.jpg"
|
||||
imageAlt="Modern architectural design project"
|
||||
buttons={[
|
||||
{ text: "View Our Work", href: "/portfolio" },
|
||||
@@ -112,37 +109,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Residential Design",
|
||||
description: "Custom homes and residential complexes that blend luxury with livability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=1",
|
||||
imageAlt: "Residential architectural design",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Residential Design", description: "Custom homes and residential complexes that blend luxury with livability", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg", imageAlt: "Residential architectural design", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Commercial Projects",
|
||||
description: "Corporate offices and retail spaces optimized for productivity and brand expression",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=1",
|
||||
imageAlt: "Commercial building design",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Commercial Projects", description: "Corporate offices and retail spaces optimized for productivity and brand expression", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Commercial building design", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Urban Planning",
|
||||
description: "Strategic urban development solutions that create vibrant, sustainable communities",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3044.jpg?_wi=1",
|
||||
imageAlt: "Urban planning visualization",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Urban Planning", description: "Strategic urban development solutions that create vibrant, sustainable communities", imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3044.jpg", imageAlt: "Urban planning visualization", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Renovation & Restoration",
|
||||
description: "Sensitive restoration projects that honor heritage while meeting modern standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=1",
|
||||
imageAlt: "Building renovation project",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Renovation & Restoration", description: "Sensitive restoration projects that honor heritage while meeting modern standards", imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg", imageAlt: "Building renovation project", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -159,29 +136,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marina Residence Tower",
|
||||
price: "Berlin, 2024",
|
||||
variant: "Luxury Residential • 42 Floors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-skyscraper-frankfurt-downtown-germany_1268-20922.jpg?_wi=1",
|
||||
imageAlt: "Marina Residence Tower",
|
||||
},
|
||||
id: "1", name: "Marina Residence Tower", price: "Berlin, 2024", variant: "Luxury Residential • 42 Floors", imageSrc: "http://img.b2bpic.net/free-photo/view-skyscraper-frankfurt-downtown-germany_1268-20922.jpg", imageAlt: "Marina Residence Tower"},
|
||||
{
|
||||
id: "2",
|
||||
name: "TechHub Innovation Center",
|
||||
price: "Munich, 2023",
|
||||
variant: "Corporate Complex • LEED Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-concert-hall-iceland-with-lot-visitors_181624-10671.jpg?_wi=1",
|
||||
imageAlt: "TechHub Innovation Center",
|
||||
},
|
||||
id: "2", name: "TechHub Innovation Center", price: "Munich, 2023", variant: "Corporate Complex • LEED Gold", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-concert-hall-iceland-with-lot-visitors_181624-10671.jpg", imageAlt: "TechHub Innovation Center"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sustainable Living Community",
|
||||
price: "Hamburg, 2024",
|
||||
variant: "Mixed-Use Development • Eco-Certified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-architectural-model-table-office_329181-19209.jpg?_wi=1",
|
||||
imageAlt: "Sustainable Living Community",
|
||||
},
|
||||
id: "3", name: "Sustainable Living Community", price: "Hamburg, 2024", variant: "Mixed-Use Development • Eco-Certified", imageSrc: "http://img.b2bpic.net/free-photo/shot-architectural-model-table-office_329181-19209.jpg", imageAlt: "Sustainable Living Community"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -199,29 +158,13 @@ export default function HomePage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Klaus Schneider",
|
||||
imageSrc: "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?_wi=1",
|
||||
imageAlt: "Dr. Klaus Schneider",
|
||||
},
|
||||
id: "1", name: "Dr. Klaus Schneider", imageSrc: "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", imageAlt: "Dr. Klaus Schneider"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marina Hoffmann",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg?_wi=1",
|
||||
imageAlt: "Marina Hoffmann",
|
||||
},
|
||||
id: "2", name: "Marina Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Marina Hoffmann"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas Wagner",
|
||||
imageSrc: "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?_wi=2",
|
||||
imageAlt: "Thomas Wagner",
|
||||
},
|
||||
id: "3", name: "Thomas Wagner", imageSrc: "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", imageAlt: "Thomas Wagner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Mueller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
|
||||
imageAlt: "Elena Mueller",
|
||||
},
|
||||
id: "4", name: "Elena Mueller", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elena Mueller"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
@@ -237,71 +180,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Friedrich Weber, CEO of Weber Industries",
|
||||
date: "Date: 15 March 2024",
|
||||
title: "Exceptional Design Excellence",
|
||||
quote: "The team transformed our vision into a stunning corporate headquarters that exceeded all expectations. Their attention to detail and innovative approach set them apart from any other architecture firm we've worked with.",
|
||||
tag: "Corporate Project",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Friedrich Weber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "1", name: "Friedrich Weber, CEO of Weber Industries", date: "Date: 15 March 2024", title: "Exceptional Design Excellence", quote: "The team transformed our vision into a stunning corporate headquarters that exceeded all expectations. Their attention to detail and innovative approach set them apart from any other architecture firm we've worked with.", tag: "Corporate Project", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Friedrich Weber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gabriele Schmidt, Private Client",
|
||||
date: "Date: 22 February 2024",
|
||||
title: "Dream Home Realized",
|
||||
quote: "From concept to completion, Architektur Studio guided us through every step with professionalism and creativity. Our new home is beyond what we imagined—truly a masterpiece.",
|
||||
tag: "Residential",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
avatarAlt: "Gabriele Schmidt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
id: "2", name: "Gabriele Schmidt, Private Client", date: "Date: 22 February 2024", title: "Dream Home Realized", quote: "From concept to completion, Architektur Studio guided us through every step with professionalism and creativity. Our new home is beyond what we imagined—truly a masterpiece.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Gabriele Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hans Mueller, Urban Development Minister",
|
||||
date: "Date: 8 January 2024",
|
||||
title: "Visionary Urban Planning",
|
||||
quote: "Their urban planning solutions have revitalized our community while maintaining cultural integrity. This is the kind of forward-thinking design we need for sustainable growth.",
|
||||
tag: "Urban Planning",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
avatarAlt: "Hans Mueller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Hans Mueller, Urban Development Minister", date: "Date: 8 January 2024", title: "Visionary Urban Planning", quote: "Their urban planning solutions have revitalized our community while maintaining cultural integrity. This is the kind of forward-thinking design we need for sustainable growth.", tag: "Urban Planning", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", avatarAlt: "Hans Mueller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia Braun, Retail Group Director",
|
||||
date: "Date: 12 December 2023",
|
||||
title: "Commercial Success Through Design",
|
||||
quote: "Our retail spaces designed by this studio have become architectural landmarks in the city. Customer engagement and sales have both increased dramatically since opening.",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
avatarAlt: "Sophia Braun",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
},
|
||||
id: "4", name: "Sophia Braun, Retail Group Director", date: "Date: 12 December 2023", title: "Commercial Success Through Design", quote: "Our retail spaces designed by this studio have become architectural landmarks in the city. Customer engagement and sales have both increased dramatically since opening.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sophia Braun", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Viktor Bauer, Historic Preservation Society",
|
||||
date: "Date: 5 November 2023",
|
||||
title: "Respectful Restoration",
|
||||
quote: "Their sensitivity to historical context combined with modern technical expertise made the restoration project exemplary. They preserved character while achieving contemporary functionality.",
|
||||
tag: "Restoration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
avatarAlt: "Viktor Bauer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Viktor Bauer, Historic Preservation Society", date: "Date: 5 November 2023", title: "Respectful Restoration", quote: "Their sensitivity to historical context combined with modern technical expertise made the restoration project exemplary. They preserved character while achieving contemporary functionality.", tag: "Restoration", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", avatarAlt: "Viktor Bauer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kristina Hoffmann, Sustainability Consultant",
|
||||
date: "Date: 28 October 2023",
|
||||
title: "Sustainable Excellence",
|
||||
quote: "Impressive commitment to environmental responsibility without compromising on aesthetics or functionality. Their eco-certified projects prove that luxury and sustainability can coexist.",
|
||||
tag: "Sustainability",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-white-suit-sitting-table-with-her-laptop-near-green-bushes_181624-23858.jpg",
|
||||
avatarAlt: "Kristina Hoffmann",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-white-suit-sitting-table-with-her-laptop-near-green-bushes_181624-23858.jpg",
|
||||
},
|
||||
id: "6", name: "Kristina Hoffmann, Sustainability Consultant", date: "Date: 28 October 2023", title: "Sustainable Excellence", quote: "Impressive commitment to environmental responsibility without compromising on aesthetics or functionality. Their eco-certified projects prove that luxury and sustainability can coexist.", tag: "Sustainability", avatarSrc: "http://img.b2bpic.net/free-photo/female-white-suit-sitting-table-with-her-laptop-near-green-bushes_181624-23858.jpg", avatarAlt: "Kristina Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/female-white-suit-sitting-table-with-her-laptop-near-green-bushes_181624-23858.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user