From 7bded3ad8010b96aef56fe96ec3f56602348d99e Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 02:20:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30ca8d6..e663f9f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,24 +11,24 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - 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"), + title: "Sushi Restaurant - Fresh & Authentic", + description: "Experience authentic sushi made with premium ingredients. Visit our sushi restaurant for fresh fish, traditional recipes, and an unforgettable dining experience.", + keywords: ["sushi", "restaurant", "fresh sushi", "authentic", "Japanese cuisine", "sashimi"], + metadataBase: new URL("https://sushirestaurant.com"), alternates: { - canonical: "https://restaurantmarketing.com" + canonical: "https://sushirestaurant.com" }, openGraph: { - 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", + title: "Sushi Restaurant - Fresh & Authentic", + description: "Experience authentic sushi made with premium ingredients. Visit our sushi restaurant for fresh fish, traditional recipes, and an unforgettable dining experience.", + url: "https://sushirestaurant.com", + siteName: "Sushi Restaurant", type: "website" }, twitter: { card: "summary_large_image", - title: "Restaurant Marketing - Drive More Customers", - description: "Elevate your restaurant with our comprehensive marketing solutions. Attract more diners, build loyalty, and grow your business." + title: "Sushi Restaurant - Fresh & Authentic", + description: "Experience authentic sushi made with premium ingredients. Visit our sushi restaurant for fresh fish, traditional recipes, and an unforgettable dining experience." } }; From 926f463c18158406a5e09243fc1e496e6e6a8404 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 02:20:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 210 ++++++++++++++++++++++++----------------------- 1 file changed, 107 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a850781..d594483 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, UtensilsCrossed, TrendingUp } from 'lucide-react'; +import { Mail, UtensilsCrossed, TrendingUp, Flame, Clock, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,47 +27,47 @@ export default function LandingPage() { >
-
+ -
+
-
+
-
+
-
+
@@ -255,34 +259,34 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Social Media Marketing", href: "solutions" }, - { label: "Local SEO Services", href: "solutions" }, - { label: "Email Campaigns", href: "solutions" } + { label: "Signature Rolls", href: "menu" }, + { label: "Nigiri Selection", href: "menu" }, + { label: "Sashimi Platters", href: "menu" } ] }, { items: [ - { label: "Reputation Management", href: "features" }, - { label: "Analytics & Reporting", href: "features" }, - { label: "Event Promotion", href: "features" } + { label: "Fresh Ingredients", href: "specialties" }, + { label: "Master Chefs", href: "specialties" }, + { label: "Authentic Recipes", href: "specialties" } ] }, { items: [ - { label: "Get Started", href: "contact" }, - { label: "View Case Studies", href: "testimonials" }, - { label: "Book Consultation", href: "contact" } + { label: "Book a Table", href: "reserve" }, + { label: "View Reviews", href: "reviews" }, + { label: "Explore Menu", href: "menu" } ] }, { items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" } + { label: "Contact Us", href: "reserve" } ] } ]} - logoText="Restaurant Marketing" + logoText="Sushi Restaurant" />