Merge version_2 into main #3
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Award, Gauge, Moon, ShoppingBag, Utensils, Zap, ShieldAlert, Tally3, Users, Mail } from "lucide-react";
|
||||
import { Award, Gauge, Moon, ShoppingBag, Utensils, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
title="Race Schedule"
|
||||
description="Plan your visit to Edinburg Motorsports Park."
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "f", value: "Friday", description: "7PM - 11PM (Winter) | 7PM - 2AM (Every Week)" },
|
||||
{ id: "s", value: "Saturday", description: "4PM - 12AM | Every other Week" },
|
||||
@@ -133,6 +134,8 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-winding-road-surrounded-by-greens-trees_181624-38224.jpg"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,6 +143,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Have questions about events or becoming a sponsor? Reach out to us today."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" }
|
||||
|
||||
Reference in New Issue
Block a user