Merge version_1 into main #2
260
src/app/page.tsx
260
src/app/page.tsx
@@ -32,87 +32,57 @@ 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: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="demirVose"
|
||||
button={{
|
||||
text: "Contact Us", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="demirVose – Your Construction Partner in Vose"
|
||||
description="Quality water supply systems, building materials, and professional construction services trusted by homeowners and contractors across the region. We deliver reliable solutions backed by over 5 years of expertise."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-architects-discussing-house-design-desk_1262-18523.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-architects-discussing-house-design-desk_1262-18523.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-african-man-wearing-denim-jacket-white-t-shirt-sitting-cozy-cafe-holding-newspaper-reading-world-news_273609-1842.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-african-man-wearing-denim-jacket-white-t-shirt-sitting-cozy-cafe-holding-newspaper-reading-world-news_273609-1842.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-draftswoman_23-2147771739.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-draftswoman_23-2147771739.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woodworking-engineer-male-worker-using-laptop-while-analyzing-design-plans-factory_637285-11903.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woodworking-engineer-male-worker-using-laptop-while-analyzing-design-plans-factory_637285-11903.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/engineer-handsome-young-smart-guy-civil-worker-helmet-vest-very-happy_140725-167628.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/engineer-handsome-young-smart-guy-civil-worker-helmet-vest-very-happy_140725-167628.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local projects"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services & Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Services & Products", href: "#products"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
},
|
||||
type: "text", text: "Quality Assured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Water Infrastructure Experts",
|
||||
},
|
||||
type: "text", text: "Water Infrastructure Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "5+ Years Experience",
|
||||
},
|
||||
type: "text", text: "5+ Years Experience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Materials Supply",
|
||||
},
|
||||
type: "text", text: "Local Materials Supply"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Consultation",
|
||||
},
|
||||
type: "text", text: "Professional Consultation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Expertise and Trust"
|
||||
description="demirVose is dedicated to transforming Vose with high-quality building materials and comprehensive construction solutions. With over 5 years of local presence, we combine technical expertise with a commitment to customer success, ensuring every project, from home renovations to commercial builds, is completed to the highest standards."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg"
|
||||
imageAlt="Our professional team on a building site"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,29 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Water Supply Systems",
|
||||
description: "Expert design and installation of robust water supply systems tailored for local needs.",
|
||||
tag: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg?_wi=1",
|
||||
imageAlt: "construction site professional Tajik building",
|
||||
},
|
||||
id: "1", title: "Water Supply Systems", description: "Expert design and installation of robust water supply systems tailored for local needs.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg", imageAlt: "construction site professional Tajik building"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Building Material Supply",
|
||||
description: "High-quality, durable materials for all stages of your construction project.",
|
||||
tag: "Reliable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=2",
|
||||
imageAlt: "professional construction team on site",
|
||||
},
|
||||
id: "2", title: "Building Material Supply", description: "High-quality, durable materials for all stages of your construction project.", tag: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg", imageAlt: "professional construction team on site"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Construction Consultation",
|
||||
description: "Professional guidance to optimize your project timeline, budget, and material efficiency.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=1",
|
||||
imageAlt: "pvc water pipes warehouse inventory",
|
||||
},
|
||||
id: "3", title: "Construction Consultation", description: "Professional guidance to optimize your project timeline, budget, and material efficiency.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg", imageAlt: "pvc water pipes warehouse inventory"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer complete project support from planning to delivery."
|
||||
@@ -171,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Water Supply Pipe",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Water Supply Pipe", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Cement",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Premium Cement", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Reinforcement Steel",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Reinforcement Steel", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Roofing Sheets",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=5",
|
||||
},
|
||||
id: "p4", name: "Roofing Sheets", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Thermal Insulation",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=6",
|
||||
},
|
||||
id: "p5", name: "Thermal Insulation", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Building Blocks",
|
||||
price: "Contact for pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg?_wi=7",
|
||||
},
|
||||
id: "p6", name: "Building Blocks", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062955.jpg"},
|
||||
]}
|
||||
title="Quality Building Materials"
|
||||
description="Browse our range of reliable products available for delivery across the Vose region."
|
||||
@@ -219,26 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5+",
|
||||
title: "Years of Expertise",
|
||||
description: "Building trust in the Vose community since our inception.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=3",
|
||||
},
|
||||
id: "m1", value: "5+", title: "Years of Expertise", description: "Building trust in the Vose community since our inception.", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "From small renovations to large infrastructure builds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=4",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Projects Completed", description: "From small renovations to large infrastructure builds.", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Quality Assurance",
|
||||
description: "We ensure all materials meet strict performance standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=5",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Quality Assurance", description: "We ensure all materials meet strict performance standards.", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg"},
|
||||
]}
|
||||
title="Trusted Local Impact"
|
||||
description="Our numbers reflect our commitment to excellence."
|
||||
@@ -253,45 +166,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "Vose Homes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-architects-discussing-house-design-desk_1262-18523.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Vose Homes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-architects-discussing-house-design-desk_1262-18523.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Owner",
|
||||
company: "TechBuild",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-wearing-denim-jacket-white-t-shirt-sitting-cozy-cafe-holding-newspaper-reading-world-news_273609-1842.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Owner", company: "TechBuild", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-wearing-denim-jacket-white-t-shirt-sitting-cozy-cafe-holding-newspaper-reading-world-news_273609-1842.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Manager",
|
||||
company: "RenovateCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-draftswoman_23-2147771739.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Manager", company: "RenovateCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-draftswoman_23-2147771739.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Contractor",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-engineer-male-worker-using-laptop-while-analyzing-design-plans-factory_637285-11903.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Contractor", company: "BuildRight", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woodworking-engineer-male-worker-using-laptop-while-analyzing-design-plans-factory_637285-11903.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Petrov",
|
||||
role: "Owner",
|
||||
company: "LocalBiz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-handsome-young-smart-guy-civil-worker-helmet-vest-very-happy_140725-167628.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Petrov", role: "Owner", company: "LocalBiz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-handsome-young-smart-guy-civil-worker-helmet-vest-very-happy_140725-167628.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by home and business owners across Tajikistan."
|
||||
@@ -304,22 +192,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver materials?",
|
||||
content: "Yes, we provide reliable delivery across Vose and neighboring regions.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver materials?", content: "Yes, we provide reliable delivery across Vose and neighboring regions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I get a consultation?",
|
||||
content: "You can reach out through our contact form or call our office.",
|
||||
},
|
||||
id: "f2", title: "How do I get a consultation?", content: "You can reach out through our contact form or call our office."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What water systems do you carry?",
|
||||
content: "We stock comprehensive plumbing and water supply systems tailored for local installation standards.",
|
||||
},
|
||||
id: "f3", title: "What water systems do you carry?", content: "We stock comprehensive plumbing and water supply systems tailored for local installation standards."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-workers-working-together-industrial-production-hall_342744-228.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers to help your project succeed."
|
||||
@@ -334,31 +213,20 @@ export default function LandingPage() {
|
||||
description="Have a construction requirement or water supply question? Let’s talk about your project needs."
|
||||
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",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your project or requirement...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your project or requirement...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -368,33 +236,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user