Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70db8c5f53 |
@@ -65,9 +65,9 @@ export default function SitePage() {
|
|||||||
imageAlt="Modern electric car in scenic location"
|
imageAlt="Modern electric car in scenic location"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ icon: CheckCircle, text: "24/7 Support" },
|
{ type: "text-icon", icon: CheckCircle, text: "24/7 Support" },
|
||||||
{ icon: CheckCircle, text: "No Hidden Fees" },
|
{ type: "text-icon", icon: CheckCircle, text: "No Hidden Fees" },
|
||||||
{ icon: CheckCircle, text: "Eco-Friendly Fleet" },
|
{ type: "text-icon", icon: CheckCircle, text: "Eco-Friendly Fleet" },
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
@@ -102,8 +102,8 @@ export default function SitePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Your Trusted Partner in Eco-Friendly Travel"
|
title="Your Trusted Partner in Eco-Friendly Travel"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Fleet", href: "#products-section", props: { variant: "primary" } },
|
{ text: "Explore Our Fleet", href: "#products-section", props: { variant: "directional-hover" } },
|
||||||
{ text: "Learn More", href: "#features-section", props: { variant: "secondary" } },
|
{ text: "Learn More", href: "#features-section", props: { variant: "directional-hover" } },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user