From 30b782fd3ebe023ec662e69828f93e1b22a02aad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:30 +0000 Subject: [PATCH 1/9] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e3e74a8..311f079 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { description="SK Tours & Safaris" subdescription="Premium Travel Experience Since 2004" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/happy-retired-couple-enjoying-nature-californian-forest_53876-105617.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-retired-couple-enjoying-nature-californian-forest_53876-105617.jpg?_wi=2" imageAlt="SK Tours & Safaris expert guides and luxury camps" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 535869b879b2db5571fe88a81eead7f9f62277d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:30 +0000 Subject: [PATCH 2/9] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 16b4781..b16b7c2 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -100,7 +100,7 @@ export default function BookingPage() { { text: "Start Booking", href: "/booking" }, { text: "View Packages", href: "/" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg?_wi=4" imageAlt="Safari landscape for booking" imagePosition="right" mediaAnimation="slide-up" @@ -122,42 +122,42 @@ export default function BookingPage() { id: "1", name: "5-Day Serengeti Safari", price: "$4,500", - imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg?_wi=4", imageAlt: "Serengeti safari package", }, { id: "2", name: "3-Day Crater Adventure", price: "$3,800", - imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg?_wi=4", imageAlt: "Crater adventure package", }, { id: "3", name: "4-Day Zanzibar Escape", price: "$3,200", - imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg?_wi=4", imageAlt: "Zanzibar beach escape", }, { id: "4", name: "7-Day Big Five Experience", price: "$6,200", - imageSrc: "http://img.b2bpic.net/free-vector/wild-animals-collection_1308-331.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/wild-animals-collection_1308-331.jpg?_wi=4", imageAlt: "Big Five safari experience", }, { id: "5", name: "6-Day Kilimanjaro Trek", price: "$2,800", - imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg?_wi=4", imageAlt: "Kilimanjaro trek package", }, { id: "6", name: "9-Day Ultimate Combo", price: "$8,500", - imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369768.jpg?_wi=4", imageAlt: "Ultimate safari and beach combo", }, ]} @@ -180,7 +180,7 @@ export default function BookingPage() { handle: "@sarahmitchell", testimonial: "The booking process was seamless and the support team answered every question. Best investment in an adventure!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg?_wi=5", imageAlt: "Traveler Sarah", }, { @@ -189,7 +189,7 @@ export default function BookingPage() { handle: "@jamesrich", testimonial: "From initial inquiry to the last day of our safari, SK Tours handled everything perfectly. True professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg?_wi=5", imageAlt: "Traveler James", }, { @@ -198,7 +198,7 @@ export default function BookingPage() { handle: "@eleanarod", testimonial: "Booking our Zanzibar getaway was incredibly easy. The team customized everything to our preferences.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-hat-looking-camera-beach-sunshine_107420-9983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-hat-looking-camera-beach-sunshine_107420-9983.jpg?_wi=5", imageAlt: "Traveler Elena", }, ]} -- 2.49.1 From 9fe505c948186d1b80a9637269cefc6758ccb9b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:31 +0000 Subject: [PATCH 3/9] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 78990b0..61a1b9e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,7 +98,7 @@ export default function ContactPage() { { text: "Schedule Call", href: "/contact" }, { text: "Send Message", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-retired-couple-enjoying-nature-californian-forest_53876-105617.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-retired-couple-enjoying-nature-californian-forest_53876-105617.jpg?_wi=3" imageAlt="SK Tours team and travel consultants" imagePosition="right" mediaAnimation="slide-up" @@ -134,7 +134,7 @@ export default function ContactPage() { handle: "@sarahmitchell", testimonial: "The customer service at SK Tours is exceptional. They responded to every inquiry promptly and made my booking experience smooth and enjoyable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg?_wi=6", imageAlt: "Traveler Sarah", }, { @@ -143,7 +143,7 @@ export default function ContactPage() { handle: "@jamesrich", testimonial: "From my first inquiry to post-trip follow-up, SK Tours demonstrated genuine care and professionalism. This is a company that truly values its clients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg?_wi=6", imageAlt: "Traveler James", }, { @@ -152,7 +152,7 @@ export default function ContactPage() { handle: "@vthompson", testimonial: "I had several special requests for my trip, and SK Tours accommodated every single one. Their attention to detail and flexibility are truly outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=5", imageAlt: "Traveler Victoria", }, ]} -- 2.49.1 From 832cd28e3d2bff4d419bdcd342fd1c60f2483000 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:31 +0000 Subject: [PATCH 4/9] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index 0993ef2..9317355 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -141,7 +141,7 @@ export default function DestinationsPage() { handle: "@sarahmitchell", testimonial: "SK Tours provided the most incredible safari experience of my life. The guides were knowledgeable, the camps were luxurious, and every moment was magical.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-traveller-happy-be-outdoors_23-2148588534.jpg?_wi=4", imageAlt: "professional woman portrait headshot smile", }, { @@ -150,7 +150,7 @@ export default function DestinationsPage() { handle: "@jamesrich", testimonial: "From the moment we arrived to the moment we left, every detail was perfectly arranged. The professionalism and passion of the SK Tours team is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-traveler-hiking_1098-15180.jpg?_wi=4", imageAlt: "professional man portrait headshot business", }, { @@ -159,7 +159,7 @@ export default function DestinationsPage() { handle: "@eleanarod", testimonial: "Zanzibar was absolutely stunning thanks to SK Tours. The beach resorts were world-class and the local experiences were authentic and unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-hat-looking-camera-beach-sunshine_107420-9983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bikini-hat-looking-camera-beach-sunshine_107420-9983.jpg?_wi=4", imageAlt: "woman traveler portrait beach background", }, ]} -- 2.49.1 From a2528a93c8e25284faef593b9e6c1fb3dc34be38 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:32 +0000 Subject: [PATCH 5/9] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 73e5036..1a29b70 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -90,42 +90,42 @@ export default function GalleryPage() { id: "1", name: "Serengeti Safari Experience", price: "$4,500", - imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg?_wi=3", imageAlt: "Serengeti National Park safari with wildlife", }, { id: "2", name: "Ngorongoro Crater Adventure", price: "$3,800", - imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg?_wi=3", imageAlt: "Ngorongoro Crater landscape and wildlife", }, { id: "3", name: "Tarangire National Park Safari", price: "$3,200", - imageSrc: "http://img.b2bpic.net/free-photo/african-savannah-scene-black-white_23-2151774061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-savannah-scene-black-white_23-2151774061.jpg?_wi=3", imageAlt: "Tarangire National Park with elephants", }, { id: "4", name: "Big Five Luxury Safari", price: "$6,200", - imageSrc: "http://img.b2bpic.net/free-vector/wild-animals-collection_1308-331.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/wild-animals-collection_1308-331.jpg?_wi=3", imageAlt: "Luxury Big Five safari experience", }, { id: "5", name: "Mount Kilimanjaro Trek", price: "$2,800", - imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg?_wi=3", imageAlt: "Mount Kilimanjaro expedition", }, { id: "6", name: "Zanzibar Beach Holiday", price: "$3,500", - imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg?_wi=3", imageAlt: "Luxury Zanzibar beach resort", }, ]} @@ -146,28 +146,28 @@ export default function GalleryPage() { id: "1", name: "Zanzibar Luxury Beach Resort", price: "$450/night", - imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-drinking-coconut-milk-by-pool-vacation_23-2149369768.jpg?_wi=3", imageAlt: "Luxury beachfront resort in Zanzibar", }, { id: "2", name: "Spice Island Experience", price: "$3,200", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meal-cooking-process-while-camping_23-2148301419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meal-cooking-process-while-camping_23-2148301419.jpg?_wi=2", imageAlt: "Zanzibar spice plantation tour", }, { id: "3", name: "Private Beach Villa Package", price: "$800/night", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-looking-woman-red-orange-evening-dress-rich-hotel_343596-3596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-looking-woman-red-orange-evening-dress-rich-hotel_343596-3596.jpg?_wi=2", imageAlt: "Private luxury beach villa Zanzibar", }, { id: "4", name: "Sunset Dhow Cruise", price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/motorboats-parked-water-by-water-with-sunset-city-visible_181624-29150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motorboats-parked-water-by-water-with-sunset-city-visible_181624-29150.jpg?_wi=2", imageAlt: "Traditional dhow sunset cruise Zanzibar", }, ]} @@ -190,7 +190,7 @@ export default function GalleryPage() { handle: "@dchen", testimonial: "Worth every penny. The Big Five safari was a once-in-a-lifetime experience. The photography opportunities were incredible, and the luxury lodges exceeded all expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=4", imageAlt: "male professional portrait photography", }, { @@ -199,7 +199,7 @@ export default function GalleryPage() { handle: "@vthompson", testimonial: "SK Tours combines adventure with comfort in a way I've never experienced. The attention to detail and personalized service made our trip absolutely perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=4", imageAlt: "woman executive professional portrait", }, { @@ -208,7 +208,7 @@ export default function GalleryPage() { handle: "@marcorossi", testimonial: "As a seasoned traveler, I can say SK Tours is among the best tourism operators I've encountered. Professionalism, safety, and unforgettable experiences guaranteed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=4", imageAlt: "man professional portrait businessman", }, ]} -- 2.49.1 From 2d7a316cbfe5db993a18b39c88498e420c9495f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:25:32 +0000 Subject: [PATCH 6/9] 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 42fa6ab..4357329 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 { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "SK Tours & Safaris - Luxury Tanzania Adventures", + description: "Experience luxury safaris in Tanzania's most iconic destinations. Serengeti, Kilimanjaro, Zanzibar beach retreats, and unforgettable African adventures.", + keywords: "safari Tanzania, luxury travel, Serengeti safari, Zanzibar beach, Kilimanjaro trek, African adventure, wildlife tour", + metadataBase: new URL("https://sktours.com"), + alternates: { + canonical: "https://sktours.com", + }, + openGraph: { + title: "SK Tours & Safaris - Premium African Experiences", + description: "Discover Tanzania's most exclusive destinations with expert guides and luxury accommodations. Book your unforgettable safari adventure today.", + url: "https://sktours.com", + siteName: "SK Tours & Safaris", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg", + alt: "Stunning Tanzanian safari landscape", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "SK Tours & Safaris - Luxury Tanzania Adventures", + description: "Experience the magic of Tanzania with expert-led luxury safaris and beach retreats.", + images: ["http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}