Merge version_1 into main #3
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg"
|
||||
imageAlt="Audi RS high-performance sports car"
|
||||
buttons={[
|
||||
{ text: "Join The Club", href: "contact" },
|
||||
{ text: "Explore Events", href: "testimonials" }
|
||||
{ text: "Join The Club", href: "#contact" },
|
||||
{ text: "Explore Events", href: "#testimonials" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="w-full"
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "features" }
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
|
||||
Reference in New Issue
Block a user