diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cf8d2d8..584c1f7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,7 +77,7 @@ export default function AboutPage() { author: "Road Tested", description: "Generous servings that satisfy real hunger and keep you fueled for hours.", tags: ["hearty", "filling"], - imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-beer-appetizers-standing-white-table-vegetable-salad-boiled-potatoes-grilled-chicken-legs-roasted-goldy-onion-sausages-cucmbers-tomatoes-sauces-ketchup-mayo_132075-13084.jpg?_wi=2", imageAlt: "Large hearty meal with generous portions", }, { @@ -86,7 +86,7 @@ export default function AboutPage() { author: "Brewed Fresh", description: "Strong, hot coffee served fresh throughout the day from early morning to evening.", tags: ["hot", "strong"], - imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg?_wi=3", imageAlt: "Fresh coffee being poured into a cup", }, { @@ -95,7 +95,7 @@ export default function AboutPage() { author: "Easy Stop", description: "Spacious, well-maintained parking area for trucks, cars, and families. Pull in easily, park safely.", tags: ["spacious", "convenient"], - imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg?_wi=2", imageAlt: "Large parking lot with multiple trucks", }, ]} @@ -117,7 +117,7 @@ export default function AboutPage() { handle: "Truck Driver", testimonial: "Aivan loistavaa rekka-mies ruokaa – maistuvaa ja sopivan hintaista.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489681.jpg?_wi=2", imageAlt: "Mikko, satisfied truck driver", }, { @@ -126,7 +126,7 @@ export default function AboutPage() { handle: "Long-haul Driver", testimonial: "Karu ja käytännöllinen. Ruoka oli hyvää ja sitä oli riittävästi.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-city-lifestyle_23-2149105449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-city-lifestyle_23-2149105449.jpg?_wi=2", imageAlt: "Janne, trucker at StopCafe", }, { @@ -135,7 +135,7 @@ export default function AboutPage() { handle: "Family Traveler", testimonial: "Loistava paikka tien varrella. Iso parkkipaikka ja lapsiystävällinen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-car-window_23-2148637369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-car-window_23-2148637369.jpg?_wi=2", imageAlt: "Sandra, family visitor", }, { @@ -144,7 +144,7 @@ export default function AboutPage() { handle: "Regular Customer", testimonial: "Paras paikka välin juomakahville. Henkilökunta aina ystävällistä ja palvelu nopeaa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-smartphone_23-2148181485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-cup-smartphone_23-2148181485.jpg?_wi=2", imageAlt: "Pekka, returning customer", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bd22025..d5209cc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function ContactPage() { author: "Space to Spare", description: "Large dedicated parking area designed for trucks, buses, and cars. Safe, well-lit, and always maintained.", tags: ["spacious", "safe"], - imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/logistics-warehousing-isometric-view_1284-65215.jpg?_wi=3", imageAlt: "Large parking facility overview", }, { @@ -108,7 +108,7 @@ export default function ContactPage() { author: "Always Available", description: "Reach us by phone, email, or visit in person. We're here to serve you with quick service and friendly hospitality.", tags: ["responsive", "helpful"], - imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-sunlight_23-2151961381.jpg?_wi=4", imageAlt: "Welcoming cafe interior", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0a803b2..2dcd8c8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,52 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Mulish } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Mulish } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "StopCafe - Real Food for Travelers & Truck Drivers", + description: "Premium roadside cafe with hearty portions, fresh coffee, and spacious parking. Trusted by truck drivers and families since day one. Find us on your route.", + keywords: "roadside cafe, truck stop, Finnish food, hearty meals, coffee, traveler restaurant, parking", + openGraph: { + title: "StopCafe - The Stop Worth Taking", + description: "Great food. Real portions. Friendly service. Right on your route.", + type: "website", + siteName: "StopCafe", + images: [ + { + url: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg", + alt: "StopCafe roadside cafe at sunrise", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "StopCafe - The Stop Worth Taking", + description: "Premium roadside cafe with hearty food, strong coffee, and large truck parking.", + images: ["http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +55,9 @@ export default function RootLayout({ return ( - + {children}