Compare commits
10 Commits
version_13
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 645eb05488 | |||
| 35e7e678bc | |||
| 52f1ef1b91 | |||
| a497562b9b | |||
| 2fad7d79e5 | |||
| 83920947f1 | |||
| 2929744db9 | |||
| addf4afdde | |||
| d12f689a6c | |||
| 65e525d069 |
@@ -48,8 +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: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg?_wi=1", imageAlt: "Soccer field aerial view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-football-field_181624-34967.jpg", imageAlt: "Soccer training grounds" }
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1517466787929-bc90951d0974?q=80&w=2000", 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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #fafffb;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #f5fffae6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--secondary-cta-text: #001a0a;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user