Compare commits
12 Commits
version_19
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c359ed912c | |||
| 45d40c033a | |||
| 630286f777 | |||
| 24213e8859 | |||
| dee44af73b | |||
| 3b907f4ce9 | |||
| 5a31087df9 | |||
| 645eb05488 | |||
| a1bfd2dd5e | |||
| 3c5836b96e | |||
| b3ce234f17 | |||
| 93c963187f |
@@ -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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
--background: #000000;
|
||||
--card: #1f1f40;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--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