Merge version_1 into main #1
196
src/app/page.tsx
196
src/app/page.tsx
@@ -19,27 +19,32 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Track Info",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Metrics", id: "metrics"},
|
||||
{
|
||||
name: "Sponsors", id: "socialProof"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EMP"
|
||||
/>
|
||||
@@ -48,80 +53,51 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Edinburg Motorsports Park"
|
||||
description="The premier drag racing destination in Texas. Experience the speed, the sound, and the adrenaline of competitive racing in the heart of the valley."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Texas Spirit",
|
||||
},
|
||||
value: "100%", label: "Texas Spirit"},
|
||||
{
|
||||
value: "2024",
|
||||
label: "Track Champions",
|
||||
},
|
||||
value: "2024", label: "Track Champions"},
|
||||
{
|
||||
value: "281",
|
||||
label: "Highway Location",
|
||||
},
|
||||
value: "281", label: "Highway Location"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Check Social Media",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
text: "Check Social Media", href: "https://facebook.com"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-grayscale-shot-road-beautiful-landscape_181624-28638.jpg"
|
||||
imageAlt="Racing action at the track"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shot-small-stone-stadium-grass-yard_181624-9791.jpg",
|
||||
alt: "Racing fan 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shot-small-stone-stadium-grass-yard_181624-9791.jpg", alt: "Racing fan 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815498.jpg",
|
||||
alt: "Racing fan 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815498.jpg", alt: "Racing fan 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-road-construction-brcko-district-surrounded-by-fields-bosnia-herzegovina_181624-54550.jpg",
|
||||
alt: "Racing fan 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-road-construction-brcko-district-surrounded-by-fields-bosnia-herzegovina_181624-54550.jpg", alt: "Racing fan 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-view-winding-road-surrounded-by-greens-trees_181624-38224.jpg",
|
||||
alt: "Racing fan 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-view-winding-road-surrounded-by-greens-trees_181624-38224.jpg", alt: "Racing fan 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-road-near-modern-building-exterior_1127-2842.jpg",
|
||||
alt: "Racing fan 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-road-near-modern-building-exterior_1127-2842.jpg", alt: "Racing fan 5"},
|
||||
]}
|
||||
avatarText="Join our growing community of racers."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "High Performance",
|
||||
type: "text", text: "High Performance"},
|
||||
{
|
||||
type: "text-icon", text: "Speedway", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Speedway",
|
||||
icon: Zap,
|
||||
type: "text", text: "Drag Racing"},
|
||||
{
|
||||
type: "text-icon", text: "Night Races", icon: Moon,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Drag Racing",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Night Races",
|
||||
icon: Moon,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Weekly",
|
||||
},
|
||||
type: "text", text: "Open Weekly"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,19 +123,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Cool Station",
|
||||
description: "Get your EMP merch, souvenirs, race gear, and your required Tech Card.",
|
||||
},
|
||||
title: "Cool Station", description: "Get your EMP merch, souvenirs, race gear, and your required Tech Card."},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Fuel Station",
|
||||
description: "Several types of high-performance racing fuel available for all your vehicle needs.",
|
||||
},
|
||||
title: "Fuel Station", description: "Several types of high-performance racing fuel available for all your vehicle needs."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Pit Stop Grill",
|
||||
description: "Track-side food and beverages to keep you fueled throughout your racing day.",
|
||||
},
|
||||
title: "Pit Stop Grill", description: "Track-side food and beverages to keep you fueled throughout your racing day."},
|
||||
]}
|
||||
title="Facility Highlights"
|
||||
description="Everything you need for a successful day at the track."
|
||||
@@ -173,31 +143,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Friday",
|
||||
title: "Prime Race Time",
|
||||
items: [
|
||||
"7PM - 11PM (Winter)",
|
||||
"7PM - 2AM (Every Week)",
|
||||
],
|
||||
id: "m1", value: "Friday", title: "Prime Race Time", items: [
|
||||
"7PM - 11PM (Winter)", "7PM - 2AM (Every Week)"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Saturday",
|
||||
title: "Weekend Action",
|
||||
items: [
|
||||
"4PM - 12AM",
|
||||
"Every other Week",
|
||||
],
|
||||
id: "m2", value: "Saturday", title: "Weekend Action", items: [
|
||||
"4PM - 12AM", "Every other Week"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Wednesday",
|
||||
title: "Mid-Week",
|
||||
items: [
|
||||
"8PM - 11PM",
|
||||
"Every other Week",
|
||||
],
|
||||
id: "m3", value: "Wednesday", title: "Mid-Week", items: [
|
||||
"8PM - 11PM", "Every other Week"],
|
||||
},
|
||||
]}
|
||||
title="Race Schedule"
|
||||
@@ -210,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Speed Tech Performance",
|
||||
"Valley Fuel Solutions",
|
||||
"Drag Racing Gear Inc.",
|
||||
"Track Masters Safety",
|
||||
"Performance Lube Pros",
|
||||
"Race Way Tires",
|
||||
"Automotive Accessory Specialists",
|
||||
]}
|
||||
"Speed Tech Performance", "Valley Fuel Solutions", "Drag Racing Gear Inc.", "Track Masters Safety", "Performance Lube Pros", "Race Way Tires", "Automotive Accessory Specialists"]}
|
||||
title="Our Proud Sponsors"
|
||||
description="We are supported by industry leaders who help keep racing alive."
|
||||
/>
|
||||
@@ -228,20 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Where do I get my Tech Card?",
|
||||
content: "Visit our Cool Station to pick up your Tech Card before hitting the track.",
|
||||
},
|
||||
id: "faq1", title: "Where do I get my Tech Card?", content: "Visit our Cool Station to pick up your Tech Card before hitting the track."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are there food options available?",
|
||||
content: "Yes, visit our Pit Stop Grill for all your trackside food and beverage needs.",
|
||||
},
|
||||
id: "faq2", title: "Are there food options available?", content: "Yes, visit our Pit Stop Grill for all your trackside food and beverage needs."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How can I see if you are open on Thursday or Saturday?",
|
||||
content: "Please check our official Facebook page for the latest updates on Thursday and Saturday status.",
|
||||
},
|
||||
id: "faq3", title: "How can I see if you are open on Thursday or Saturday?", content: "Please check our official Facebook page for the latest updates on Thursday and Saturday status."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -252,20 +191,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions about events or becoming a sponsor? Reach out to us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 956-587-1349",
|
||||
href: "tel:9565871349",
|
||||
},
|
||||
text: "Call 956-587-1349", href: "tel:9565871349"},
|
||||
{
|
||||
text: "Email info@emp956.com",
|
||||
href: "mailto:info@emp956.com",
|
||||
},
|
||||
text: "Email info@emp956.com", href: "mailto:info@emp956.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,37 +208,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{
|
||||
label: "About EMP",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About EMP", href: "#about"},
|
||||
{
|
||||
label: "Social Media",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Social Media", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Fuel & Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Fuel & Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "956-587-1349",
|
||||
href: "tel:9565871349",
|
||||
},
|
||||
label: "956-587-1349", href: "tel:9565871349"},
|
||||
{
|
||||
label: "info@emp956.com",
|
||||
href: "mailto:info@emp956.com",
|
||||
},
|
||||
label: "info@emp956.com", href: "mailto:info@emp956.com"},
|
||||
{
|
||||
label: "15920 N. HIGHWAY 281, EDINBURG, TX",
|
||||
href: "#",
|
||||
},
|
||||
label: "15920 N. HIGHWAY 281, EDINBURG, TX", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user