Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-31 14:08:44 +00:00

View File

@@ -29,14 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About", id: "about"},
{
name: "Projects", id: "projects"},
{
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "About", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Zindo"
/>
@@ -44,15 +40,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars"}}
background={{ variant: "gradient-bars" }}
logoText="Zindo"
description="Building the future of modern architecture with precision and integrity."
buttons={[
{
text: "View Projects", href: "#projects"},
{
text: "Get a Quote", href: "#contact"},
{ text: "View Projects", href: "#projects" },
{ text: "Get a Quote", href: "#contact" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/three-architects-talking-each-other_23-2147702497.jpg"
@@ -66,10 +59,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafting Excellence"
description={[
"With over 20 years of experience, Zindo transforms blueprints into landmarks.", "Our commitment to quality construction and sustainable building practices ensures long-lasting results for every client."]}
"With over 20 years of experience, Zindo transforms blueprints into landmarks.", "Our commitment to quality construction and sustainable building practices ensures long-lasting results for every client."
]}
buttons={[
{
text: "Our Story", href: "#"},
{ text: "Our Story", href: "#" },
]}
/>
</div>
@@ -77,19 +70,16 @@ export default function LandingPage() {
<div id="projects" data-section="projects">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Modern Residential", price: "Custom", variant: "New Build", imageSrc: "http://img.b2bpic.net/free-photo/drawing-house-by-architect_1048-2595.jpg"},
{
id: "p2", name: "Commercial Complex", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/room-with-computer_1048-4545.jpg"},
{
id: "p3", name: "Heritage Renovation", price: "Custom", variant: "Restoration", imageSrc: "http://img.b2bpic.net/free-photo/unfinished-brick-building-site_23-2147694730.jpg"},
{ id: "p1", name: "Modern Residential", price: "Custom", variant: "New Build", imageSrc: "http://img.b2bpic.net/free-photo/drawing-house-by-architect_1048-2595.jpg" },
{ id: "p2", name: "Commercial Complex", price: "Custom", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/room-with-computer_1048-4545.jpg" },
{ id: "p3", name: "Heritage Renovation", price: "Custom", variant: "Restoration", imageSrc: "http://img.b2bpic.net/free-photo/unfinished-brick-building-site_23-2147694730.jpg" },
]}
title="Selected Projects"
description="Showcasing our dedication to architectural precision."
textboxLayout="default"
/>
</div>
@@ -99,16 +89,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "2", name: "James Chen", handle: "@jchen", testimonial: "Exceptional communication throughout the commercial renovation. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
{
id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The attention to detail in our heritage home restoration was simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
{
id: "4", name: "Robert King", handle: "@rking", testimonial: "Zindo is the most reliable construction partner we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
{
id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Zindo delivered a flawless home project on time and within budget. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "2", name: "James Chen", handle: "@jchen", testimonial: "Exceptional communication throughout the commercial renovation. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
{ id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "The attention to detail in our heritage home restoration was simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
{ id: "4", name: "Robert King", handle: "@rking", testimonial: "Zindo is the most reliable construction partner we have ever worked with.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" },
{ id: "5", name: "Michael Thorne", handle: "@mthorne", testimonial: "A seamless process from the initial design phase to the final walkthrough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
]}
title="Client Feedback"
description="What partners and homeowners say about our build quality."
@@ -120,12 +105,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Do you offer free consultations?", content: "Yes, we provide initial site visits and budget consultations at no cost."},
{
id: "f2", title: "What types of buildings do you specialize in?", content: "We handle residential, commercial, and restoration/renovation projects."},
{
id: "f3", title: "How do you manage project timelines?", content: "We use advanced scheduling software and maintain daily site logs to ensure transparency."},
{ id: "f1", title: "Do you offer free consultations?", content: "Yes, we provide initial site visits and budget consultations at no cost." },
{ id: "f2", title: "What types of buildings do you specialize in?", content: "We handle residential, commercial, and restoration/renovation projects." },
{ id: "f3", title: "How do you manage project timelines?", content: "We use advanced scheduling software and maintain daily site logs to ensure transparency." },
]}
title="Common Questions"
description="Answers to your build process inquiries."
@@ -136,14 +118,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb"}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Start Your Project"
description="Ready to build? Send us a message and our team will get back to you within 24 hours."
buttons={[
{
text: "Contact Support", href: "#"},
{ text: "Contact Support", href: "#" },
]}
/>
</div>
@@ -151,10 +131,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Zindo"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>