Compare commits
7 Commits
version_2
...
9610eb709a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9610eb709a | |||
| 86f6b3537d | |||
| 68f4a67133 | |||
| 9b73620273 | |||
| ea228313f7 | |||
| 282d3bb8ad | |||
| af56b4ac15 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000000;;
|
--background: #0a0a0a;
|
||||||
--card: #1b1b1b;;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;;
|
--foreground: #fffef5e6;
|
||||||
--primary-cta: #ff6600;;
|
--primary-cta: #facc15;
|
||||||
--secondary-cta: #151515;;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #303030;;
|
--accent: #737373;
|
||||||
--background-accent: #303030;;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
@@ -84,37 +84,45 @@ export default function StarWarsPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="featured" data-section="featured">
|
<div id="featured" data-section="featured">
|
||||||
<ProductCardOne
|
<TestimonialCardThirteen
|
||||||
title="Featured Content"
|
title="Featured Content"
|
||||||
description="Discover the most essential Star Wars films, series, and stories that define the franchise"
|
description="Discover the most essential Star Wars films, series, and stories that define the franchise"
|
||||||
products={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "The Mandalorian",
|
name: "The Mandalorian",
|
||||||
price: "Series",
|
handle: "Series",
|
||||||
|
testimonial: "Follow Din Djarin as he navigates the outer reaches of the galaxy. With an unexpected companion by his side, he explores the far reaches of a galaxy shrouded in mystery and danger.",
|
||||||
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508648349-opwl7orx.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508648349-opwl7orx.jpg",
|
||||||
imageAlt: "The Mandalorian series"
|
imageAlt: "The Mandalorian series"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Andor",
|
name: "Andor",
|
||||||
price: "Series",
|
handle: "Series",
|
||||||
|
testimonial: "Experience the untold story of the rebellion. This gripping prequel explores the sacrifices and personal struggles that ignited the fight against tyranny.",
|
||||||
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508649592-o7da7dj7.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508649592-o7da7dj7.jpg",
|
||||||
imageAlt: "Andor star wars"
|
imageAlt: "Andor star wars"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "The Acolyte",
|
name: "The Acolyte",
|
||||||
price: "Series",
|
handle: "Series",
|
||||||
|
testimonial: "Step into the High Republic era and uncover the mysteries of the Force. Witness how the Jedi's certainty begins to crack in this thrilling new saga.",
|
||||||
|
rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
||||||
imageAlt: "The Acolyte series"
|
imageAlt: "The Acolyte series"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
showRating={true}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
tag="Must Watch"
|
tag="Must Watch"
|
||||||
|
carouselMode="buttons"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -265,6 +273,13 @@ export default function StarWarsPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttonText="Join Community"
|
buttonText="Join Community"
|
||||||
/>
|
/>
|
||||||
|
<div className="flex justify-center mt-12">
|
||||||
|
<img
|
||||||
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
||||||
|
alt="Star Wars galaxy scene"
|
||||||
|
className="w-full max-w-2xl rounded-lg shadow-lg"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user