From 26d7318fbaa5599186ce90ff5b041d5f36279041 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:38:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e17ff8..25253c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} /> @@ -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" }] } ]} /> -- 2.49.1