5 Commits

Author SHA1 Message Date
478cb44f89 Update src/app/page.tsx 2026-04-20 17:33:48 +00:00
69164ae002 Merge version_2 into main
Merge version_2 into main
2026-04-20 17:32:53 +00:00
a2375febd9 Merge version_2 into main
Merge version_2 into main
2026-04-20 17:32:26 +00:00
5ff87e42bb Merge version_2 into main
Merge version_2 into main
2026-04-20 17:31:51 +00:00
2f71644296 Merge version_2 into main
Merge version_2 into main
2026-04-20 17:31:18 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[{ text: "Check Social Media", href: "https://facebook.com" }]} buttons={[{ text: "Check Social Media", href: "https://facebook.com" }]}
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-grayscale-shot-road-beautiful-landscape_181624-28638.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-sxg7os0r.png"
imageAlt="Racing action at the track" imageAlt="Racing action at the track"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
@@ -75,7 +75,7 @@ export default function LandingPage() {
description="Edinburg Motorsports Park offers a unique venue for motorsports enthusiasts, from weekend warriors to professional drag racers. Join our thriving community and push the limits on our professionally prepared track." description="Edinburg Motorsports Park offers a unique venue for motorsports enthusiasts, from weekend warriors to professional drag racers. Join our thriving community and push the limits on our professionally prepared track."
subdescription="Located at 15920 N. Highway 281, Edinburg, TX 78542." subdescription="Located at 15920 N. Highway 281, Edinburg, TX 78542."
icon={Award} icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/man-choosing-barbell-gym_23-2147671883.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-bpae0jib.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -118,9 +118,9 @@ export default function LandingPage() {
cardTitle="Our Proud Sponsors" cardTitle="Our Proud Sponsors"
cardTag="Partners" cardTag="Partners"
testimonials={[ testimonials={[
{ id: "1", name: "Speed Tech Performance", imageSrc: "http://img.b2bpic.net/free-photo/shot-small-stone-stadium-grass-yard_181624-9791.jpg" }, { id: "1", name: "Speed Tech Performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-0ycebk6r.jpg" },
{ id: "2", name: "Valley Fuel Solutions", imageSrc: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815498.jpg?_wi=1" }, { id: "2", name: "Valley Fuel Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-jyb9y475.jpg" },
{ id: "3", name: "Drag Racing Gear Inc.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-road-construction-brcko-district-surrounded-by-fields-bosnia-herzegovina_181624-54550.jpg" } { id: "3", name: "Drag Racing Gear Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-fu7kaeaj.jpg" }
]} ]}
/> />
</div> </div>
@@ -166,4 +166,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }