diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8b4edb8..1997e80 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,36 +3,23 @@ import { Plus_Jakarta_Sans } from "next/font/google"; import "./globals.css"; const plusJakartaSans = Plus_Jakarta_Sans({ - variable: "--font-plus-jakarta-sans", - subsets: ["latin"], + variable: "--font-plus-jakarta-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Kyka Coffee | Premium Specialty Coffee Roasters", - description: "Discover Kyka's hand-roasted specialty coffee from the world's finest origins. Ethically sourced, freshly roasted, delivered within 48 hours.", - keywords: "specialty coffee, coffee roasters, single origin, fair trade coffee, freshly roasted, artisan coffee", - metadataBase: new URL("https://kykacoffee.com"), + title: "Kyka Coffee | Premium Specialty Coffee Roasters", description: "Discover Kyka's hand-roasted specialty coffee from the world's finest origins. Ethically sourced, freshly roasted, delivered within 48 hours.", keywords: "specialty coffee, coffee roasters, single origin, fair trade coffee, freshly roasted, artisan coffee", metadataBase: new URL("https://kykacoffee.com"), alternates: { canonical: "https://kykacoffee.com" }, openGraph: { - title: "Kyka Coffee | Premium Specialty Coffee", - description: "Hand-roasted specialty coffee from ethical sources. Experience the perfect cup.", - url: "https://kykacoffee.com", - siteName: "Kyka Coffee", - type: "website", - images: [ + title: "Kyka Coffee | Premium Specialty Coffee", description: "Hand-roasted specialty coffee from ethical sources. Experience the perfect cup.", url: "https://kykacoffee.com", siteName: "Kyka Coffee", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", - alt: "Premium specialty coffee from Kyka" + url: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", alt: "Premium specialty coffee from Kyka" } ] }, twitter: { - card: "summary_large_image", - title: "Kyka Coffee | Premium Specialty Coffee Roasters", - description: "Hand-roasted specialty coffee from the world's finest origins.", - images: ["https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg"] + card: "summary_large_image", title: "Kyka Coffee | Premium Specialty Coffee Roasters", description: "Hand-roasted specialty coffee from the world's finest origins.", images: ["https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg"] }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c763c..718dc44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,24 +49,19 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", - imageAlt: "Specialty coffee with latte art" + imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Specialty coffee with latte art" }, { - imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", - imageAlt: "Professional espresso machine in action" + imageSrc: "https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2328.jpg", imageAlt: "Professional espresso machine in action" }, { - imageSrc: "https://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg", - imageAlt: "Roasted premium coffee beans" + imageSrc: "https://img.b2bpic.net/free-photo/close-up-image-man-holds-coffee-with-heart-foam-top-view_613910-8884.jpg", imageAlt: "Roasted premium coffee beans" }, { - imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", - imageAlt: "Perfect morning coffee cup" + imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", imageAlt: "Perfect morning coffee cup" }, { - imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", - imageAlt: "Cozy Kyka coffee shop interior" + imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino-cup-cafe_181624-12457.jpg", imageAlt: "Cozy Kyka coffee shop interior" } ]} buttons={[ @@ -80,6 +75,7 @@ export default function HomePage() {