diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7f6875c..1bc5d05 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,5 @@ import type { Metadata } from "next"; -import { Cormorant_Garamond } from "next/font/google"; -import { DM_Sans } from "next/font/google"; +import { Cormorant_Garamond, DM_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; @@ -17,22 +16,21 @@ const dmSans = DM_Sans({ export const metadata: Metadata = { title: "Crumb & Co. | Premium Artisan Bakery", description: "Handcrafted pastries and European-style breads made daily in our cozy urban bakery. Cold-fermented sourdough, butter croissants, and seasonal specials with locally-sourced ingredients.", keywords: "artisan bakery, croissants, sourdough, pastries, handcrafted bread, premium baked goods", metadataBase: new URL("https://crumbandco.com"), alternates: { - canonical: "https://crumbandco.com" - }, + canonical: "https://crumbandco.com"}, openGraph: { title: "Crumb & Co. | Baked With Obsession", description: "Premium artisan bakery featuring cold-fermented sourdough and handcrafted European pastries.", type: "website", siteName: "Crumb & Co.", url: "https://crumbandco.com", images: [ { - url: "http://img.b2bpic.net/free-photo/air-croissant-with-strawberry-syrup-top-glass-milk_140725-9770.jpg", alt: "Golden butter croissant" - } - ] + url: "http://img.b2bpic.net/free-photo/air-croissant-with-strawberry-syrup-top-glass-milk_140725-9770.jpg", alt: "Golden butter croissant"}, + ], }, twitter: { - card: "summary_large_image", title: "Crumb & Co. | Baked With Obsession", description: "Premium artisan bakery in your neighborhood.", images: ["http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"] + card: "summary_large_image", title: "Crumb & Co. | Baked With Obsession", description: "Premium artisan bakery in your neighborhood.", images: [ + "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 858ca17..6280d64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,21 +10,35 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, BookOpen, Facebook, Globe, Heart, Instagram, Layers, Leaf, Mail, Sparkles, Timer, Twitter, Zap } from "lucide-react"; +import { + Award, + BookOpen, + Facebook, + Globe, + Heart, + Instagram, + Layers, + Leaf, + Mail, + Sparkles, + Timer, + Twitter, + Zap, +} from "lucide-react"; export default function LandingPage() { return ( @@ -236,7 +254,7 @@ export default function LandingPage() { description="For private events, wholesale inquiries, or baking consultations, we'd love to hear from you. Drop by the shop or send us a message." buttons={[ { text: "Contact Us", href: "mailto:hello@crumbandco.com" }, - { text: "Call: (555) 123-BAKE", href: "tel:+15551235253" } + { text: "Call: (555) 123-BAKE", href: "tel:+15551235253" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -248,9 +266,15 @@ export default function LandingPage() { logoText="Crumb & Co." copyrightText="© 2025 Crumb & Co. | Baked with Obsession" socialLinks={[ - { icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" }, - { icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" }, - { icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" } + { + icon: Instagram, + href: "https://instagram.com", ariaLabel: "Follow us on Instagram"}, + { + icon: Facebook, + href: "https://facebook.com", ariaLabel: "Follow us on Facebook"}, + { + icon: Twitter, + href: "https://twitter.com", ariaLabel: "Follow us on Twitter"}, ]} /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6561c91..4c51c3f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5e8d8;; - --card: #faf5ef;; - --foreground: #1a0f08;; - --primary-cta: #a85a3a;; - --secondary-cta: #d4c5b9;; - --accent: #c89060;; - --background-accent: #8b7355;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #8b4513;; + --secondary-cta: #efe7dd;; + --accent: #a0826d;; + --background-accent: #d4a574;; */ - --background: #f5e8d8;; - --card: #faf5ef;; - --foreground: #1a0f08;; - --primary-cta: #a85a3a;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #8b4513;; --primary-cta-text: #F5ECD7;; - --secondary-cta: #d4c5b9;; + --secondary-cta: #efe7dd;; --secondary-cta-text: #2C1A0E;; - --accent: #c89060;; - --background-accent: #8b7355;; + --accent: #a0826d;; + --background-accent: #d4a574;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);