From c75d8534866703a6f01476c3e0d399c7646aaf40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:00:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0238727..f90699e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; @@ -84,27 +84,26 @@ export default function HomePage() {
-
@@ -135,10 +134,10 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Serengeti Safari Experience", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg?_wi=2", imageAlt: "Serengeti National Park safari with wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=serengeti" } + id: "1", name: "Serengeti Safari Experience", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", imageAlt: "Serengeti National Park safari with wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=serengeti" } }, { - 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?_wi=2", imageAlt: "Ngorongoro Crater landscape and wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=ngorongoro" } + 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", imageAlt: "Ngorongoro Crater landscape and wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=ngorongoro" } }, { 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", imageAlt: "Tarangire National Park with elephants", priceButtonProps: { text: "Book Now", href: "/booking?package=tarangire" } @@ -150,7 +149,7 @@ export default function HomePage() { id: "5", name: "Mount Kilimanjaro Trek", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg", imageAlt: "Mount Kilimanjaro expedition", priceButtonProps: { text: "Book Now", href: "/booking?package=kilimanjaro" } }, { - id: "6", name: "Zanzibar Beach Holiday", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg?_wi=2", imageAlt: "Luxury Zanzibar beach resort", priceButtonProps: { text: "Book Now", href: "/booking?package=zanzibar" } + id: "6", name: "Zanzibar Beach Holiday", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", imageAlt: "Luxury Zanzibar beach resort", priceButtonProps: { text: "Book Now", href: "/booking?package=zanzibar" } }, ]} /> @@ -211,6 +210,7 @@ export default function HomePage() { animationType="slide-up" useInvertedBackground={false} showRating={true} + avatarText="5,000+ Happy Travelers" testimonials={[ { id: "1", name: "Sarah Mitchell", 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. Highly recommend!", rating: 5, -- 2.49.1