Merge version_1 into main #1
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
tag="No win, no fee"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
background="aurora"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Check My Claim Free", href: "#contact" },
|
||||
{ text: "How It Works", href: "#how-it-works" }
|
||||
@@ -120,16 +120,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "payout-1", value: "$3,200", title: "2022 BMW 3 Series", description: "Rear-end collision, recovered in 45 days"
|
||||
id: "payout-1", value: "$3,200", title: "2022 BMW 3 Series", description: "Rear-end collision, recovered in 45 days", imageSrc: "http://img.b2bpic.net/free-vector/coloured-investment-design_1133-15.jpg", imageAlt: "2022 BMW 3 Series value recovery"
|
||||
},
|
||||
{
|
||||
id: "payout-2", value: "$1,850", title: "Toyota Camry", description: "Side impact, recovered in 38 days"
|
||||
id: "payout-2", value: "$1,850", title: "Toyota Camry", description: "Side impact, recovered in 38 days", imageSrc: "http://img.b2bpic.net/free-vector/coloured-investment-design_1133-15.jpg", imageAlt: "Toyota Camry value recovery"
|
||||
},
|
||||
{
|
||||
id: "payout-3", value: "$2,150", title: "Honda Civic", description: "Front-end damage, recovered in 42 days"
|
||||
id: "payout-3", value: "$2,150", title: "Honda Civic", description: "Front-end damage, recovered in 42 days", imageSrc: "http://img.b2bpic.net/free-vector/coloured-investment-design_1133-15.jpg", imageAlt: "Honda Civic value recovery"
|
||||
},
|
||||
{
|
||||
id: "payout-4", value: "$4,500", title: "Tesla Model 3", description: "Major collision, recovered in 60 days"
|
||||
id: "payout-4", value: "$4,500", title: "Tesla Model 3", description: "Major collision, recovered in 60 days", imageSrc: "http://img.b2bpic.net/free-vector/coloured-investment-design_1133-15.jpg", imageAlt: "Tesla Model 3 value recovery"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "See If You Qualify", href: "#contact" }]}
|
||||
|
||||
Reference in New Issue
Block a user