diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index ebe9ac0..d4ca59b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,1423 +1,35 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
-import { Inter } from "next/font/google";
-import { Montserrat } from "next/font/google";
+import { ReactLenis } from "@/lib/lenis";
+import { Manrope } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
-
-const montserrat = Montserrat({
- variable: "--font-montserrat", subsets: ["latin"],
+const manrope = Manrope({
+ variable: "--font-manrope", subsets: ["latin"],
+ weight: ["200", "300", "400", "500", "600", "700", "800"],
});
export const metadata: Metadata = {
- title: "Sugarfire Smokehouse | Authentic St. Louis BBQ", description: "Award-winning authentic BBQ in St. Louis. Smoked brisket, pulled pork, ribs & legendary sides. Order online or book catering. 4.7★ rating.", keywords: "St. Louis BBQ, smoked brisket, pulled pork, barbecue restaurant, BBQ catering, authentic smokehouse", metadataBase: new URL("https://sugarfiresmokehouse.com"),
- alternates: {
- canonical: "https://sugarfiresmokehouse.com"},
- openGraph: {
- title: "Sugarfire Smokehouse | Real Smoke. Real Flavor.", description: "Authentic St. Louis BBQ smoked low and slow. Tender brisket, legendary pork, and sides people drive miles for.", url: "https://sugarfiresmokehouse.com", siteName: "Sugarfire Smokehouse", images: [
- {
- url: "http://img.b2bpic.net/free-photo/chef-cutting-into-pieces-grilled-lamb-steak_140725-10720.jpg", alt: "smoked brisket closeup texture smoke"},
- ],
- type: "website"},
- twitter: {
- card: "summary_large_image", title: "Sugarfire Smokehouse | St. Louis BBQ Legend", description: "Real smoke. Real flavor. No shortcuts. Authentic BBQ smoked low and slow.", images: ["http://img.b2bpic.net/free-photo/chef-cutting-into-pieces-grilled-lamb-steak_140725-10720.jpg"],
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "Sugarfire Smokehouse | St. Louis BBQ Legend", description:
+ "Authentic St. Louis BBQ smoked low and slow. Legendary brisket, pulled pork, and ribs. Visit Sugarfire for real smoke and real flavor."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
Downtown St. Louis
+123 BBQ Lane, St. Louis, MO 63101
+(314) 555-0101
+Hours
+Mon-Thu: 10:30am - 10pm
+Fri-Sat: 10:30am - 11pm
+Sun: 11am - 9pm
+Features our full menu, dining area, and catering counter
+South City
+456 Smokehouse Ave, St. Louis, MO 63118
+(314) 555-0202
+Hours
+Mon-Fri: 11am - 10pm
+Sat: 10am - 11pm
+Sun: 11am - 8:30pm
+Casual dine-in, takeout, and delivery available
+Westport Road
+789 Ribs & Rolls Pkwy, St. Louis, MO 63132
+(314) 555-0303
+Hours
+Mon-Sun: 11am - 9:30pm
+Extended hours during football season
+Large patio, perfect for groups and game day
+Smokehouse Club
+Exclusive member benefits including special discounts, early access to new menu items, and birthday desserts.
+Monthly Events
+Join us for special themed nights, live music, and BBQ competitions celebrating the art of smokehouse cooking.
+Follow & Share
+Follow @SugerfireSmokeHouse for daily BBQ inspiration, behind-the-scenes smokehouse action, and community stories.
+