Update src/app/page.tsx

This commit is contained in:
2026-03-31 14:08:06 +00:00
parent 233db7a759
commit a9899c88f4

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Projects",
id: "projects",
},
name: "Projects", id: "projects"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Zindo"
/>
@@ -53,19 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Zindo"
description="Building the future of modern architecture with precision and integrity."
buttons={[
{
text: "View Projects",
href: "#projects",
},
text: "View Projects", href: "#projects"},
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/three-architects-talking-each-other_23-2147702497.jpg"
@@ -79,14 +66,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>
@@ -99,26 +82,11 @@ export default function LandingPage() {
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: "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: "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: "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."
@@ -127,44 +95,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
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?_wi=1",
},
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: "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: "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: "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?_wi=2",
},
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."
@@ -177,20 +121,11 @@ export default function LandingPage() {
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: "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: "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: "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."
@@ -202,16 +137,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
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>
@@ -220,13 +152,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Zindo"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>