diff --git a/src/app/page.tsx b/src/app/page.tsx index 7657ba1..9429e07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -30,129 +30,30 @@ export default function LandingPage() {
@@ -163,27 +64,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Secure Payments", - description: "Shop with peace of mind using trusted global payment methods.", - imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529378.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063075.jpg", - buttonText: "Learn More", - }, - { - title: "Fast Shipping", - description: "Tracked delivery included across Romania and the EU.", - imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-near-laptop-neon-lighting-closeup_169016-26822.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746587.jpg", - buttonText: "Learn More", - }, - { - title: "Easy Returns", - description: "14-day hassle-free return policy on all gaming gear.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-mouse_1160-364.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/blue-keyboard-with-lights-high-angle_23-2149680222.jpg", - buttonText: "Learn More", - }, + { title: "Secure Payments", description: "Shop with peace of mind using trusted global payment methods.", imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529378.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063075.jpg", buttonText: "Learn More" }, + { title: "Fast Shipping", description: "Tracked delivery included across Romania and the EU.", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-near-laptop-neon-lighting-closeup_169016-26822.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746587.jpg", buttonText: "Learn More" }, + { title: "Easy Returns", description: "14-day hassle-free return policy on all gaming gear.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-mouse_1160-364.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/blue-keyboard-with-lights-high-angle_23-2149680222.jpg", buttonText: "Learn More" } ]} title="Built for Victory" description="Transform your gaming experience with gear designed for players who don't settle." @@ -197,60 +80,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Titan", - name: "TitanFlex Pro Chair", - price: "$349", - rating: 5, - reviewCount: "61", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", - }, - { - id: "p2", - brand: "Apex", - name: "Apex Precision Mouse", - price: "$89", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-notebook-eyeglasses-pen_23-2148036903.jpg", - }, - { - id: "p3", - brand: "Neo", - name: "Neo Mechanical Keyboard", - price: "$159", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard-del-button_53876-64694.jpg", - }, - { - id: "p4", - brand: "Flow", - name: "Flow Desk Mat", - price: "$49", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746580.jpg", - }, - { - id: "p5", - brand: "Pulse", - name: "Pulse Monitor Stand", - price: "$79", - rating: 4, - reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-arrangement-high-angle_23-2149680236.jpg", - }, - { - id: "p6", - brand: "Zen", - name: "Zen Lighting Kit", - price: "$129", - rating: 5, - reviewCount: "77", - imageSrc: "http://img.b2bpic.net/free-photo/black-paper-sheet-floral-ornament_23-2147752036.jpg", - }, + { id: "p1", brand: "Titan", name: "TitanFlex Pro Chair", price: "$349", rating: 5, reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg" }, + { id: "p2", brand: "Apex", name: "Apex Precision Mouse", price: "$89", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-notebook-eyeglasses-pen_23-2148036903.jpg" }, + { id: "p3", brand: "Neo", name: "Neo Mechanical Keyboard", price: "$159", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard-del-button_53876-64694.jpg" }, + { id: "p4", brand: "Flow", name: "Flow Desk Mat", price: "$49", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746580.jpg" } ]} title="Legendary Drops" description="Our latest curated collection of premium equipment and decor." @@ -260,95 +93,34 @@ export default function LandingPage() {
-
-
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..8091864 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f8f5ffe6; + --primary-cta: #c89bff; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);