From 83b39c793f483081ac1c7b9b6426e5b2183083f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:47:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 193 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a4a36..3335050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -27,69 +27,33 @@ export default function LandingPage() {
-
@@ -100,27 +64,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "4.9", - title: "Rating", - description: "Star average", - imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg", - }, - { - id: "m2", - value: "455+", - title: "Reviews", - description: "Happy customers", - imageSrc: "http://img.b2bpic.net/free-photo/hiker-gazes-panoramic-view-dramatic-mountain-peaks-clouds_482257-125779.jpg", - }, - { - id: "m3", - value: "500+", - title: "Trips", - description: "Completed tours", - imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg", - }, + { id: "m1", value: "4.9", title: "Rating", description: "Star average", imageSrc: "http://img.b2bpic.net/free-photo/clumsy-foolish-hiker-dropping-his-phone-search-signal-mountain-top_482257-119806.jpg" }, + { id: "m2", value: "455+", title: "Reviews", description: "Happy customers", imageSrc: "http://img.b2bpic.net/free-photo/hiker-gazes-panoramic-view-dramatic-mountain-peaks-clouds_482257-125779.jpg" }, + { id: "m3", value: "500+", title: "Trips", description: "Completed tours", imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg" }, ]} title="Trusted by Thousands" description="Our track record speaks for itself." @@ -134,48 +80,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Ratti Gali & Kel", - price: "$48", - variant: "3 Days", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-parco-naturale-di-fanes-sennes-braies-prags-italy_181624-21712.jpg", - }, - { - id: "p2", - name: "Swat & Kalam", - price: "$48", - variant: "3 Days", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-river-snow-covered-mountains-landscape-kashmir-state-india_1232-4803.jpg", - }, - { - id: "p3", - name: "Naran Valley", - price: "$48", - variant: "3 Days", - imageSrc: "http://img.b2bpic.net/free-photo/view-blue-lake-with-mountain_23-2148153623.jpg", - }, - { - id: "p4", - name: "Skardu Family Trip", - price: "Custom", - variant: "6 Days", - imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-mountains-daytime_181624-45208.jpg", - }, - { - id: "p5", - name: "Honeymoon Special", - price: "Custom", - variant: "Flexible", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-river-flowing-autumn-forest_181624-36993.jpg", - }, - { - id: "p6", - name: "Winter Special", - price: "Custom", - variant: "4 Days", - imageSrc: "http://img.b2bpic.net/free-photo/pixel-art-river-landscape-illustration_23-2151793184.jpg", - }, + { id: "p1", name: "Ratti Gali & Kel", price: "$48", variant: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-parco-naturale-di-fanes-sennes-braies-prags-italy_181624-21712.jpg" }, + { id: "p2", name: "Swat & Kalam", price: "$48", variant: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-river-snow-covered-mountains-landscape-kashmir-state-india_1232-4803.jpg" }, + { id: "p3", name: "Naran Valley", price: "$48", variant: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/view-blue-lake-with-mountain_23-2148153623.jpg" }, + { id: "p4", name: "Skardu Family Trip", price: "Custom", variant: "6 Days", imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-mountains-daytime_181624-45208.jpg" }, ]} title="Featured Packages" description="Handpicked experiences for your next adventure." @@ -188,16 +96,8 @@ export default function LandingPage() { title="Our Reach" tag="Milestones" metrics={[ - { - id: "mx1", - value: "15", - description: "Destinations explored", - }, - { - id: "mx2", - value: "100%", - description: "Customer satisfaction", - }, + { id: "mx1", value: "15", description: "Destinations explored" }, + { id: "mx2", value: "100%", description: "Customer satisfaction" }, ]} metricsAnimation="slide-up" /> @@ -207,33 +107,16 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1