diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1030b02..ef96a24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'La Branca del Quebracho | Parrilla Argentina en Reus', - description: 'La mejor experiencia de parrilla argentina en el corazón de Reus. Carne de alta calidad en un ambiente cálido.', + title: 'Webild - Digital Solutions', + description: 'Professional digital agency services for modern businesses.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index dff28f9..54dd90c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,106 +8,86 @@ import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Star, Shield, ArrowRight } from 'lucide-react'; -export default function Home() { - const navItems = [{ name: "Home", id: "/" }]; +const navItems = [{ name: 'Home', id: '/' }]; +export default function Page() { return ( - -
-
-
-
-
-
-
- -
- -
- +
+
+
-
); -} +} \ No newline at end of file