From 6846d5fbd0bd0d0478b11eeda7952309bda9bd3d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:45:14 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f09b43b..c869bbf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { role: "Luxury Traveler", company: "Miami, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=2", }, { id: "2", @@ -91,7 +91,7 @@ export default function AboutPage() { role: "Vacation Rental Host", company: "Key West", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=2", }, { id: "3", @@ -99,7 +99,7 @@ export default function AboutPage() { role: "Resort Guest", company: "Islamorada", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-posing-stylish-green-dress-isolated-green-background_285396-11041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-posing-stylish-green-dress-isolated-green-background_285396-11041.jpg?_wi=2", }, { id: "4", @@ -107,7 +107,7 @@ export default function AboutPage() { role: "Adventure Seeker", company: "Marathon, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-man-sitting-isolated_171337-9755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-man-sitting-isolated_171337-9755.jpg?_wi=2", }, { id: "5", @@ -115,7 +115,7 @@ export default function AboutPage() { role: "Returning Guest", company: "New York, NY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28936.jpg?_wi=2", }, { id: "6", @@ -123,7 +123,7 @@ export default function AboutPage() { role: "Corporate Planner", company: "Tampa, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-smiling-male-elegant-black-suit-dark-background_613910-14660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-smiling-male-elegant-black-suit-dark-background_613910-14660.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1 From 4a3c72962950a9ee56f1ee6e9aa9b9a29fe36dc5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:45:15 +0000 Subject: [PATCH 2/6] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx index 5571ff5..0cfe8f2 100644 --- a/src/app/dining/page.tsx +++ b/src/app/dining/page.tsx @@ -75,10 +75,10 @@ export default function DiningPage() { title: "Private Chef Dinners", description: "Bring a luxury dining experience directly to your vacation home. Personalized menus, expert preparation, and pure indulgence.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=3", }, }, { @@ -86,10 +86,10 @@ export default function DiningPage() { title: "Local Dining Reservations", description: "Skip the search. We handle reservations at standout restaurants, ensuring your group gets the best tables at the best times.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg?_wi=3", }, }, ]} -- 2.49.1 From ea0f87d4446612ca868d8d95efa9225a7de78eea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:45:15 +0000 Subject: [PATCH 3/6] Update src/app/experiences/page.tsx --- src/app/experiences/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/experiences/page.tsx b/src/app/experiences/page.tsx index 2f1b97f..e8ea0da 100644 --- a/src/app/experiences/page.tsx +++ b/src/app/experiences/page.tsx @@ -53,42 +53,42 @@ export default function ExperiencesPage() { id: "snorkel", name: "Snorkel Trips", price: "From $89", - imageSrc: "http://img.b2bpic.net/free-photo/coral-reef-area_1398-2415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coral-reef-area_1398-2415.jpg?_wi=2", imageAlt: "Crystal clear snorkeling in Florida Keys coral reefs", }, { id: "sandbar", name: "Sandbar Excursions", price: "From $129", - imageSrc: "http://img.b2bpic.net/free-photo/summer-positive-vacation-portrait-pretty-brunette-woman-having-fun-luxury-beach-club-slim-body-trendy-bikini-kimono-holding-soft-drink_291049-427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-positive-vacation-portrait-pretty-brunette-woman-having-fun-luxury-beach-club-slim-body-trendy-bikini-kimono-holding-soft-drink_291049-427.jpg?_wi=2", imageAlt: "Luxury sandbar day with pristine white sand", }, { id: "sunset", name: "Sunset Cruises", price: "From $149", - imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-boat-sailing-along-its-journey-against-vivid-colorful-sunset-with-birds_268835-957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-boat-sailing-along-its-journey-against-vivid-colorful-sunset-with-birds_268835-957.jpg?_wi=2", imageAlt: "Premium sunset cruise on the Florida Keys", }, { id: "jetski", name: "Jet Ski Adventures", price: "From $179", - imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-1187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-1187.jpg?_wi=2", imageAlt: "High-speed jet ski adventure in turquoise waters", }, { id: "inshore", name: "Inshore Fishing", price: "From $199", - imageSrc: "http://img.b2bpic.net/free-photo/grandfather-grandson-fishing-river-berth-senior-man-showing-size-fish-he-caught-last-time-male-child-posing-with-opened-mouth-being-shocked_176532-10835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grandfather-grandson-fishing-river-berth-senior-man-showing-size-fish-he-caught-last-time-male-child-posing-with-opened-mouth-being-shocked_176532-10835.jpg?_wi=2", imageAlt: "Professional inshore fishing charter", }, { id: "offshore", name: "Offshore Fishing", price: "From $399", - imageSrc: "http://img.b2bpic.net/free-photo/man-is-searching-best-shots-focused-photographer-work-standing-near-yacht-bending-while-looking-through-camera-taking-pictures-sea-harbour-making-shots-with-lifestyle-concept_176420-5109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-is-searching-best-shots-focused-photographer-work-standing-near-yacht-bending-while-looking-through-camera-taking-pictures-sea-harbour-making-shots-with-lifestyle-concept_176420-5109.jpg?_wi=2", imageAlt: "Deep sea offshore fishing adventure", }, ]} @@ -111,15 +111,15 @@ export default function ExperiencesPage() { id: 1, title: "Private Chef Dinners", description: "Bring a luxury dining experience directly to your vacation home. Personalized menus, expert preparation, and pure indulgence.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-chef-with-hat-making-crushed-garlic-with-knife-cutting-board_482257-121111.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2" }, }, { id: 2, title: "Local Dining Reservations", description: "Skip the search. We handle reservations at standout restaurants, ensuring your group gets the best tables at the best times.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157780.jpg?_wi=2" }, }, ]} showStepNumbers={false} -- 2.49.1 From 7bf3407fb15ccb49361215996604376de169ac87 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:45:16 +0000 Subject: [PATCH 4/6] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 83ac5af..893b658 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -72,10 +72,10 @@ export default function HowItWorksPage() { title: "Choose Your Experience", description: "Browse our curated selection of water adventures, dining, and local experiences. Each is vetted for quality and fit for your trip.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-notebook-using-smartphone_23-2147793066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-notebook-using-smartphone_23-2147793066.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-smartphone_23-2149117778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-smartphone_23-2149117778.jpg?_wi=2", }, }, { @@ -83,10 +83,10 @@ export default function HowItWorksPage() { title: "Tell Us What You Want", description: "Share your preferences, dates, and group size. Let us know about any special requests or dietary needs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-psd/natural-hair-haircare-invoice-template_23-2149954189.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/natural-hair-haircare-invoice-template_23-2149954189.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-waiter-taking-order-digital-tablet-cafe_637285-12497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-waiter-taking-order-digital-tablet-cafe_637285-12497.jpg?_wi=2", }, }, { @@ -94,10 +94,10 @@ export default function HowItWorksPage() { title: "We Coordinate Everything", description: "Our team personally handles all details with trusted local operators. You'll receive confirmation and direct contact information.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/white-blue-login-form_23-2147734696.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/white-blue-login-form_23-2147734696.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-scanning-qr-with-phone_23-2149303410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-scanning-qr-with-phone_23-2149303410.jpg?_wi=2", }, }, { @@ -105,10 +105,10 @@ export default function HowItWorksPage() { title: "Enjoy & Remember", description: "Show up ready to create memories. Our partners handle the rest. No hassle, just unforgettable Florida Keys moments.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/two-elegant-girls-resort_1157-24503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-elegant-girls-resort_1157-24503.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8983.jpg?_wi=2", }, }, ]} -- 2.49.1 From 792d66a87cd74699284401e3669e7efc3df6ee1e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:45:16 +0000 Subject: [PATCH 5/6] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..db73725 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Servessa - Luxury Concierge Experiences in the Florida Keys", + description: "Book curated Florida Keys experiences with Servessa. Trusted local captains, seamless planning, and elevated vacation access. Snorkeling, dining, sunset cruises, and more.", + keywords: "Florida Keys experiences, luxury travel, concierge booking, charter boats, snorkeling, vacation rental experiences, premium dining", + metadataBase: new URL("https://servessa.com"), + alternates: { + canonical: "https://servessa.com", + }, + openGraph: { + title: "Servessa - Luxury Concierge Experiences", + description: "Curated Florida Keys experiences with trusted local partners. Book directly, no hassle.", + url: "https://servessa.com", + siteName: "Servessa", + images: [ + { + url: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool_74190-2050.jpg", + alt: "Servessa - Luxury Florida Keys Experiences", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Servessa - Luxury Concierge Experiences", + description: "Book the best curated Florida Keys experiences with trusted local partners.", + images: ["http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool_74190-2050.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}