Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroSplit
|
||||
title="Built Strong. Done Right."
|
||||
description="Professional service for clients who demand quality. No shortcuts. No excuses. Just results."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Local & Trusted"
|
||||
tagIcon={Award}
|
||||
buttons={[
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
description="Local Owner"
|
||||
subdescription="ProCraft Services"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg"
|
||||
imageAlt="Before and after service results"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -130,19 +130,19 @@ export default function LandingPage() {
|
||||
description="Real feedback from real customers who trust us with their most important needs."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", handle: "Home & Business Owner", testimonial: "ProCraft completely transformed our workspace. The attention to detail is unmatched. Professional, efficient, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"
|
||||
id: "1", name: "James Mitchell", handle: "Home & Business Owner", testimonial: "ProCraft completely transformed our workspace. The attention to detail is unmatched. Professional, efficient, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Torres", handle: "Property Manager", testimonial: "We've worked with ProCraft for three years now. They're reliable, honest, and always deliver exceptional results. Our tenants consistently compliment the quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Chen", handle: "Contractor", testimonial: "As a contractor myself, I know quality work when I see it. ProCraft sets the standard in our community. I refer them constantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David Chen"
|
||||
id: "3", name: "David Chen", handle: "Contractor", testimonial: "As a contractor myself, I know quality work when I see it. ProCraft sets the standard in our community. I refer them constantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Williams", handle: "Small Business Owner", testimonial: "Fast turnaround, meticulous execution, and zero BS. That's ProCraft. They respected my timeline and budget while maintaining exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Williams"
|
||||
id: "4", name: "Robert Williams", handle: "Small Business Owner", testimonial: "Fast turnaround, meticulous execution, and zero BS. That's ProCraft. They respected my timeline and budget while maintaining exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Williams"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Marcus Johnson", handle: "Facility Manager", testimonial: "ProCraft handles all our facility maintenance. They're proactive, professional, and always accessible. Best decision we made for our operation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Johnson"
|
||||
id: "5", name: "Marcus Johnson", handle: "Facility Manager", testimonial: "ProCraft handles all our facility maintenance. They're proactive, professional, and always accessible. Best decision we made for our operation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Christopher Lee", handle: "Executive Director", testimonial: "We trust ProCraft completely. They deliver premium results on every single project. Their reputation is well-earned.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Christopher Lee"
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
description="Gallery of completed projects demonstrating our commitment to excellence."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Commercial Space Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=2", imageAlt: "Commercial renovation project"
|
||||
id: "1", name: "Commercial Space Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg", imageAlt: "Commercial renovation project"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Premium Finish Details", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "High-quality craftsmanship details"
|
||||
|
||||
Reference in New Issue
Block a user