Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-02-25 02:06:07 +00:00
6 changed files with 45 additions and 45 deletions

View File

@@ -47,21 +47,21 @@ export default function AboutPage() {
title: "Superior Craftsmanship",
description: "Every project reflects our commitment to precision, quality materials, and attention to detail that ensures lasting results.",
tag: "Quality",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=5"
},
{
id: "communication",
title: "Clear Communication",
description: "We believe in transparent, responsive communication throughout every project, keeping you informed at every step.",
tag: "Transparency",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg?_wi=2"
},
{
id: "integrity",
title: "Professional Integrity",
description: "Honest assessments, realistic timelines, and respectful job sites—we do what we say we'll do.",
tag: "Trust",
imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=1"
}
]}
animationType="slide-up"
@@ -111,7 +111,7 @@ export default function AboutPage() {
handle: "@repeat_client",
testimonial: "Second home we hired them for—again, a great experience. Professional and reliable.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=7"
},
{
id: "2",
@@ -119,7 +119,7 @@ export default function AboutPage() {
handle: "@satisfied_customer",
testimonial: "Prompt, on schedule, and easy to work with. Exactly what you want in a contractor.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"
},
{
id: "3",
@@ -127,7 +127,7 @@ export default function AboutPage() {
handle: "@happy_homeowner",
testimonial: "Professional from start to finish. The attention to detail is what sets them apart.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=8"
}
]}
showRating={true}

View File

@@ -47,7 +47,7 @@ export default function ConstructionPage() {
price: "Custom Build",
rating: 5,
reviewCount: "25+",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=1",
imageAlt: "Custom barn construction project"
},
{
@@ -57,7 +57,7 @@ export default function ConstructionPage() {
price: "Quality Build",
rating: 5,
reviewCount: "30+",
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=2"
},
{
id: "3",
@@ -66,7 +66,7 @@ export default function ConstructionPage() {
price: "Custom Design",
rating: 5,
reviewCount: "20+",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=2"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -90,21 +90,21 @@ export default function ConstructionPage() {
title: "Detailed Planning & Design",
description: "Collaborative planning process to understand your vision, requirements, and budget for the perfect custom build.",
tag: "Planning",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg?_wi=2"
},
{
id: "execution",
title: "Quality Construction",
description: "Skilled craftsmanship using premium materials and proven construction techniques for lasting durability.",
tag: "Building",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=2"
},
{
id: "completion",
title: "Clean Completion",
description: "Professional finish with thorough cleanup and final walkthrough to ensure your complete satisfaction.",
tag: "Delivery",
imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg?_wi=2"
}
]}
animationType="slide-up"
@@ -124,7 +124,7 @@ export default function ConstructionPage() {
handle: "@homeowner_3",
testimonial: "Professional from start to finish on our barn construction project.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4"
},
{
id: "2",
@@ -132,7 +132,7 @@ export default function ConstructionPage() {
handle: "@homeowner_2",
testimonial: "Prompt, on schedule, and easy to work with on our garage build.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
},
{
id: "3",
@@ -140,7 +140,7 @@ export default function ConstructionPage() {
handle: "@homeowner_1",
testimonial: "Second project we hired them for—excellent construction work.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5"
}
]}
showRating={true}

View File

@@ -60,21 +60,21 @@ export default function ContactPage() {
title: "Quick Response",
description: "We respond to calls and texts within 24 hours with straight answers and clear next steps for your project.",
tag: "Step 1",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg?_wi=3"
},
{
id: "consultation",
title: "Professional Assessment",
description: "On-site visit to discuss your needs, review options, and provide detailed estimates with realistic timelines.",
tag: "Step 2",
imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2"
},
{
id: "execution",
title: "Quality Execution",
description: "Professional installation or construction work with regular updates and clean, organized job sites.",
tag: "Step 3",
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2"
}
]}
animationType="slide-up"

View File

