Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Trusted by Spanish Businesses"
|
||||
description="See what our satisfied clients say about Nexonix services and professional support."
|
||||
tag="Client Reviews"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García López", role: "CEO", testimonial: "Nexonix transformed our IT infrastructure. Their custom PC build exceeded our performance expectations and their ongoing support is invaluable. Highly professional and transparent.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-headshot-of-a-satisfied-sme-1773082085039-36c3a1d0.png", imageAlt: "María García López, CEO TechStart Valencia"},
|
||||
{
|
||||
id: "2", name: "Carlos Fernández", role: "Operations Manager", testimonial: "Outstanding service quality. The team at Nexonix not only assembled our systems perfectly but also provides excellent ongoing support. They truly understand business needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-headshot-of-a-tech-savvy-en-1773082084432-a60be6ba.png", imageAlt: "Carlos Fernández, Operations Manager DimensionES"},
|
||||
{
|
||||
id: "3", name: "Isabel Rodríguez", role: "Founder", testimonial: "As a freelancer, I needed reliable tech support without the corporate overhead. Nexonix delivered exactly that. Transparent pricing, professional expertise, and genuine support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-headshot-of-a-business-prof-1773082084459-4fa285b1.png", imageAlt: "Isabel Rodríguez, Founder Creative Solutions"},
|
||||
{
|
||||
id: "4", name: "Juan Miguel Santos", role: "IT Director", testimonial: "Professional, reliable, and cost-effective. Nexonix has been our trusted IT partner for complex system builds and maintenance. They deliver every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiif8LK6QyMzvT8CqfVhknxlXC/professional-headshot-of-a-corporate-exe-1773082084626-ad7f9892.png", imageAlt: "Juan Miguel Santos, IT Director Industrial Systems"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
buttons={[{ text: "Share Your Experience", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Client Testimonials"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to optimize your IT systems? Contact Nexonix today for expert solutions and reliable support. Let's elevate your technology performance."
|
||||
@@ -219,7 +198,6 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Testimonials", href: "testimonials" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
@@ -239,4 +217,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user