Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b29ffa5790 | |||
| 6943e29c80 | |||
| 88b9c284ce | |||
| e3cad875fc | |||
| 163fde27b2 | |||
| beecf21b78 |
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Affiliate",
|
||||
id: "/affiliate",
|
||||
},
|
||||
name: "Affiliate", id: "/affiliate"},
|
||||
]}
|
||||
brandName="Risxn Tweaks"
|
||||
brandName="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,20 +42,14 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Engineered for Victory"
|
||||
description="Risxn Tweaks provides advanced, low-level system optimizations. Our mission is to eliminate input lag and maximize system throughput for every user."
|
||||
description="D tweaks provides advanced, low-level system optimizations. Our mission is to eliminate input lag and maximize system throughput for every user."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Happy Users",
|
||||
},
|
||||
value: "10k+", title: "Happy Users"},
|
||||
{
|
||||
value: "5ms",
|
||||
title: "Avg Lag Reduction",
|
||||
},
|
||||
value: "5ms", title: "Avg Lag Reduction"},
|
||||
{
|
||||
value: "99%",
|
||||
title: "System Stability",
|
||||
},
|
||||
value: "99%", title: "System Stability"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,57 +68,38 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Risxn Tweaks"
|
||||
logoText="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Affiliate",
|
||||
id: "/affiliate",
|
||||
},
|
||||
name: "Affiliate", id: "/affiliate"},
|
||||
]}
|
||||
brandName="Risxn Tweaks"
|
||||
brandName="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,16 +42,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Become an Affiliate"
|
||||
title="Join the Risxn Team"
|
||||
title="Join the D tweaks Team"
|
||||
description="Help us grow and earn commissions. Submit your details to apply for our affiliate program and receive a custom code."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Apply Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,8 +57,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Contact our team"
|
||||
description="Get in touch for specific affiliate support inquiries."
|
||||
@@ -82,57 +70,38 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Risxn Tweaks"
|
||||
logoText="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
182
src/app/page.tsx
182
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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Affiliate",
|
||||
id: "/affiliate",
|
||||
},
|
||||
name: "Affiliate", id: "/affiliate"},
|
||||
]}
|
||||
brandName="Risxn Tweaks"
|
||||
brandName="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Unmatched Performance, Simplified."
|
||||
description="Experience professional-grade system tweaks designed to optimize your hardware and gain a competitive edge."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=1",
|
||||
imageAlt: "High tech gaming",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=1", imageAlt: "High tech gaming"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=1",
|
||||
imageAlt: "Neon streaks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=1", imageAlt: "Neon streaks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-concrete-wall-room-studio-background-floor-perspective-with-blue-soft-light-displays_1258-108910.jpg",
|
||||
imageAlt: "Abstract particles",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-concrete-wall-room-studio-background-floor-perspective-with-blue-soft-light-displays_1258-108910.jpg", imageAlt: "Abstract particles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=2",
|
||||
imageAlt: "Repeat view 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913923.jpg?_wi=2", imageAlt: "Repeat view 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=2",
|
||||
imageAlt: "Repeat view 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645689.jpg?_wi=2", imageAlt: "Repeat view 2"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"],
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,57 +153,38 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Risxn Tweaks"
|
||||
logoText="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Affiliate",
|
||||
id: "/affiliate",
|
||||
},
|
||||
name: "Affiliate", id: "/affiliate"},
|
||||
]}
|
||||
brandName="Risxn Tweaks"
|
||||
brandName="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="packages" data-section="packages">
|
||||
<ProductCardFour
|
||||
<ProductCardFourOriginal
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Standard Boost",
|
||||
price: "$15.00",
|
||||
variant: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Standard Boost", price: "$15.00", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-vector/25-programming-coding-flat-color-icon-pack_1142-22542.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Elite Tweaks",
|
||||
price: "$30.00",
|
||||
variant: "Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Elite Tweaks", price: "$30.00", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/bookmark-button-right-side-white-background_187299-40259.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ultimate Optimization",
|
||||
price: "$50.00",
|
||||
variant: "Extreme",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Ultimate Optimization", price: "$50.00", variant: "Extreme", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Input Lag Killer",
|
||||
price: "$20.00",
|
||||
variant: "Competitive",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Input Lag Killer", price: "$20.00", variant: "Competitive", imageSrc: "http://img.b2bpic.net/free-vector/technology-infographics-design_23-2148444881.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Stability Shield",
|
||||
price: "$25.00",
|
||||
variant: "Stable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Stability Shield", price: "$25.00", variant: "Stable", imageSrc: "http://img.b2bpic.net/free-photo/graphic-concept-with-wood-blocks_23-2148950375.jpg?_wi=2"},
|
||||
]}
|
||||
title="Tweak Packages"
|
||||
description="Custom optimized packages for every tier of gamer."
|
||||
@@ -103,35 +71,20 @@ export default function LandingPage() {
|
||||
description="Choose the level of performance you need."
|
||||
plans={[
|
||||
{
|
||||
id: "pl1",
|
||||
name: "Standard",
|
||||
price: "$15",
|
||||
buttons: [
|
||||
id: "pl1", name: "Standard", price: "$15", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Feature A",
|
||||
"Feature B",
|
||||
],
|
||||
"Feature A", "Feature B"],
|
||||
},
|
||||
{
|
||||
id: "pl2",
|
||||
name: "Pro",
|
||||
price: "$30",
|
||||
buttons: [
|
||||
id: "pl2", name: "Pro", price: "$30", buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#",
|
||||
},
|
||||
text: "Select", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Feature A",
|
||||
"Feature B",
|
||||
"Feature C",
|
||||
],
|
||||
"Feature A", "Feature B", "Feature C"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -141,57 +94,38 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
title: "Socials", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Risxn Tweaks"
|
||||
logoText="D tweaks"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user