Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Kaya Mimarlik"
|
||||
/>
|
||||
@@ -51,72 +45,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Elevating Architecture in Baku"
|
||||
description="Kaya Mimarlik combines modern design aesthetics with sustainable engineering to redefine urban living in Azerbaijan."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "200+", label: "Projects Completed"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Awards Won",
|
||||
},
|
||||
value: "50+", label: "Awards Won"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-high-slope-glass-building_23-2148230395.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-high-slope-glass-building_23-2148230395.jpg"
|
||||
imageAlt="modern architecture building exterior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896900.jpg",
|
||||
alt: "3d rendering of abstract building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896900.jpg", alt: "3d rendering of abstract building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-metal-cables-glass-building_181624-7481.jpg",
|
||||
alt: "Low angle shot of geometrical metal cables on a glass building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-shot-geometrical-metal-cables-glass-building_181624-7481.jpg", alt: "Low angle shot of geometrical metal cables on a glass building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-building-with-glass-design_23-2148230391.jpg",
|
||||
alt: "Low angle building with glass design",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-building-with-glass-design_23-2148230391.jpg", alt: "Low angle building with glass design"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/commercial-building-downtown-district-with-cloud-reflection_181624-61737.jpg",
|
||||
alt: "Commercial building in downtown district with cloud reflection",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/commercial-building-downtown-district-with-cloud-reflection_181624-61737.jpg", alt: "Commercial building in downtown district with cloud reflection"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg",
|
||||
alt: "Middle aged business man in a hard hat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", alt: "Middle aged business man in a hard hat"},
|
||||
]}
|
||||
avatarText="Trusted by elite industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovative Design",
|
||||
},
|
||||
type: "text", text: "Innovative Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Engineering",
|
||||
},
|
||||
type: "text", text: "Sustainable Engineering"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Baku Landmark Experts",
|
||||
},
|
||||
type: "text", text: "Baku Landmark Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Aesthetics",
|
||||
},
|
||||
type: "text", text: "Premium Aesthetics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Architecture Excellence",
|
||||
},
|
||||
type: "text", text: "Architecture Excellence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,7 +96,7 @@ export default function LandingPage() {
|
||||
description="At Kaya Mimarlik, every line we draw has a reason. We balance artistic vision with functional integrity to create timeless structures that honor Baku's unique spirit."
|
||||
subdescription="We are dedicated to sustainable practices and innovative building techniques that ensure longevity and environmental harmony."
|
||||
icon={Building}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-modern-designer-armchair_23-2148238639.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-modern-designer-armchair_23-2148238639.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,40 +108,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Luxury",
|
||||
description: "Custom homes that blend contemporary style with local heritage.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666375.jpg",
|
||||
},
|
||||
title: "Residential Luxury", description: "Custom homes that blend contemporary style with local heritage.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666375.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-life-inside-house-top-view-generative-ai_260559-458.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-high-slope-glass-building_23-2148230395.jpg?_wi=2",
|
||||
imageAlt: "modern villa design top view",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-life-inside-house-top-view-generative-ai_260559-458.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Sustainable Urban Design",
|
||||
description: "Eco-friendly developments promoting green living in the city center.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg",
|
||||
},
|
||||
title: "Sustainable Urban Design", description: "Eco-friendly developments promoting green living in the city center.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-windows-airport_116348-82.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-modern-designer-armchair_23-2148238639.jpg?_wi=2",
|
||||
imageAlt: "modern villa design top view",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-windows-airport_116348-82.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Interior Excellence",
|
||||
description: "Refined interior spaces where art and comfort converge seamlessly.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-building-with-hall-lights-that-are-turned_250224-82.jpg",
|
||||
},
|
||||
title: "Interior Excellence", description: "Refined interior spaces where art and comfort converge seamlessly.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-building-with-hall-lights-that-are-turned_250224-82.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-interior-design-minimal-concept_23-2151902935.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg?_wi=1",
|
||||
imageAlt: "modern villa design top view",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-interior-design-minimal-concept_23-2151902935.jpg"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -191,59 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Residential",
|
||||
name: "Baku Skyline Villa",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Residential", name: "Baku Skyline Villa", price: "Featured", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Commercial",
|
||||
name: "Caspian Business Tower",
|
||||
price: "Concept",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394938.jpg",
|
||||
},
|
||||
id: "p2", brand: "Commercial", name: "Caspian Business Tower", price: "Concept", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394938.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Public",
|
||||
name: "Modern Arts Hub",
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-contemporary-building_1137-71.jpg",
|
||||
},
|
||||
id: "p3", brand: "Public", name: "Modern Arts Hub", price: "Completed", rating: 5,
|
||||
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/interior-contemporary-building_1137-71.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Residential",
|
||||
name: "Coastal Oasis Villa",
|
||||
price: "Ongoing",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-swimming-pool-glass-walls_23-2151974375.jpg",
|
||||
},
|
||||
id: "p4", brand: "Residential", name: "Coastal Oasis Villa", price: "Ongoing", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-villa-with-swimming-pool-glass-walls_23-2151974375.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Commercial",
|
||||
name: "City Core Apartments",
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-overlooking-city-skyline-sunset_23-2151986966.jpg",
|
||||
},
|
||||
id: "p5", brand: "Commercial", name: "City Core Apartments", price: "Completed", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-overlooking-city-skyline-sunset_23-2151986966.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Commercial",
|
||||
name: "Global Trade Center",
|
||||
price: "Concept",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-605.jpg",
|
||||
},
|
||||
id: "p6", brand: "Commercial", name: "Global Trade Center", price: "Concept", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-605.jpg"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Explore our portfolio of iconic structures that define modern Baku."
|
||||
@@ -258,20 +171,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Leyla Aliyeva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg",
|
||||
},
|
||||
id: "m1", name: "Leyla Aliyeva", imageSrc: "http://img.b2bpic.net/free-photo/architect-with-safety-helmet-posing_23-2148242939.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Farid Mammadov",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg",
|
||||
},
|
||||
id: "m2", name: "Farid Mammadov", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Nigar Hasanova",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148815558.jpg",
|
||||
},
|
||||
id: "m3", name: "Nigar Hasanova", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plans_23-2148815558.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -284,40 +188,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Property Developer",
|
||||
testimonial: "Kaya Mimarlik transformed our vision into a breathtaking reality that defines our portfolio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Ahmed", role: "Property Developer", testimonial: "Kaya Mimarlik transformed our vision into a breathtaking reality that defines our portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
testimonial: "Professional, efficient, and exceptionally creative. A true pleasure to work with.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-glasses_23-2148415929.jpg",
|
||||
},
|
||||
id: "t2", name: "John Doe", role: "CEO", testimonial: "Professional, efficient, and exceptionally creative. A true pleasure to work with.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-glasses_23-2148415929.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Petrova",
|
||||
role: "Homeowner",
|
||||
testimonial: "Our new villa is a testament to their dedication to quality and modern design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Petrova", role: "Homeowner", testimonial: "Our new villa is a testament to their dedication to quality and modern design.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark Spencer",
|
||||
role: "Architect",
|
||||
testimonial: "Highly recommended for any commercial design project in Baku.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
id: "t4", name: "Mark Spencer", role: "Architect", testimonial: "Highly recommended for any commercial design project in Baku.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Zahra Karim",
|
||||
role: "Interior Designer",
|
||||
testimonial: "Their attention to detail and ability to integrate form and function is unparalleled.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
},
|
||||
id: "t5", name: "Zahra Karim", role: "Interior Designer", testimonial: "Their attention to detail and ability to integrate form and function is unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="What our clients say about our approach to architectural excellence."
|
||||
@@ -328,8 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Architectural Journey"
|
||||
description="Have a project in mind? Let's discuss how we can bring your architectural vision to life today."
|
||||
@@ -342,33 +220,21 @@ export default function LandingPage() {
|
||||
logoText="Kaya Mimarlik Baku"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user