Compare commits
19 Commits
version_9
...
e57d3c3e94
| Author | SHA1 | Date | |
|---|---|---|---|
| e57d3c3e94 | |||
| 7c48b023c1 | |||
| 9689368fe7 | |||
| 1070bf740e | |||
| 5881a07395 | |||
| 09b2c3a2bc | |||
| 39df172d16 | |||
| 556648f05e | |||
| f92f3e51f4 | |||
| 476ada74d9 | |||
| 0190e9d3e0 | |||
| 55b314aaa2 | |||
| d50e44645a | |||
| 06abe78f58 | |||
| 9be88da2b1 | |||
| 9610eb709a | |||
| 68f4a67133 | |||
| ea228313f7 | |||
| af56b4ac15 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffef5e6;
|
||||
--primary-cta: #facc15;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #ffffff;
|
||||
--card: #fafafa;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #ff0000;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #e5e5e5;
|
||||
--background-accent: #f5f5f5;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -28,17 +28,30 @@ export default function StarWarsPage() {
|
||||
description="Join millions of fans exploring the galaxy's greatest saga. Discover exclusive content, connect with the community, and celebrate the Force."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||
imageAlt="Star Wars galaxy"
|
||||
frameStyle="card"
|
||||
metricsLabel="Witness the scale of the Star Wars universe and its influence across generations"
|
||||
metrics={[
|
||||
{ id: "1", value: "40+", label: "Years of Star Wars storytelling" },
|
||||
{ id: "2", value: "11", label: "Films in Complete Skywalker saga" },
|
||||
{ id: "3", value: "100M+", label: "Fans Worldwide united by Force" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Enter the Galaxy", href: "#metrics" },
|
||||
{ text: "Join Community", href: "#about" }
|
||||
]}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40+",
|
||||
title: "Years",
|
||||
description: "Of Star Wars storytelling"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "11",
|
||||
title: "Films",
|
||||
description: "Complete Skywalker saga"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100M+",
|
||||
title: "Fans",
|
||||
description: "Worldwide united by Force"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,7 +69,8 @@ export default function StarWarsPage() {
|
||||
title: "Years",
|
||||
description: "Of Star Wars storytelling",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageAlt: "Star Wars years"
|
||||
imageAlt: "Star Wars years",
|
||||
rating: 4.8
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -64,7 +78,8 @@ export default function StarWarsPage() {
|
||||
title: "Films",
|
||||
description: "Complete Skywalker saga",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageAlt: "Star Wars films"
|
||||
imageAlt: "Star Wars films",
|
||||
rating: 4.9
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -72,7 +87,8 @@ export default function StarWarsPage() {
|
||||
title: "Fans",
|
||||
description: "Worldwide united by Force",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageAlt: "Star Wars fans"
|
||||
imageAlt: "Star Wars fans",
|
||||
rating: 4.7
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user