Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 19:07:02 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { ArrowRight, CheckCircle, Rocket, Sparkles, Star, TrendingUp, Zap } from 'lucide-react';
import { ArrowRight, CheckCircle, Rocket, Sparkles, Star, TrendingUp, Zap, Box } from 'lucide-react';
export default function LandingPage() {
return (
@@ -74,13 +74,13 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySix
title="Immersive 3D & Interactive Excellence"
description="Discover the capabilities that set us apart in the digital design landscape. Each feature represents our commitment to innovation, responsiveness, and stunning visual impact."
description="Discover the capabilities that set us apart in the digital design landscape. Each feature represents our commitment to innovation, responsiveness, and stunning visual impact. Our optimized 3D asset loading ensures responsive performance across all devices."
tag="Our Expertise"
tagIcon={Sparkles}
tagAnimation="slide-up"
features={[
{
title: "Immersive 3D Design", description: "WebGL-based 3D visualizations and interactive model viewers that create unforgettable brand experiences. Perfect for showcasing products, concepts, and technical solutions in innovative ways.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar9az3wAhv54wO6dxoL5ll0QKW/a-vibrant-digital-interface-showing-an-i-1773339957140-03a57379.png", imageAlt: "Immersive 3D Design Workspace", buttonIcon: ArrowRight,
title: "Immersive 3D Design", description: "WebGL-based 3D visualizations and interactive model viewers that create unforgettable brand experiences. Perfect for showcasing products, concepts, and technical solutions in innovative ways. Optimized for responsive loading and performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar9az3wAhv54wO6dxoL5ll0QKW/a-vibrant-digital-interface-showing-an-i-1773339957140-03a57379.png", imageAlt: "Immersive 3D Design Workspace", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
@@ -175,7 +175,7 @@ export default function LandingPage() {
tagIcon={Rocket}
tagAnimation="slide-up"
title="Let's Build Something Extraordinary Together"
description="Your vision deserves a digital experience that stands out. Contact our team today to discuss how we can create an immersive, high-performance website that captivates your audience and drives real results."
description="Your vision deserves a digital experience that stands out. Contact our team today to discuss how we can create an immersive, high-performance website with optimized 3D asset loading that captivates your audience and drives real results."
buttons={[
{ text: "Start Your Project", href: "https://hexon-frontend.onrender.com/contact" },
{ text: "Schedule a Consultation", href: "https://hexon-frontend.onrender.com/consultation" }
@@ -195,7 +195,8 @@ export default function LandingPage() {
{ label: "3D Design", href: "#features" },
{ label: "Animation Services", href: "#features" },
{ label: "Web Development", href: "#features" },
{ label: "WebGL Solutions", href: "#features" }
{ label: "WebGL Solutions", href: "#features" },
{ label: "3D Asset Optimization", href: "#features" }
]
},
{
@@ -228,4 +229,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}