diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c43b9cb..30ca8d6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,24 +11,24 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "Cooking - Culinary Excellence", - description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks.", - keywords: ["cooking", "recipes", "culinary", "food", "kitchen"], - metadataBase: new URL("https://cooking.com"), + title: "Restaurant Marketing - Drive More Customers", + description: "Elevate your restaurant with our comprehensive marketing solutions. Attract more diners, build loyalty, and grow your business.", + keywords: ["restaurant", "marketing", "dining", "hospitality", "food"], + metadataBase: new URL("https://restaurantmarketing.com"), alternates: { - canonical: "https://cooking.com" + canonical: "https://restaurantmarketing.com" }, openGraph: { - title: "Cooking - Culinary Excellence", - description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks.", - url: "https://cooking.com", - siteName: "Cooking", + title: "Restaurant Marketing - Drive More Customers", + description: "Elevate your restaurant with our comprehensive marketing solutions. Attract more diners, build loyalty, and grow your business.", + url: "https://restaurantmarketing.com", + siteName: "Restaurant Marketing", type: "website" }, twitter: { card: "summary_large_image", - title: "Cooking - Culinary Excellence", - description: "Discover recipes, cooking tips, and culinary inspiration from our community of passionate cooks." + title: "Restaurant Marketing - Drive More Customers", + description: "Elevate your restaurant with our comprehensive marketing solutions. Attract more diners, build loyalty, and grow your business." } }; diff --git a/src/app/page.tsx b/src/app/page.tsx index b62352e..a850781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Mail, ChefHat, Book } from 'lucide-react'; +import { Mail, UtensilsCrossed, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,47 +27,47 @@ export default function LandingPage() { >
-
+
-
+
-
+
-
+
@@ -239,14 +239,14 @@ export default function LandingPage() {
@@ -255,23 +255,23 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Latest Recipes", href: "shop" }, - { label: "Popular Recipes", href: "shop" }, - { label: "Trending Now", href: "shop" } + { label: "Social Media Marketing", href: "solutions" }, + { label: "Local SEO Services", href: "solutions" }, + { label: "Email Campaigns", href: "solutions" } ] }, { items: [ - { label: "Techniques", href: "about" }, - { label: "Ingredient Guide", href: "about" }, - { label: "Kitchen Basics", href: "about" } + { label: "Reputation Management", href: "features" }, + { label: "Analytics & Reporting", href: "features" }, + { label: "Event Promotion", href: "features" } ] }, { items: [ - { label: "Contact", href: "contact" }, - { label: "Support", href: "contact" }, - { label: "Submit Recipe", href: "#" } + { label: "Get Started", href: "contact" }, + { label: "View Case Studies", href: "testimonials" }, + { label: "Book Consultation", href: "contact" } ] }, { @@ -282,7 +282,7 @@ export default function LandingPage() { ] } ]} - logoText="Cooking" + logoText="Restaurant Marketing" />