Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-20 13:59:41 +00:00

View File

@@ -11,7 +11,6 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TextAbout from '@/components/sections/about/TextAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Building2, HardHat, Ruler } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,7 +27,7 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "About", id: "#about" },
@@ -44,6 +43,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
title="Architecting the Future of Baku"
description="From iconic architecture to precise construction and refined renovation, we build landmarks that shape Baku's horizon."
background={{ variant: "gradient-bars" }}
testimonials={[
{ name: "Leyla Aliyeva", handle: "Lead Architect", testimonial: "Precision and passion in every detail.", rating: 5 }
]}
@@ -62,8 +62,10 @@ export default function LandingPage() {
<div id="services">
<FeatureCardTwentyThree
title="Our Services"
description="Tailored solutions for your architectural needs."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "s1", title: "Architecture Design", tags: ["Concept", "Drafting"], imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg" },
{ id: "s2", title: "Construction Management", tags: ["On-site", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg" },
@@ -75,9 +77,11 @@ export default function LandingPage() {
<div id="projects">
<ProductCardThree
title="Latest Projects"
description="Discover our completed and ongoing landmarks."
textboxLayout="split"
animationType="slide-up"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Baku Skyline Villa", price: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-swimming-pool-glass-walls_23-2151974375.jpg" },
{ id: "p2", name: "Caspian Arts Hub", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/interior-contemporary-building_1137-71.jpg" }
@@ -88,8 +92,10 @@ export default function LandingPage() {
<div id="team">
<TeamCardEleven
title="Our Creative Team"
description="Meet the experts shaping the urban landscape."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
groups={[
{ id: "g1", groupTitle: "Management", members: [{ id: "m1", title: "Leyla Aliyeva", subtitle: "Director", detail: "Expert in sustainable urban design.", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg" }] }
]}
@@ -99,8 +105,10 @@ export default function LandingPage() {
<div id="testimonials">
<TestimonialCardSix
title="Client Success Stories"
description="What our partners say about our commitment to excellence."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah Ahmed", handle: "Developer", testimonial: "Kaya Mimarlik exceeded all expectations with their vision and execution.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg" }
]}
@@ -112,6 +120,8 @@ export default function LandingPage() {
tag="Get Started"
title="Build Your Future with Kaya Mimarlik"
description="Professional services for architecture, construction, and renovation in Baku."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Request Consultation", href: "#" }]}
/>
</div>