From 33da00c17453c359b98736d4884c76f08052482e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 +++++++++++++++--------------------------------- 1 file changed, 19 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86af938..39b712a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,9 @@ import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboard import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Eye, MapPin, Shield, Sparkles, Star, Users, Zap } from "lucide-react"; +import { Award, Eye, MapPin, Shield, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -32,7 +31,6 @@ export default function LandingPage() { { name: "About Us", id: "about" }, { name: "Services", id: "services" }, { name: "Pricing", id: "pricing" }, - { name: "Testimonials", id: "testimonials" }, ]} brandName="Nexonix" button={{ text: "Contact Us", href: "#contact" }} @@ -104,16 +102,20 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Computer Assembly", description: "Professional assembly of high-performance custom PCs tailored to your specific needs. Expert selection of components and expert installation for maximum performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/a-detailed-close-up-of-custom-computer-b-1773082085348-1774c0c2.png", imageAlt: "Custom computer assembly service"}, + title: "Custom Computer Assembly", description: "Professional assembly of high-performance custom PCs tailored to your specific needs. Expert selection of components and expert installation for maximum performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/a-detailed-close-up-of-custom-computer-b-1773082085348-1774c0c2.png", imageAlt: "Custom computer assembly service" + }, { id: 2, - title: "Preventive Maintenance & Cleaning", description: "Regular system maintenance and internal cleaning to ensure optimal performance and longevity. Dust removal, thermal paste replacement, and component inspection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-computer-maintenance-and-cl-1773082084808-e6fbcd95.png", imageAlt: "Professional computer maintenance service"}, + title: "Preventive Maintenance & Cleaning", description: "Regular system maintenance and internal cleaning to ensure optimal performance and longevity. Dust removal, thermal paste replacement, and component inspection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-computer-maintenance-and-cl-1773082084808-e6fbcd95.png", imageAlt: "Professional computer maintenance service" + }, { id: 3, - title: "System Optimization & Malware Removal", description: "Expert system optimization, performance tuning, and complete malware removal to restore your computer to peak efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/computer-optimization-and-malware-remova-1773082085890-4da6d2c1.png", imageAlt: "System optimization and security service"}, + title: "System Optimization & Malware Removal", description: "Expert system optimization, performance tuning, and complete malware removal to restore your computer to peak efficiency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/computer-optimization-and-malware-remova-1773082085890-4da6d2c1.png", imageAlt: "System optimization and security service" + }, { id: 4, - title: "Onsite Business Tech Support", description: "Professional technical support at your business location. Computer setup, network configuration, and ongoing technical assistance for company operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-onsite-technical-support-fo-1773082085162-ee731f41.png", imageAlt: "Onsite business technical support"}, + title: "Onsite Business Tech Support", description: "Professional technical support at your business location. Computer setup, network configuration, and ongoing technical assistance for company operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-onsite-technical-support-fo-1773082085162-ee731f41.png", imageAlt: "Onsite business technical support" + }, ]} buttons={[{ text: "Request Service", href: "#contact" }]} buttonAnimation="slide-up" @@ -136,25 +138,29 @@ export default function LandingPage() { id: "diagnostic", badge: "Quick Service", badgeIcon: Zap, price: "€25", subtitle: "System diagnosis and assessment", buttons: [{ text: "Book Service", href: "#contact" }], features: [ - "Complete system diagnostic", "Performance assessment", "Problem identification", "Recommendations report"], + "Complete system diagnostic", "Performance assessment", "Problem identification", "Recommendations report" + ], }, { - id: "assembly", badge: "Star Service", badgeIcon: Star, + id: "assembly", badge: "Star Service", badgeIcon: Zap, price: "€80", subtitle: "Custom computer assembly and setup", buttons: [{ text: "Request Assembly", href: "#contact" }], features: [ - "Complete PC assembly", "Component installation", "System testing & optimization", "OS installation & setup", "Performance verification"], + "Complete PC assembly", "Component installation", "System testing & optimization", "OS installation & setup", "Performance verification" + ], }, { id: "maintenance", badge: "Popular", badgeIcon: Award, price: "€40", subtitle: "Preventive maintenance and optimization", buttons: [{ text: "Schedule Maintenance", href: "#contact" }], features: [ - "Internal cleaning & dust removal", "Thermal paste replacement", "System optimization", "Performance tuning", "3-month follow-up included"], + "Internal cleaning & dust removal", "Thermal paste replacement", "System optimization", "Performance tuning", "3-month follow-up included" + ], }, { id: "support", badge: "Premium", badgeIcon: Shield, price: "€60", subtitle: "Onsite business support per hour", buttons: [{ text: "Contact for Support", href: "#contact" }], features: [ - "Onsite technical assistance", "Hardware setup & configuration", "Network troubleshooting", "Software installation & support", "Business hours availability"], + "Onsite technical assistance", "Hardware setup & configuration", "Network troubleshooting", "Software installation & support", "Business hours availability" + ], }, ]} carouselMode="buttons" @@ -164,33 +170,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file