diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6233dda..1134a4a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,15 +5,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const cormorantGaramond = Cormorant_Garamond({ - variable: "--font-cormorant-garamond", - subsets: ["latin"], + variable: "--font-cormorant-garamond", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); export const metadata: Metadata = { - title: "Premium Coffee Shop | Artisan Brews & Cozy Atmosphere", - description: "Discover exceptional coffee crafted with passion at our cozy shop. Experience premium blends, warm ambiance, and expert brewing techniques for coffee lovers.", - keywords: ["coffee shop", "premium coffee", "artisan coffee", "cozy cafe", "coffee experience"], + title: "Premium Coffee Shop | Artisan Brews & Cozy Atmosphere", description: "Discover exceptional coffee crafted with passion at our cozy shop. Experience premium blends, warm ambiance, and expert brewing techniques for coffee lovers.", keywords: ["coffee shop", "premium coffee", "artisan coffee", "cozy cafe", "coffee experience"], }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 7effd00..f04799e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,13 @@ export default function HomePage() { description="Discover the passion behind every cup at our coffee shop, where tradition meets innovation in perfect harmony." tabs={[ { - id: "our-story", - label: "Our Story", - description: "Founded in 2010, our coffee shop began as a small neighborhood gem with a big dream: to bring exceptional coffee experiences to everyone. Over the years, we've grown while staying true to our roots—crafting each cup with care and dedication." + id: "our-story", label: "Our Story", description: "Founded in 2010, we've proudly served over 500,000 cups of exceptional coffee while maintaining our unwavering commitment to sustainability and quality. Our journey began as a small neighborhood gem with a big dream: to bring exceptional coffee experiences to everyone." }, { - id: "coffee-process", - label: "Coffee Process", - description: "From bean selection to brewing, every step is meticulously executed. We source ethically grown beans from sustainable farms and roast them in-house to perfection, ensuring every sip delivers rich flavor and aroma." + id: "coffee-process", label: "Coffee Process", description: "With 15+ years of roasting expertise, we've perfected a process that showcases 98% customer satisfaction rates. From bean selection to brewing, every step is meticulously executed using ethically sourced beans from our network of 12 certified sustainable farms worldwide." }, { - id: "artisanal-approach", - label: "Artisanal Approach", - description: "Our baristas are trained artisans who understand the nuances of coffee preparation. With precision and passion, they create unique blends and seasonal offerings that celebrate both classic and innovative brewing techniques." + id: "artisanal-approach", label: "Artisanal Approach", description: "Our team of 8 certified baristas undergoes 120+ hours of specialized training, mastering precision techniques that have earned us 3 regional coffee excellence awards. Each artisan creates unique blends and seasonal offerings that celebrate both classic and innovative brewing methods." } ]} imageSrc="http://img.b2bpic.net/free-photo/copper-utensil-with-coffee-beans_1220-390.jpg?_wi=1" @@ -90,12 +84,8 @@ export default function HomePage() {