From 55424c5f3ca44b13b39b7abd429dde2eb7e3f66c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:45:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 341 ++++++++--------------------------------------- 1 file changed, 57 insertions(+), 284 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1defcb..6406cc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, CheckCircle, Star } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Zap, Target, BarChart3, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,99 +48,15 @@ export default function LandingPage() { @@ -159,26 +67,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Peak Performance", - subtitle: "Optimized Hardware", - category: "Performance", - value: "Elite", - }, + id: "f1", title: "Peak Performance", subtitle: "Optimized Hardware", category: "Performance", value: "Elite"}, { - id: "f2", - title: "Connectivity", - subtitle: "Seamless Integration", - category: "Hardware", - value: "Fast", - }, + id: "f2", title: "Connectivity", subtitle: "Seamless Integration", category: "Hardware", value: "Fast"}, { - id: "f3", - title: "Reliability", - subtitle: "Durability Guaranteed", - category: "Support", - value: "Solid", - }, + id: "f3", title: "Reliability", subtitle: "Durability Guaranteed", category: "Support", value: "Solid"}, ]} title="Why Choose TechGrid" description="We offer more than just hardware; we provide complete performance solutions." @@ -193,183 +86,83 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Apple MacBook Pro", - price: "$2,499", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-tablet-mockup-with-cute-sheep_187299-48092.jpg", - }, + id: "p1", name: "Apple MacBook Pro", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-tablet-mockup-with-cute-sheep_187299-48092.jpg"}, { - id: "p2", - name: "Dell Workstation", - price: "$1,899", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-high-tech-car-engine-part_482257-76592.jpg", - }, + id: "p2", name: "Dell Workstation", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-high-tech-car-engine-part_482257-76592.jpg"}, { - id: "p3", - name: "Mechanical Keyboard", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-typing-keyboard_23-2149680251.jpg", - }, - { - id: "p4", - name: "Ergonomic Mouse", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062907.jpg", - }, - { - id: "p5", - name: "UltraWide Monitor", - price: "$599", - imageSrc: "http://img.b2bpic.net/free-photo/green-screen-computer-display-modern-startup-office-displaying-code-snippets-various_482257-136168.jpg", - }, - { - id: "p6", - name: "Noise Cancelling Headphones", - price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/red-gold-headphones-digital-device_53876-97303.jpg", - }, + id: "p3", name: "Mechanical Keyboard", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-typing-keyboard_23-2149680251.jpg"} ]} title="Featured Electronics" - description="Cutting-edge devices from industry-leading manufacturers." + description="Cutting-edge devices with interactive 3D viewing capabilities." />
-
-
-
@@ -378,37 +171,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 964a9b0cd30a091ff34c108d520e325b1ada7c14 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:45:12 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..b837e71 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #106EFB; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #e2e2e2; + --background-accent: #f5f5f5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1