Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-04-24 04:29:53 +00:00
parent dffae7ffb4
commit db492cc949

View File

@@ -69,10 +69,6 @@ export default function LandingPage() {
buttons={[
{
text: "Cotizar ahora", href: "#contact"},
{
text: "Ver Proceso", href: "#about"},
{
text: "Contactar", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145997.jpg"
mediaAnimation="slide-up"
@@ -111,7 +107,7 @@ export default function LandingPage() {
features={[
{
id: "f1", title: "Patronaje Digital", descriptions: [
""],
"Precisión total en cada patrón con software especializado."],
imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-designer-studio-working-clothing_23-2150407891.jpg"},
{
id: "f2", title: "Corte y Confección", descriptions: [
@@ -209,4 +205,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}