Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26d7318fba | |||
| ccdb25511f |
@@ -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 } from "lucide-react";
|
||||
import { Award, Gauge, Moon, ShoppingBag, Utensils, Zap, Facebook } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,7 +54,10 @@ export default function LandingPage() {
|
||||
{ value: "281", label: "Highway Location" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Check Social Media", href: "https://facebook.com" }]}
|
||||
buttons={[
|
||||
{ text: "Check Social Media", href: "https://www.facebook.com/171578382932130?ref=embed_page" },
|
||||
{ text: "Leave a Review", href: "https://www.facebook.com/171578382932130?ref=embed_page" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CdCHdnWGRQ6upHJ6E9khfmwVGr/uploaded-1776706416157-sxg7os0r.png"
|
||||
imageAlt="Racing action at the track"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -100,13 +103,15 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
title="Race Schedule"
|
||||
title="Operating Hours"
|
||||
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" },
|
||||
{ id: "w", value: "Wednesday", description: "8PM - 11PM | Every other Week" },
|
||||
{ id: "mon-wed", value: "Mon-Wed", description: "CLOSED" },
|
||||
{ id: "thu", value: "Thursday", description: "CHECK SOCIAL MEDIA" },
|
||||
{ id: "fri", value: "Friday", description: "7PM - 11PM (Winter Hours)" },
|
||||
{ id: "sat", value: "Saturday", description: "CHECK SOCIAL MEDIA" },
|
||||
{ id: "sun", value: "Sunday", description: "CLOSED" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,7 +164,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/line-shaped-neon-lights-background_23-2147815498.jpg?_wi=2"
|
||||
columns={[
|
||||
{ title: "Information", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Facebook", href: "https://www.facebook.com/171578382932130?ref=embed_page" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user