diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e1fd4f7..b9a4156 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: '.AL FARO | Pizza al Taglio Premium', - description: 'La pizza al taglio più desiderata. Esperienza gourmet e ingredienti di altissima qualità.', + title: 'Webild - Innovative Solutions', + description: 'We provide top-tier services to help your business scale efficiently.', openGraph: { "title": ".AL FARO", "siteName": ".AL FARO Pizza al Taglio", diff --git a/src/app/page.tsx b/src/app/page.tsx index 7908b78..6f405f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { ArrowRight, Star, Mail, MapPin, Phone } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -19,7 +18,18 @@ export default function HomePage() { ]; return ( - + @@ -42,6 +53,7 @@ export default function HomePage() { title="Trusted by Industry Leaders" description="Join thousands of satisfied clients." textboxLayout="default" + useInvertedBackground={false} /> @@ -49,6 +61,7 @@ export default function HomePage() { @@ -59,6 +72,7 @@ export default function HomePage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Brand A", name: "Product 1", price: "$99", rating: 5, reviewCount: "100", imageSrc: "/images/p1.jpg" }, { id: "2", brand: "Brand B", name: "Product 2", price: "$149", rating: 4, reviewCount: "85", imageSrc: "/images/p2.jpg" }, @@ -74,6 +88,7 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "John Doe", role: "CEO", company: "Tech Corp", rating: 5 }, { id: "t2", name: "Jane Smith", role: "CTO", company: "Web Inc", rating: 5 } @@ -89,6 +104,7 @@ export default function HomePage() { { name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true } ]} + useInvertedBackground={false} />