Compare commits
20 Commits
version_15
...
9cec354fa8
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cec354fa8 | |||
| 6c5a6a3915 | |||
| e5a6147b6b | |||
| 4d4ff6e0a0 | |||
| 7c01095ca9 | |||
| 72d3a51aeb | |||
| e57d3c3e94 | |||
| 1070bf740e | |||
| 556648f05e | |||
| f92f3e51f4 | |||
| 476ada74d9 | |||
| 0190e9d3e0 | |||
| 55b314aaa2 | |||
| d50e44645a | |||
| 06abe78f58 | |||
| 9be88da2b1 | |||
| 9610eb709a | |||
| 68f4a67133 | |||
| ea228313f7 | |||
| af56b4ac15 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #1b1b1b;
|
--card: #fafafa;
|
||||||
--foreground: #ffffff;
|
--foreground: #000000;
|
||||||
--primary-cta: #ffcc00;
|
--primary-cta: #ff0000;
|
||||||
--secondary-cta: #151515;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #303030;
|
--accent: #e5e5e5;
|
||||||
--background-accent: #303030;
|
--background-accent: #f5f5f5;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1276,4 +1276,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import HeroBillboardCarouselSplit from "@/components/sections/hero/HeroBillboardCarouselSplit";
|
import HeroBillboardCarouselSplit from "@/components/sections/hero/HeroBillboardCarouselSplit";
|
||||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||||
import ParallaxAbout from "@/components/sections/about/ParallaxAbout";
|
import ParallaxAbout from "@/components/sections/about/ParallaxAbout";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
||||||
import FooterSocial from "@/components/sections/footer/FooterSocial";
|
import FooterSocial from "@/components/sections/footer/FooterSocial";
|
||||||
import { Youtube, Twitter, Linkedin } from "lucide-react";
|
import { Youtube, Twitter, Linkedin } from "lucide-react";
|
||||||
|
|
||||||
@@ -54,60 +53,6 @@ export default function StarWarsPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
|
||||||
<ProductCardTwo
|
|
||||||
title="Featured Products"
|
|
||||||
description="Explore our premium Star Wars collection with top-rated items"
|
|
||||||
tag="Best Sellers"
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
brand: "Lucasfilm Collectibles",
|
|
||||||
name: "Premium Lightsaber Replica",
|
|
||||||
price: "$199.99",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "2.3k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
|
||||||
imageAlt: "Premium Lightsaber Replica"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
brand: "Star Wars Universe",
|
|
||||||
name: "Millennium Falcon Model Kit",
|
|
||||||
price: "$149.99",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "1.8k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
|
||||||
imageAlt: "Millennium Falcon Model Kit"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
brand: "Force Masters",
|
|
||||||
name: "Yoda Statue Figurine",
|
|
||||||
price: "$89.99",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "3.1k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
|
||||||
imageAlt: "Yoda Statue Figurine"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
brand: "Imperial Design",
|
|
||||||
name: "Death Star Lamp",
|
|
||||||
price: "$129.99",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "956",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg",
|
|
||||||
imageAlt: "Death Star Lamp"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<ParallaxAbout
|
<ParallaxAbout
|
||||||
title="Elevate Your Experience"
|
title="Elevate Your Experience"
|
||||||
@@ -119,23 +64,10 @@ export default function StarWarsPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactInline
|
||||||
title="Get in Touch with the Force"
|
text="Join the Force"
|
||||||
description="Subscribe to our newsletter for exclusive Star Wars content, updates, and announcements from the galaxy far, far away."
|
inputPlaceholder="Enter your email address"
|
||||||
inputs={[
|
buttonText="Subscribe"
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message",
|
|
||||||
placeholder: "Tell us about your favorite Star Wars moment...",
|
|
||||||
rows: 4,
|
|
||||||
required: true
|
|
||||||
}}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg"
|
|
||||||
imageAlt="Star Wars Contact"
|
|
||||||
mediaPosition="right"
|
|
||||||
buttonText="Send Message"
|
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,4 +103,4 @@ export default function StarWarsPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user