Update src/app/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,16 +115,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "10+", title: "Years of Experience", description: "Serving the community with quality service"
|
||||
id: "metric-1", value: "10+", title: "Years of Experience", description: "Serving the community with quality service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", imageAlt: "professional experience"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "500+", title: "Projects Completed", description: "Successfully renovated and repaired homes"
|
||||
id: "metric-2", value: "500+", title: "Projects Completed", description: "Successfully renovated and repaired homes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", imageAlt: "completed projects"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "100%", title: "Customer Satisfaction", description: "Commitment to quality workmanship"
|
||||
id: "metric-3", value: "100%", title: "Customer Satisfaction", description: "Commitment to quality workmanship", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", imageAlt: "customer satisfaction"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "24/7", title: "Support Available", description: "Ready to assist with your needs"
|
||||
id: "metric-4", value: "24/7", title: "Support Available", description: "Ready to assist with your needs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15622.jpg", imageAlt: "support availability"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user