Merge version_1 into main #2
@@ -39,9 +39,7 @@ export default function AboutPage() {
|
||||
id: item.id === "/" ? "/" : item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
navItemClassName="text-sm font-medium tracking-wide hover:text-primary-cta transition-colors"
|
||||
buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text"
|
||||
@@ -59,12 +57,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ken",
|
||||
role: "Founder & Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
|
||||
imageAlt: "Ken, Founder of Startec Construction",
|
||||
},
|
||||
id: "1", name: "Ken", role: "Founder & Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Ken, Founder of Startec Construction"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -78,49 +71,25 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
title="Our Values & Milestones"
|
||||
description="Built on a foundation of integrity, craftsmanship, and customer-centricity, Startec Construction has established itself as Singapore's trusted premium renovation partner."
|
||||
tag="Company Heritage",
|
||||
tag="Company Heritage"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Years in Business",
|
||||
items: [
|
||||
"Pioneering luxury renovations",
|
||||
"Building trust and reputation",
|
||||
"Serving Singapore's families",
|
||||
],
|
||||
id: "1", value: "20+", title: "Years in Business", items: [
|
||||
"Pioneering luxury renovations", "Building trust and reputation", "Serving Singapore's families"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Satisfied Clients",
|
||||
items: [
|
||||
"Long-term relationships built",
|
||||
"Repeat and referral business",
|
||||
"Community recognition",
|
||||
],
|
||||
id: "2", value: "500+", title: "Satisfied Clients", items: [
|
||||
"Long-term relationships built", "Repeat and referral business", "Community recognition"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Transparency Commitment",
|
||||
items: [
|
||||
"Clear pricing and contracts",
|
||||
"Regular progress updates",
|
||||
"Professional communication",
|
||||
],
|
||||
id: "3", value: "100%", title: "Transparency Commitment", items: [
|
||||
"Clear pricing and contracts", "Regular progress updates", "Professional communication"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "15+",
|
||||
title: "Industry Awards",
|
||||
items: [
|
||||
"Excellence in design",
|
||||
"Innovation recognition",
|
||||
"Customer service awards",
|
||||
],
|
||||
id: "4", value: "15+", title: "Industry Awards", items: [
|
||||
"Excellence in design", "Innovation recognition", "Customer service awards"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -148,76 +117,47 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
||||
imageAlt="Luxury home interior renovation inspiration"
|
||||
logoText="Startec Construction Pte Ltd"
|
||||
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "HDB Renovation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "HDB Renovation", href: "/services"},
|
||||
{
|
||||
label: "Condo Renovation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Condo Renovation", href: "/services"},
|
||||
{
|
||||
label: "Kitchen Remodel",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Kitchen Remodel", href: "/services"},
|
||||
{
|
||||
label: "Bathroom Remodel",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Bathroom Remodel", href: "/services"},
|
||||
{
|
||||
label: "Carpentry Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Carpentry Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
label: "Our Projects", href: "/projects"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/",
|
||||
},
|
||||
label: "Testimonials", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/6581234567",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/6581234567"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@startec.sg",
|
||||
},
|
||||
label: "Email", href: "mailto:info@startec.sg"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -39,9 +39,7 @@ export default function ProjectsPage() {
|
||||
id: item.id === "/" ? "/" : item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Consultation", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
navItemClassName="text-sm font-medium tracking-wide hover:text-primary-cta transition-colors"
|
||||
buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text"
|
||||
@@ -59,47 +57,17 @@ export default function ProjectsPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern HDB Transformation",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=5",
|
||||
imageAlt: "Modern HDB renovation project",
|
||||
},
|
||||
id: "1", name: "Modern HDB Transformation", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg", imageAlt: "Modern HDB renovation project"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luxury Condo Makeover",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=5",
|
||||
imageAlt: "Luxury condo renovation project",
|
||||
},
|
||||
id: "2", name: "Luxury Condo Makeover", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", imageAlt: "Luxury condo renovation project"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Kitchen Suite",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=5",
|
||||
imageAlt: "Premium kitchen renovation project",
|
||||
},
|
||||
id: "3", name: "Premium Kitchen Suite", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg", imageAlt: "Premium kitchen renovation project"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Spa-Inspired Bathroom",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=5",
|
||||
imageAlt: "Luxury bathroom renovation project",
|
||||
},
|
||||
id: "4", name: "Spa-Inspired Bathroom", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", imageAlt: "Luxury bathroom renovation project"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Custom Carpentry Showcase",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=3",
|
||||
imageAlt: "Custom carpentry project showcase",
|
||||
},
|
||||
id: "5", name: "Custom Carpentry Showcase", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg", imageAlt: "Custom carpentry project showcase"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Complete Home Renovation",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3",
|
||||
imageAlt: "Complete home renovation project",
|
||||
},
|
||||
id: "6", name: "Complete Home Renovation", price: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Complete home renovation project"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -113,49 +81,25 @@ export default function ProjectsPage() {
|
||||
<MetricCardSeven
|
||||
title="Our Project Excellence"
|
||||
description="Demonstrating our commitment to quality, timely delivery, and customer satisfaction across every renovation project we undertake."
|
||||
tag="Project Achievements",
|
||||
tag="Project Achievements"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150+",
|
||||
title: "Successful Projects",
|
||||
items: [
|
||||
"HDB renovations completed",
|
||||
"Condo transformations",
|
||||
"Luxury home upgrades",
|
||||
],
|
||||
id: "1", value: "150+", title: "Successful Projects", items: [
|
||||
"HDB renovations completed", "Condo transformations", "Luxury home upgrades"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"5-star reviews and ratings",
|
||||
"Repeat clients and referrals",
|
||||
"Long-term relationships",
|
||||
],
|
||||
id: "2", value: "98%", title: "Client Satisfaction", items: [
|
||||
"5-star reviews and ratings", "Repeat clients and referrals", "Long-term relationships"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Industry expertise and knowledge",
|
||||
"Award-winning designs",
|
||||
"Proven track record",
|
||||
],
|
||||
id: "3", value: "10+", title: "Years Experience", items: [
|
||||
"Industry expertise and knowledge", "Award-winning designs", "Proven track record"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "20+",
|
||||
title: "Design Awards",
|
||||
items: [
|
||||
"Recognition for excellence",
|
||||
"Innovation in renovation",
|
||||
"Premium craftsmanship accolades",
|
||||
],
|
||||
id: "4", value: "20+", title: "Design Awards", items: [
|
||||
"Recognition for excellence", "Innovation in renovation", "Premium craftsmanship accolades"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -183,76 +127,47 @@ export default function ProjectsPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg"
|
||||
imageAlt="Luxury home interior renovation inspiration"
|
||||
logoText="Startec Construction Pte Ltd"
|
||||
copyrightText="© 2024 Startec Construction. All rights reserved. Singapore's Premium Renovation Partner."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "HDB Renovation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "HDB Renovation", href: "/services"},
|
||||
{
|
||||
label: "Condo Renovation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Condo Renovation", href: "/services"},
|
||||
{
|
||||
label: "Kitchen Remodel",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Kitchen Remodel", href: "/services"},
|
||||
{
|
||||
label: "Bathroom Remodel",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Bathroom Remodel", href: "/services"},
|
||||
{
|
||||
label: "Carpentry Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Carpentry Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Projects",
|
||||
href: "/projects",
|
||||
},
|
||||
label: "Our Projects", href: "/projects"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/",
|
||||
},
|
||||
label: "Testimonials", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/6581234567",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/6581234567"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@startec.sg",
|
||||
},
|
||||
label: "Email", href: "mailto:info@startec.sg"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user