diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0bb36ca..7f821b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,16 +3,12 @@ import { Lato } from "next/font/google"; import "./globals.css"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Flowers Life - Premium Floral Design Studio", - description: "Exquisite floral arrangements for weddings, events, and special occasions. Premium flowers crafted with artistry and care.", - keywords: "florist, flowers, floral arrangements, wedding flowers, event flowers, bouquets, flower delivery", - metadataBase: new URL("https://flowerslife.com"), + title: "Flowers Life - Premium Floral Design Studio", description: "Exquisite floral arrangements for weddings, events, and special occasions. Premium flowers crafted with artistry and care.", keywords: "florist, flowers, floral arrangements, wedding flowers, event flowers, bouquets, flower delivery", metadataBase: new URL("https://flowerslife.com"), alternates: { canonical: "https://flowerslife.com" }, @@ -21,23 +17,14 @@ export const metadata: Metadata = { follow: true }, openGraph: { - title: "Flowers Life - Premium Floral Design Studio", - description: "Celebrating nature's beauty through exquisite floral artistry and design", - url: "https://flowerslife.com", - siteName: "Flowers Life", - type: "website", - images: [ + title: "Flowers Life - Premium Floral Design Studio", description: "Celebrating nature's beauty through exquisite floral artistry and design", url: "https://flowerslife.com", siteName: "Flowers Life", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/beautiful-boho-flowers-assortment_23-2149526015.jpg", - alt: "Flowers Life - Premium Floral Arrangements" + url: "https://img.b2bpic.net/free-photo/beautiful-boho-flowers-assortment_23-2149526015.jpg", alt: "Flowers Life - Premium Floral Arrangements" } ] }, twitter: { - card: "summary_large_image", - title: "Flowers Life - Premium Floral Design Studio", - description: "Exquisite floral arrangements for every occasion", - images: ["https://img.b2bpic.net/free-photo/beautiful-boho-flowers-assortment_23-2149526015.jpg"] + card: "summary_large_image", title: "Flowers Life - Premium Floral Design Studio", description: "Exquisite floral arrangements for every occasion", images: ["https://img.b2bpic.net/free-photo/beautiful-boho-flowers-assortment_23-2149526015.jpg"] } }; diff --git a/src/app/page.tsx b/src/app/page.tsx index c3b82d4..6d1a24d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Flower2, Heart, Award, Globe, Envelope } from 'lucide-react'; -import Link from 'next/link'; +import { Flower2, Heart, Award, Globe, Mail } from 'lucide-react'; export default function HomePage() { return ( @@ -85,7 +84,7 @@ export default function HomePage() {