Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 06:56:30 +00:00

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Shield, Zap, Lens, Droplet, Smartphone, Eye, ShoppingCart, TrendingUp } from 'lucide-react';
import { Shield, Zap, Droplet, Smartphone, Eye, ShoppingCart, TrendingUp } from 'lucide-react';
export default function LandingPage() {
return (
@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Protección Invisible. Seguridad Total."
description="Kit completo transparente diseñado para máxima protección sin ocultar el diseño original del iPhone."
tag="Premium Protection"
imageSrc="http://img.b2bpic.net/free-photo/rose-gold-marble-phone-with-blank-screen-peach-background_53876-153477.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/rose-gold-marble-phone-with-blank-screen-peach-background_53876-153477.jpg"
imageAlt="3D render of complete transparent iPhone protection kit with floating components"
textPosition="center"
showBlur={true}
@@ -68,7 +68,7 @@ export default function LandingPage() {
icon: Zap,
title: "Funda Magnética Transparente", description: "Material Bayer TPU, 2400 Gauss de potencia magnética, compatible con carga magnética. Diseño ultra claro que no amarillea."},
{
icon: Lens,
icon: Eye,
title: "Protector de Lentes Cámara", description: "Cobertura completa HD con protección contra rayones y golpes, mantiene la calidad fotográfica original."},
{
icon: Droplet,
@@ -103,7 +103,7 @@ export default function LandingPage() {
{
id: "15-pro-max", name: "Kit iPhone 15 Pro Max", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/grey-cell-phone-connected-usb-cable-type-c-charging_58702-4785.jpg", imageAlt: "iphone 15 pro max transparent case protective kit phone accessory"},
{
id: "16", name: "Kit iPhone 16", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-marble-phone-with-blank-screen-peach-background_53876-153477.jpg?_wi=2", imageAlt: "iphone 16 phone case protection kit transparent case"},
id: "16", name: "Kit iPhone 16", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/rose-gold-marble-phone-with-blank-screen-peach-background_53876-153477.jpg", imageAlt: "iphone 16 phone case protection kit transparent case"},
{
id: "16-pro", name: "Kit iPhone 16 Pro", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/lovely-smiling-girl-with-dark-hairstyle-is-making-selfie-outdoors-sunshine-while-resting-beach-phone-focus-foreground-girl-background-out-focus_291650-2216.jpg", imageAlt: "iphone 16 pro premium case phone protection clear case"},
]}