diff --git a/src/app/page.tsx b/src/app/page.tsx index bd23aa4..8f1b2d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,273 +7,211 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Cog, Feather, Sparkles, Users } from "lucide-react"; + +import { Cog, Feather, Sparkles, LayoutList } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- 10M de Trabajadores", - }, - ]} - title="La Hilatura: Motor de la Industria Textil" - description="El constante avance en las máquinas de hilatura no solo optimiza la producción, sino que también impulsa la innovación y la sostenibilidad en todo el sector a nivel global." - tag="Impacto Industrial" - /> -
+
+ +
-
- -
+
+ 10M Crecimiento"}, + ]} + title="Motor de la Innovación Textil" + description="La hilatura moderna no solo optimiza la producción, sino que impulsa la sostenibilidad y el avance tecnológico global." + tag="Impacto en la Industria" + /> +
-
- -
+
+ +
- +
); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; + --secondary-cta: #ffffff; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);