Merge version_1 into main #2
375
src/app/page.tsx
375
src/app/page.tsx
@@ -34,39 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#projects",
|
||||
},
|
||||
name: "Projects", id: "#projects"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="JAD Arch Studio"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,87 +58,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
imagePosition="right"
|
||||
title="Architecture That Shapes Tomorrows Living"
|
||||
description="JAD Arch Studio transforms spaces into purposeful, visionary environments. We blend cutting-edge design, sustainable innovation, and meticulous craftsmanship to create buildings that inspire."
|
||||
kpis={[
|
||||
{
|
||||
value: "25+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "25+", label: "Years Experience"},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "150+", label: "Projects Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Vision",
|
||||
href: "#projects",
|
||||
},
|
||||
text: "Explore Our Vision", href: "#projects"},
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966118.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966118.jpg"
|
||||
imageAlt="Modern architectural studio interior with design plans"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-blueprint-desk_23-2148182951.jpg",
|
||||
alt: "Full shot woman working as interior designer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-blueprint-desk_23-2148182951.jpg", alt: "Full shot woman working as interior designer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-animation-studio_23-2149207993.jpg",
|
||||
alt: "Portrait of woman engineer looking at building model",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-animation-studio_23-2149207993.jpg", alt: "Portrait of woman engineer looking at building model"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/analyst-working-office_1098-15882.jpg",
|
||||
alt: "Businessman working with laptop in office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/analyst-working-office_1098-15882.jpg", alt: "Businessman working with laptop in office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architecture-work-team-partners-discussing-office_482257-10519.jpg",
|
||||
alt: "Male architect looking at a 3D printed model",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/architecture-work-team-partners-discussing-office_482257-10519.jpg", alt: "Male architect looking at a 3D printed model"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-drawing-blueprint-house_23-2148301689.jpg",
|
||||
alt: "Close up hand working at project",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-drawing-blueprint-house_23-2148301689.jpg", alt: "Close up hand working at project"},
|
||||
]}
|
||||
avatarText="Join over 100+ satisfied clients worldwide"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Designs",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Designs", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client-Centric Approach",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Client-Centric Approach", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Quality",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Quality", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Future-Proof Architecture",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Future-Proof Architecture", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -165,7 +118,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Design Philosophy"
|
||||
description="At JAD Arch Studio, we believe that great architecture is a harmonious blend of aesthetics, functionality, and sustainability. Our approach integrates cutting-edge technology with timeless design principles, creating spaces that are not only beautiful but also deeply purposeful and resilient for the future."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-artist-drawing-sketch-white-paper_23-2147889787.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-artist-drawing-sketch-white-paper_23-2147889787.jpg"
|
||||
imageAlt="Architectural plans and sketches on a desk with design tools"
|
||||
/>
|
||||
</div>
|
||||
@@ -177,47 +130,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Visionary Concept Development",
|
||||
description: "We start with deep dives into your aspirations, blending them with innovative ideas to craft initial concepts that are both unique and functional.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-465.jpg",
|
||||
imageAlt: "Digital architectural sketch on a tablet",
|
||||
},
|
||||
title: "Visionary Concept Development", description: "We start with deep dives into your aspirations, blending them with innovative ideas to craft initial concepts that are both unique and functional.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-465.jpg", imageAlt: "Digital architectural sketch on a tablet"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847790.jpg",
|
||||
imageAlt: "Sustainable building materials showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966118.jpg?_wi=2",
|
||||
imageAlt: "architectural sketch concept design process",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847790.jpg", imageAlt: "Sustainable building materials showcase"}
|
||||
},
|
||||
{
|
||||
title: "Sustainable Design & Innovation",
|
||||
description: "Integrating green technologies and eco-conscious materials, we design buildings that are energy-efficient, environmentally responsible, and future-proof.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-architect-designer-working-blueprint-project-new-apartments_23-2148183095.jpg",
|
||||
imageAlt: "Digital architectural sketch on a tablet",
|
||||
},
|
||||
title: "Sustainable Design & Innovation", description: "Integrating green technologies and eco-conscious materials, we design buildings that are energy-efficient, environmentally responsible, and future-proof.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-architect-designer-working-blueprint-project-new-apartments_23-2148183095.jpg", imageAlt: "Digital architectural sketch on a tablet"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg",
|
||||
imageAlt: "Sustainable building materials showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-drawing-sketch-white-paper_23-2147889787.jpg?_wi=2",
|
||||
imageAlt: "architectural sketch concept design process",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "Sustainable building materials showcase"}
|
||||
},
|
||||
{
|
||||
title: "Meticulous Project Management",
|
||||
description: "Our team ensures seamless execution from groundbreaking to grand opening, overseeing every phase with precision and transparent communication.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317235.jpg",
|
||||
imageAlt: "Construction site drone view",
|
||||
},
|
||||
title: "Meticulous Project Management", description: "Our team ensures seamless execution from groundbreaking to grand opening, overseeing every phase with precision and transparent communication.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317235.jpg", imageAlt: "Construction site drone view"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150727964.jpg",
|
||||
imageAlt: "Digital architectural sketch on a tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg?_wi=1",
|
||||
imageAlt: "architectural sketch concept design process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-isometric-house_23-2150727964.jpg", imageAlt: "Digital architectural sketch on a tablet"}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Our Integrated Approach"
|
||||
@@ -233,53 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "proj-1",
|
||||
name: "The Serenity Residence",
|
||||
price: "Luxury Residential",
|
||||
variant: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg?_wi=2",
|
||||
imageAlt: "Modern luxury residential villa",
|
||||
},
|
||||
id: "proj-1", name: "The Serenity Residence", price: "Luxury Residential", variant: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg", imageAlt: "Modern luxury residential villa"},
|
||||
{
|
||||
id: "proj-2",
|
||||
name: "Nexus Corporate Towers",
|
||||
price: "Commercial Development",
|
||||
variant: "Completed 2022",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95721.jpg",
|
||||
imageAlt: "Sleek commercial office building",
|
||||
},
|
||||
id: "proj-2", name: "Nexus Corporate Towers", price: "Commercial Development", variant: "Completed 2022", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95721.jpg", imageAlt: "Sleek commercial office building"},
|
||||
{
|
||||
id: "proj-3",
|
||||
name: "Eco-Habitat Community",
|
||||
price: "Sustainable Living",
|
||||
variant: "Completed 2021",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302690.jpg",
|
||||
imageAlt: "Sustainable eco-friendly house",
|
||||
},
|
||||
id: "proj-3", name: "Eco-Habitat Community", price: "Sustainable Living", variant: "Completed 2021", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302690.jpg", imageAlt: "Sustainable eco-friendly house"},
|
||||
{
|
||||
id: "proj-4",
|
||||
name: "Urban Grand Plaza",
|
||||
price: "Mixed-Use Development",
|
||||
variant: "Completed 2020",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-red-geometrical-structure-blue-sky_181624-6493.jpg",
|
||||
imageAlt: "Urban skyscraper modern city",
|
||||
},
|
||||
id: "proj-4", name: "Urban Grand Plaza", price: "Mixed-Use Development", variant: "Completed 2020", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-red-geometrical-structure-blue-sky_181624-6493.jpg", imageAlt: "Urban skyscraper modern city"},
|
||||
{
|
||||
id: "proj-5",
|
||||
name: "Horizon Penthouse",
|
||||
price: "High-Rise Residential",
|
||||
variant: "Completed 2019",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-fragment-with-armchairs-glass-wall-stylish-lounge-area-furniture_169016-72729.jpg",
|
||||
imageAlt: "Luxury apartment interior design",
|
||||
},
|
||||
id: "proj-5", name: "Horizon Penthouse", price: "High-Rise Residential", variant: "Completed 2019", imageSrc: "http://img.b2bpic.net/free-photo/interior-fragment-with-armchairs-glass-wall-stylish-lounge-area-furniture_169016-72729.jpg", imageAlt: "Luxury apartment interior design"},
|
||||
{
|
||||
id: "proj-6",
|
||||
name: "Cultural Hub X",
|
||||
price: "Public & Cultural",
|
||||
variant: "Completed 2018",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-building-architecture_23-2151003675.jpg",
|
||||
imageAlt: "Futuristic cultural center",
|
||||
},
|
||||
id: "proj-6", name: "Cultural Hub X", price: "Public & Cultural", variant: "Completed 2018", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-business-building-architecture_23-2151003675.jpg", imageAlt: "Futuristic cultural center"},
|
||||
]}
|
||||
title="Signature Projects"
|
||||
description="Explore a selection of our landmark architectural designs, showcasing our versatility across residential, commercial, and mixed-use developments."
|
||||
@@ -293,29 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "25+",
|
||||
title: "Years of Excellence",
|
||||
description: "A quarter-century dedicated to groundbreaking architectural design and client satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-golden-helmet_23-2149059975.jpg",
|
||||
imageAlt: "Gold award trophy",
|
||||
},
|
||||
id: "metric-1", value: "25+", title: "Years of Excellence", description: "A quarter-century dedicated to groundbreaking architectural design and client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-golden-helmet_23-2149059975.jpg", imageAlt: "Gold award trophy"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "150+",
|
||||
title: "Iconic Projects",
|
||||
description: "From luxury residences to commercial landmarks, our portfolio spans diverse and impactful designs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-with-safety-equipment_23-2148908443.jpg",
|
||||
imageAlt: "Architectural blueprint rolled up",
|
||||
},
|
||||
id: "metric-2", value: "150+", title: "Iconic Projects", description: "From luxury residences to commercial landmarks, our portfolio spans diverse and impactful designs.", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-with-safety-equipment_23-2148908443.jpg", imageAlt: "Architectural blueprint rolled up"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "98%",
|
||||
title: "Client Retention",
|
||||
description: "Our dedication to quality and service fosters long-term partnerships and repeat collaborations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clients-touring-office-space-with-real-estate-expert-discussing-property-layout_482257-113443.jpg",
|
||||
imageAlt: "Happy business handshake",
|
||||
},
|
||||
id: "metric-3", value: "98%", title: "Client Retention", description: "Our dedication to quality and service fosters long-term partnerships and repeat collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/clients-touring-office-space-with-real-estate-expert-discussing-property-layout_482257-113443.jpg", imageAlt: "Happy business handshake"},
|
||||
]}
|
||||
title="Impact by Numbers"
|
||||
description="Our commitment to excellence and innovation is reflected in the tangible results and enduring relationships we've built over the years."
|
||||
@@ -330,33 +205,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Johnathan Archer",
|
||||
role: "Founder & Principal Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170390.jpg",
|
||||
imageAlt: "Portrait of Johnathan Archer",
|
||||
},
|
||||
id: "member-1", name: "Johnathan Archer", role: "Founder & Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170390.jpg", imageAlt: "Portrait of Johnathan Archer"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Amelia Davids",
|
||||
role: "Lead Design Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-working-blue-print_23-2148187236.jpg",
|
||||
imageAlt: "Portrait of Amelia Davids",
|
||||
},
|
||||
id: "member-2", name: "Amelia Davids", role: "Lead Design Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-working-blue-print_23-2148187236.jpg", imageAlt: "Portrait of Amelia Davids"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "David Smith",
|
||||
role: "Senior Project Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg",
|
||||
imageAlt: "Portrait of David Smith",
|
||||
},
|
||||
id: "member-3", name: "David Smith", role: "Senior Project Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-blue-shirt-schematics_23-2148269824.jpg", imageAlt: "Portrait of David Smith"},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Sarah Chen",
|
||||
role: "Sustainability Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg",
|
||||
imageAlt: "Portrait of Sarah Chen",
|
||||
},
|
||||
id: "member-4", name: "Sarah Chen", role: "Sustainability Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg", imageAlt: "Portrait of Sarah Chen"},
|
||||
]}
|
||||
title="Meet Our Visionaries"
|
||||
description="Our multidisciplinary team of architects, designers, and urban planners are united by a passion for creating impactful and sustainable built environments."
|
||||
@@ -370,45 +225,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Eleanor Vance",
|
||||
role: "Residential Client",
|
||||
testimonial: "JAD Arch Studio transformed our home into a masterpiece. Their attention to detail and innovative designs are truly unparalleled. We couldn't be happier!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg",
|
||||
imageAlt: "Portrait of Eleanor Vance",
|
||||
},
|
||||
id: "test-1", name: "Eleanor Vance", role: "Residential Client", testimonial: "JAD Arch Studio transformed our home into a masterpiece. Their attention to detail and innovative designs are truly unparalleled. We couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg", imageAlt: "Portrait of Eleanor Vance"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Markus Thorne",
|
||||
role: "Commercial Developer",
|
||||
testimonial: "The team at JAD Arch Studio delivered a commercial space that perfectly aligns with our brand vision. Their professionalism and creative solutions are outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-using-laptop-coffee-shop_1170-2334.jpg",
|
||||
imageAlt: "Portrait of Markus Thorne",
|
||||
},
|
||||
id: "test-2", name: "Markus Thorne", role: "Commercial Developer", testimonial: "The team at JAD Arch Studio delivered a commercial space that perfectly aligns with our brand vision. Their professionalism and creative solutions are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-using-laptop-coffee-shop_1170-2334.jpg", imageAlt: "Portrait of Markus Thorne"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Isabella Rossi",
|
||||
role: "Interior Designer",
|
||||
testimonial: "Working with JAD Arch Studio is always a pleasure. Their architectural integrity and collaborative spirit make every project a success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-sitting-floor_23-2148889786.jpg",
|
||||
imageAlt: "Portrait of Isabella Rossi",
|
||||
},
|
||||
id: "test-3", name: "Isabella Rossi", role: "Interior Designer", testimonial: "Working with JAD Arch Studio is always a pleasure. Their architectural integrity and collaborative spirit make every project a success.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-sitting-floor_23-2148889786.jpg", imageAlt: "Portrait of Isabella Rossi"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Benjamin Carter",
|
||||
role: "CEO, Urban Solutions",
|
||||
testimonial: "For visionary urban projects, JAD Arch Studio is our first choice. Their designs are not only aesthetically brilliant but also highly functional and sustainable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
imageAlt: "Portrait of Benjamin Carter",
|
||||
},
|
||||
id: "test-4", name: "Benjamin Carter", role: "CEO, Urban Solutions", testimonial: "For visionary urban projects, JAD Arch Studio is our first choice. Their designs are not only aesthetically brilliant but also highly functional and sustainable.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Portrait of Benjamin Carter"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Sophia Lee",
|
||||
role: "Homeowner",
|
||||
testimonial: "We hired JAD Arch Studio for a renovation, and the results exceeded all expectations. They perfectly captured our style while adding incredible value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg",
|
||||
imageAlt: "Portrait of Sophia Lee",
|
||||
},
|
||||
id: "test-5", name: "Sophia Lee", role: "Homeowner", testimonial: "We hired JAD Arch Studio for a renovation, and the results exceeded all expectations. They perfectly captured our style while adding incredible value.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", imageAlt: "Portrait of Sophia Lee"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from clients who have partnered with JAD Arch Studio to bring their architectural dreams to life."
|
||||
@@ -420,14 +245,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Architech Solutions",
|
||||
"GreenBuild Developers",
|
||||
"Urban Vision Group",
|
||||
"Elite Residences",
|
||||
"Apex Engineering",
|
||||
"Design Forward Awards",
|
||||
"Sustainable Living Council",
|
||||
]}
|
||||
"Architech Solutions", "GreenBuild Developers", "Urban Vision Group", "Elite Residences", "Apex Engineering", "Design Forward Awards", "Sustainable Living Council"]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly collaborating with leading industry partners and recognized for our contributions to innovative and sustainable architecture."
|
||||
/>
|
||||
@@ -440,27 +258,16 @@ export default function LandingPage() {
|
||||
description="Ready to begin your architectural journey? Contact JAD Arch Studio today for a personalized consultation. We look forward to bringing your vision to reality."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "projectDetails",
|
||||
placeholder: "Tell us about your project...",
|
||||
rows: 5,
|
||||
name: "projectDetails", placeholder: "Tell us about your project...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pen-near-drafts_23-2147785572.jpg"
|
||||
@@ -474,75 +281,45 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "JAD Arch Studio",
|
||||
items: [
|
||||
title: "JAD Arch Studio", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Residential", href: "#services"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial", href: "#services"},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Sustainability", href: "#services"},
|
||||
{
|
||||
label: "Urban Planning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Urban Planning", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Portfolio",
|
||||
items: [
|
||||
title: "Portfolio", items: [
|
||||
{
|
||||
label: "Featured Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Featured Projects", href: "#projects"},
|
||||
{
|
||||
label: "Residential Gallery",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Residential Gallery", href: "#projects"},
|
||||
{
|
||||
label: "Commercial Showcase",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Commercial Showcase", href: "#projects"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Press & Media",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press & Media", href: "#"},
|
||||
{
|
||||
label: "Follow Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Follow Us", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user