diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6eccd90..3b7e643 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,18 +14,21 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "FreshVend Hamburg - Healthy Vending Machines for Schools & Offices", description: "Premium vending machine service delivering healthy snacks and refreshing drinks to schools and companies across Hamburg. Convenient, professional, and wellness-focused.", keywords: "vending machines Hamburg, healthy snacks, office drinks, school vending, beverage service, Germany", metadataBase: new URL("https://freshvend-hamburg.de"), + title: "FreshVend Hamburg - Vending Machine Revenue Opportunity", description: "Earn passive income by hosting professional vending machines at your location. We handle installation, restocking, and management. You earn per product sold.", keywords: "vending machine placement, passive income, vending business, Hamburg, revenue sharing, snack machines", metadataBase: new URL("https://freshvend-hamburg.de"), alternates: { - canonical: "https://freshvend-hamburg.de"}, + canonical: "https://freshvend-hamburg.de" + }, openGraph: { - title: "FreshVend Hamburg - Vending Machines for Health & Convenience", description: "Transform your school or office with our professional vending machine service across Hamburg.", url: "https://freshvend-hamburg.de", siteName: "FreshVend Hamburg", type: "website", images: [ + title: "FreshVend Hamburg - Earn Revenue with Vending Machines", description: "Transform your space into a revenue stream with our professional vending machine placement service.", url: "https://freshvend-hamburg.de", siteName: "FreshVend Hamburg", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/different-type-fresh-juice-disposable-plastic-cup-with-straws_23-2147920840.jpg", alt: "FreshVend Hamburg vending machine"}, + url: "http://img.b2bpic.net/free-photo/different-type-fresh-juice-disposable-plastic-cup-with-straws_23-2147920840.jpg", alt: "FreshVend Hamburg vending machine" + }, ], }, twitter: { - card: "summary_large_image", title: "FreshVend Hamburg - Professional Vending Solutions", description: "Healthy snacks and drinks for Hamburg schools and offices", images: [ - "http://img.b2bpic.net/free-photo/pregnant-woman-chooses-drugs_1398-1687.jpg"], + card: "summary_large_image", title: "FreshVend Hamburg - Professional Vending Solutions", description: "Earn passive income with professional vending machine placement", images: [ + "http://img.b2bpic.net/free-photo/pregnant-woman-chooses-drugs_1398-1687.jpg" + ], }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 7be80ee..d1eca81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; @@ -30,7 +29,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Services", id: "services" }, - { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, { name: "About", id: "about" }, ]} @@ -43,18 +41,21 @@ export default function LandingPage() {