@@ -48,7 +48,7 @@ export default function MetalRoofingPage() {
price: "Premium Quality",
rating: 5,
reviewCount: "50+",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=3",
imageAlt: "Standing seam metal roofing installation"
},
{
@@ -58,7 +58,7 @@ export default function MetalRoofingPage() {
price: "Fast Service",
rating: 5,
reviewCount: "45+",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=3"
},
{
id: "3",
@@ -67,7 +67,7 @@ export default function MetalRoofingPage() {
price: "Quality Parts",
rating: 5,
reviewCount: "40+",
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -91,21 +91,21 @@ export default function MetalRoofingPage() {
title: "Professional Assessment",
description: "Thorough inspection of your roof structure, measurements, and material recommendations tailored to your home.",
tag: "Step 1",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/closeup-hands-business-meeting_93675-132442.jpg?_wi=1"
},
{
id: "installation",
title: "Expert Installation",
description: "Precise standing seam installation using premium materials and proven techniques for long-lasting performance.",
tag: "Step 2",
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1"
},
{
id: "inspection",
title: "Quality Inspection",
description: "Complete final walkthrough and inspection to ensure everything meets our high standards and your satisfaction.",
tag: "Step 3",
imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/company-manager-holding-project-plans-while-talking-african-american-manual-worker-who-is-pointing-something-factory_637285-4115.jpg?_wi=1"
}
]}
animationType="slide-up"
@@ -125,7 +125,7 @@ export default function MetalRoofingPage() {
handle: "@homeowner_6",
testimonial: "Best roofing contractor I've worked with. The standing seam roof looks incredible.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
},
{
id: "2",
@@ -133,7 +133,7 @@ export default function MetalRoofingPage() {
handle: "@homeowner_5",
testimonial: "Exceeded expectations on every level. Professional installation and clean work site.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"
},
{
id: "3",
@@ -141,7 +141,7 @@ export default function MetalRoofingPage() {
handle: "@homeowner_4",
testimonial: "No trace left behind—top notch metal roofing work from start to finish.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
}
]}
showRating={true}

View File

@@ -51,7 +51,7 @@ export default function HomePage() {
{ text: "Call / Text Joseph", href: "tel:+1-555-0100" }
]}
buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg"
imageSrc="https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=1"
imageAlt="Premium standing seam metal roofing installation"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -70,21 +70,21 @@ export default function HomePage() {
title: "Responsive & Professional",
description: "Quick replies by phone/text. Straight answers, clear next steps.",
tag: "Communication",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2871.jpg?_wi=1"
},
{
id: "expertise",
title: "Standing Seam Expertise",
description: "Metal installs done clean, tight, and built to handle harsh seasons.",
tag: "Specialty",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=1"
},
{
id: "jobsites",
title: "Respectful Job Sites",
description: "Fast, organized work—no mess left behind.",
tag: "Quality",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772881.jpg?_wi=1"
}
]}
animationType="slide-up"
@@ -105,7 +105,7 @@ export default function HomePage() {
price: "Custom Pricing",
rating: 5,
reviewCount: "50+",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2",
imageAlt: "Standing seam metal roofing installation"
},
{
@@ -115,7 +115,7 @@ export default function HomePage() {
price: "Custom Pricing",
rating: 5,
reviewCount: "45+",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=2"
},
{
id: "3",
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "Custom Pricing",
rating: 5,
reviewCount: "40+",
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=1"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -178,7 +178,7 @@ export default function HomePage() {
handle: "@homeowner_1",
testimonial: "Second home we hired them for—again, a great experience.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"
},
{
id: "2",
@@ -186,7 +186,7 @@ export default function HomePage() {
handle: "@homeowner_2",
testimonial: "Prompt, on schedule, and easy to work with.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
id: "3",
@@ -194,7 +194,7 @@ export default function HomePage() {
handle: "@homeowner_3",
testimonial: "Professional from start to finish on a standing seam roof.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"
}
]}
showRating={true}

View File

@@ -45,7 +45,7 @@ export default function ProjectsPage() {
category: ["Standing Seam", "Residential"],
title: "Modern Home Standing Seam Installation",
excerpt: "Clean lines and superior durability for a contemporary home renovation featuring premium standing seam metal roofing.",
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2",
authorName: "Martinez Team",
authorAvatar: "https://img.b2bpic.net/free-vector/construction_24908-53978.jpg",
date: "15 Jan 2025"
@@ -65,7 +65,7 @@ export default function ProjectsPage() {
category: ["Construction", "Barn"],
title: "Custom Barn Exterior & Metal Roofing",
excerpt: "Complete structural and roofing upgrade with precision execution, combining traditional barn aesthetics with modern durability.",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-store-building-from-wood-stones-west-bloomfield-mi_181624-60264.jpg?_wi=3",
authorName: "Martinez Team",
authorAvatar: "https://img.b2bpic.net/free-vector/construction_24908-53978.jpg",
date: "05 Jan 2025"
@@ -75,7 +75,7 @@ export default function ProjectsPage() {
category: ["Standing Seam", "Residential"],
title: "Lakefront Cottage Metal Roof Upgrade",
excerpt: "Weather-resistant standing seam installation designed to withstand harsh lake environment conditions.",
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=3",
authorName: "Martinez Team",
authorAvatar: "https://img.b2bpic.net/free-vector/construction_24908-53978.jpg",
date: "28 Dec 2024"
@@ -85,7 +85,7 @@ export default function ProjectsPage() {
category: ["Repair", "Maintenance"],
title: "Emergency Storm Damage Repair",
excerpt: "Rapid response emergency repair service restoring a damaged metal roof to optimal condition.",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=4",
authorName: "Martinez Team",
authorAvatar: "https://img.b2bpic.net/free-vector/construction_24908-53978.jpg",
date: "20 Dec 2024"
@@ -95,7 +95,7 @@ export default function ProjectsPage() {
category: ["Construction", "Workshop"],
title: "Custom Workshop & Garage Complex",
excerpt: "Multi-building construction project featuring coordinated metal roofing and exterior design elements.",
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg?_wi=3",
authorName: "Martinez Team",
authorAvatar: "https://img.b2bpic.net/free-vector/construction_24908-53978.jpg",
date: "15 Dec 2024"
@@ -121,7 +121,7 @@ export default function ProjectsPage() {
handle: "@project_client_1",
testimonial: "Best roofing contractor I've worked with. The project was completed ahead of schedule.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
},
{
id: "2",
@@ -129,7 +129,7 @@ export default function ProjectsPage() {
handle: "@project_client_2",
testimonial: "Exceeded expectations on every level. Our barn project turned out beautifully.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6"
},
{
id: "3",
@@ -137,7 +137,7 @@ export default function ProjectsPage() {
handle: "@project_client_3",
testimonial: "No trace left behind—top notch project management from consultation to completion.",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"
}
]}
showRating={true}