diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3316aa2..7af8ae6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,37 +3,22 @@ import { Inter_Tight } from "next/font/google"; import "./globals.css"; const interTight = Inter_Tight({ - variable: "--font-inter-tight", - subsets: ["latin"], + variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Utkal Harvest - Premium Local Food Products Online", - description: "Shop 100% natural, chemical-free local food products directly from farmers. Small-batch, lab-tested atta, spices, oils & more. Subscribe & Save.", - keywords: "local food products, organic atta, chemical-free spices, farm fresh online, small batch food, ayurvedic spices, cold-pressed oils", - metadataBase: new URL("https://www.utkalharvest.com"), + title: "Utkal Harvest - Premium Local Food Products Online", description: "Shop 100% natural, chemical-free local food products directly from farmers. Small-batch, lab-tested atta, spices, oils & more. Subscribe & Save.", keywords: "local food products, organic atta, chemical-free spices, farm fresh online, small batch food, ayurvedic spices, cold-pressed oils", metadataBase: new URL("https://www.utkalharvest.com"), alternates: { - canonical: "https://www.utkalharvest.com", - }, + canonical: "https://www.utkalharvest.com"}, openGraph: { - title: "Utkal Harvest - Premium Local Food from Field to Kitchen", - description: "Pure, small-batch local food products. 100% natural, lab-tested, direct from farmers.", - url: "https://www.utkalharvest.com", - siteName: "Utkal Harvest", - type: "website", - images: [ + title: "Utkal Harvest - Premium Local Food from Field to Kitchen", description: "Pure, small-batch local food products. 100% natural, lab-tested, direct from farmers.", url: "https://www.utkalharvest.com", siteName: "Utkal Harvest", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg", - alt: "Utkal Harvest Premium Local Foods", - }, + url: "http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg", alt: "Utkal Harvest Premium Local Foods"}, ], }, twitter: { - card: "summary_large_image", - title: "Utkal Harvest - Premium Local Food Online", - description: "100% natural, chemical-free food products. Subscribe today.", - images: ["http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg"], + card: "summary_large_image", title: "Utkal Harvest - Premium Local Food Online", description: "100% natural, chemical-free food products. Subscribe today.", images: ["http://img.b2bpic.net/free-photo/yellow-wheat-field-dark-blue-sky_661209-445.jpg"], }, robots: { index: true, @@ -1420,4 +1405,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 849f6bc..1342ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles } from "lucide-react"; +import { Sparkles, Award } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -68,37 +68,18 @@ export default function HomePage() {