Merge version_1 into main #2
@@ -10,7 +10,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Code, Users, Globe, Zap, Lightbulb, Award, HeadphonesIcon, TrendingUp, Shield, CheckCircle, Star, Clock, Sparkles } from 'lucide-react';
|
||||
import { Code, Users, Globe, Zap, Lightbulb, Award, HeadphonesIcon, TrendingUp, Shield, CheckCircle, Star, Clock, Sparkles, ShoppingCart, Cpu, BarChart3, Megaphone, Wrench } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Innovación Digital"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
id: "2", name: "Emprendedores", price: "Startups y negocios en fase de crecimiento acelerado", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/modern-ecommerce-platform-interface-show-1772584767370-35853af4.png", imageAlt: "Emprendedores"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Negocios Online", price: "Empresas e-commerce que necesitan escalabilidad", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/custom-software-and-application-developm-1772584767937-54ac7fe7.png?_wi=1", imageAlt: "Negocios Online"
|
||||
id: "3", name: "Negocios Online", price: "Empresas e-commerce que necesitan escalabilidad", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/custom-software-and-application-developm-1772584767937-54ac7fe7.png", imageAlt: "Negocios Online"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Empresas Tradicionales", price: "Negocios clásicos modernizando su presencia digital", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/advanced-analytics-and-data-visualizatio-1772584767657-42f43822.png", imageAlt: "Empresas Tradicionales"
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Desarrollo", role: "Fase 3", company: "Creamos tu solución", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/custom-software-and-application-developm-1772584767937-54ac7fe7.png?_wi=2", imageAlt: "Desarrollo"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASSuBeCsxMqIxCmv0zGCVPCNIr/custom-software-and-application-developm-1772584767937-54ac7fe7.png", imageAlt: "Desarrollo"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -261,7 +261,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
// Missing icon imports resolved inline - adding import statements:
|
||||
import { ShoppingCart, Cpu, BarChart3, Megaphone, Wrench } from 'lucide-react';
|
||||
}
|
||||
Reference in New Issue
Block a user