From 3ea43cc2b5487bbd03fee4516e0c04e79089c5b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:53:31 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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, -- 2.49.1 From 1757fae08135e0ad39ab49a479f7416c57c62a52 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:53:31 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 54 deletions(-) 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() {
-
- -
- @@ -125,9 +103,9 @@ export default function LandingPage() {
@@ -158,12 +142,13 @@ export default function LandingPage() {
@@ -171,7 +156,7 @@ export default function LandingPage() {
Date: Sat, 7 Mar 2026 11:53:32 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..178492b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #f0f0f0; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #2c3e50; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #ecf0f1; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #3498db; + --background-accent: #bdc3c7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1