Compare commits
5 Commits
version_18
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 45d40c033a | |||
| 24213e8859 | |||
| 3b907f4ce9 | |||
| 645eb05488 | |||
| 35e7e678bc |
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
description="Premium training grounds and community fields at McDowell Mountain Ranch. Dedicated to developing local talent and fostering active lifestyles."
|
||||
tag="Premier Soccer Venue"
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1517466787929-bc90951d0974?q=80&w=2000", imageAlt: "Professional soccer field aerial view" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707978.jpg?id=32248900", imageAlt: "Professional soccer field aerial view" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CeIrQq3w1bGhAEHxiFxrUprOZT/uploaded-1776825698780-nn0yhvyz.jpg", imageAlt: "Soccer training grounds" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/soccer-field-stadium-night_23-2149117325.jpg", imageAlt: "Professional soccer field at dusk" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg", imageAlt: "Children training on soccer field" }
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/soccer-player-action-stadium_1150-14606.jpg?id=5212266", imageAlt: "Professional soccer field at dusk" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CeIrQq3w1bGhAEHxiFxrUprOZT/uploaded-1776826381616-7adeyzhv.avif", imageAlt: "Children training on soccer field" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #1a2f1d;
|
||||
--card: #1f1f40;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a1a0c;
|
||||
--secondary-cta: #0d200f;
|
||||
--secondary-cta-text: #d4f6d8;
|
||||
--accent: #1a3d1f;
|
||||
--background-accent: #355e3b;
|
||||
--primary-cta-text: #0a051a;
|
||||
--secondary-cta: #0d0d2b;
|
||||
--secondary-cta-text: #d4d4f6;
|
||||
--accent: #3d2880;
|
||||
--background-accent: #663cff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user