diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 34d1a74..88cbaa9 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google";
export const metadata: Metadata = {
- title: 'ViralShop | Los Gadgets del Momento',
- description: 'Compra los productos virales de TikTok e Instagram. 50% de descuento por tiempo limitado.',
+ title: 'ViralShop | Gadgets Virales',
+ description: 'Consigue los gadgets que están rompiendo las redes este mes.',
openGraph: {
"title": "ViralShop | Gadgets Virales",
"description": "Descubre las tendencias que todos están comprando.",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6cf92a0..5fb512a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,21 +28,13 @@ export default function LandingPage() {
@@ -52,41 +43,20 @@ export default function LandingPage() {
@@ -98,60 +68,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "1",
- brand: "ViralTech",
- name: "Lámpara Puesta de Sol Pro",
- price: "$29.99",
- rating: 5,
- reviewCount: "1.2k",
- imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-decoration-interior-room_74190-8186.jpg",
- },
- {
- id: "2",
- brand: "ViralTech",
- name: "Licuadora Portátil Ultra",
- price: "$34.99",
- rating: 5,
- reviewCount: "850",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-diet-breakfast-white-wall-grapefruit-pieces-rosemary-blender-detox-refreshing-smoothie_176420-10131.jpg",
- },
- {
- id: "3",
- brand: "AudioPro",
- name: "Auriculares Cancelación Ruido",
- price: "$89.99",
- rating: 4,
- reviewCount: "2.4k",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722633.jpg",
- },
- {
- id: "4",
- brand: "FitSmart",
- name: "Smart Watch Fitness Pro",
- price: "$49.99",
- rating: 5,
- reviewCount: "1.5k",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-display-measures-health-temperature-precision-ready-generated-by-ai_188544-13416.jpg",
- },
- {
- id: "5",
- brand: "VisionTech",
- name: "Mini Proyector 4K",
- price: "$129.99",
- rating: 5,
- reviewCount: "500",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-photographer-consisting-cameras-keyboard-smart-phone-white-desk-background-still-life-flat-lay_639032-1247.jpg",
- },
- {
- id: "6",
- brand: "GamerGear",
- name: "Teclado Mecánico RGB",
- price: "$79.99",
- rating: 4,
- reviewCount: "1.1k",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17215.jpg",
- },
+ { id: "1", brand: "ViralTech", name: "Lámpara Puesta de Sol Pro", price: "$29.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-decoration-interior-room_74190-8186.jpg" },
+ { id: "2", brand: "ViralTech", name: "Licuadora Portátil Ultra", price: "$34.99", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-diet-breakfast-white-wall-grapefruit-pieces-rosemary-blender-detox-refreshing-smoothie_176420-10131.jpg" },
+ { id: "3", brand: "AudioPro", name: "Auriculares Cancelación Ruido", price: "$89.99", rating: 4, reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722633.jpg" },
+ { id: "4", brand: "FitSmart", name: "Smart Watch Fitness Pro", price: "$49.99", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/digital-display-measures-health-temperature-precision-ready-generated-by-ai_188544-13416.jpg" },
+ { id: "5", brand: "VisionTech", name: "Mini Proyector 4K", price: "$129.99", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-photographer-consisting-cameras-keyboard-smart-phone-white-desk-background-still-life-flat-lay_639032-1247.jpg" },
+ { id: "6", brand: "GamerGear", name: "Teclado Mecánico RGB", price: "$79.99", rating: 4, reviewCount: "1.1k", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-computer-desk-setup-with-hard-drive_58702-17215.jpg" }
]}
title="Lo más buscado"
description="Productos tendencia que no puedes dejar pasar."
@@ -160,63 +82,20 @@ export default function LandingPage() {
-
-
-
-