diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 2e442ae..e08b3d5 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -15,7 +15,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
- background="circleGradient"
+ background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -26,23 +26,15 @@ export default function LandingPage() {
@@ -50,20 +42,14 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/affiliate/page.tsx b/src/app/affiliate/page.tsx
index a7253ea..b885ec0 100644
--- a/src/app/affiliate/page.tsx
+++ b/src/app/affiliate/page.tsx
@@ -15,7 +15,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
- background="circleGradient"
+ background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -26,23 +26,15 @@ export default function LandingPage() {
@@ -50,16 +42,13 @@ export default function LandingPage() {
@@ -68,8 +57,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 54bed37..887091a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
- background="circleGradient"
+ background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -29,54 +29,35 @@ export default function LandingPage() {
@@ -92,35 +73,15 @@ export default function LandingPage() {
description="Meet the developers and optimization engineers behind the scenes."
members={[
{
- id: "m1",
- name: "Alex R.",
- role: "Lead Architect",
- imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=1",
- },
+ id: "m1", name: "Alex R.", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=1"},
{
- id: "m2",
- name: "Sarah K.",
- role: "Systems Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=1",
- },
+ id: "m2", name: "Sarah K.", role: "Systems Lead", imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=1"},
{
- id: "m3",
- name: "Mike D.",
- role: "Kernel Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1",
- },
+ id: "m3", name: "Mike D.", role: "Kernel Specialist", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1"},
{
- id: "m4",
- name: "Jordan P.",
- role: "Performance Analyst",
- imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=1",
- },
+ id: "m4", name: "Jordan P.", role: "Performance Analyst", imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=1"},
{
- id: "m5",
- name: "Emma W.",
- role: "Support Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=1",
- },
+ id: "m5", name: "Emma W.", role: "Support Lead", imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=1"},
]}
/>
@@ -134,21 +95,11 @@ export default function LandingPage() {
description="See the massive performance leap our optimizations provide."
positiveCard={{
items: [
- "Zero Input Lag",
- "Locked FPS stability",
- "Reduced thermals",
- "Optimized process scheduling",
- "Network jitter elimination",
- ],
+ "Zero Input Lag", "Locked FPS stability", "Reduced thermals", "Optimized process scheduling", "Network jitter elimination"],
}}
negativeCard={{
items: [
- "System stuttering",
- "Unstable ping",
- "Thermal throttling",
- "Background bloatware",
- "Input delay issues",
- ],
+ "System stuttering", "Unstable ping", "Thermal throttling", "Background bloatware", "Input delay issues"],
}}
/>
@@ -163,30 +114,15 @@ export default function LandingPage() {
description="Quantifiable gains experienced by our users across all gaming titles."
metrics={[
{
- id: "st1",
- value: "45%",
- description: "Faster boot times",
- },
+ id: "st1", value: "45%", description: "Faster boot times"},
{
- id: "st2",
- value: "20ms",
- description: "Lower ping on average",
- },
+ id: "st2", value: "20ms", description: "Lower ping on average"},
{
- id: "st3",
- value: "15°C",
- description: "Lower CPU temps",
- },
+ id: "st3", value: "15°C", description: "Lower CPU temps"},
{
- id: "st4",
- value: "30%",
- description: "Higher minimum FPS",
- },
+ id: "st4", value: "30%", description: "Higher minimum FPS"},
{
- id: "st5",
- value: "98%",
- description: "Process efficiency",
- },
+ id: "st5", value: "98%", description: "Process efficiency"},
]}
/>
@@ -200,30 +136,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "f1",
- title: "Is this safe?",
- content: "Yes, our tweaks operate within Windows guidelines and are non-destructive.",
- },
+ id: "f1", title: "Is this safe?", content: "Yes, our tweaks operate within Windows guidelines and are non-destructive."},
{
- id: "f2",
- title: "Do I need admin access?",
- content: "Yes, administrative privileges are required to apply system-level changes.",
- },
+ id: "f2", title: "Do I need admin access?", content: "Yes, administrative privileges are required to apply system-level changes."},
{
- id: "f3",
- title: "Will this void my warranty?",
- content: "No, this is software-based optimization, not hardware overclocking.",
- },
+ id: "f3", title: "Will this void my warranty?", content: "No, this is software-based optimization, not hardware overclocking."},
{
- id: "f4",
- title: "Can I revert changes?",
- content: "Absolutely, all packages include a restoration tool to revert to default settings.",
- },
+ id: "f4", title: "Can I revert changes?", content: "Absolutely, all packages include a restoration tool to revert to default settings."},
{
- id: "f5",
- title: "Do I need to update this?",
- content: "Updates are recommended whenever major OS patches are released.",
- },
+ id: "f5", title: "Do I need to update this?", content: "Updates are recommended whenever major OS patches are released."},
]}
/>
@@ -232,57 +153,38 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
index d5446e3..60958a3 100644
--- a/src/app/products/page.tsx
+++ b/src/app/products/page.tsx
@@ -5,7 +5,8 @@ import ReactLenis from "lenis/react";
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
-import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import ProductCardFour from '@/components/ecommerce/productDetail/ProductDetailCard';
+import ProductCardFourOriginal from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
return (
@@ -15,7 +16,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
- background="circleGradient"
+ background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -26,68 +27,35 @@ export default function LandingPage() {
-
@@ -141,57 +94,38 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file