From d484dcdf18f4b7c1bc557696b418110ff4a1a680 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:13:39 +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 79eb315..dee270d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; import ContactText from "@/components/sections/contact/ContactText"; -import { MapPin, Mountain, Globe, Users, Layers, Droplets, Leaf, Bird, Flower, Gem, Trees, Zap, Shield, Road, Plane, Building2, Wifi, BarChart3, TrendingUp, Sparkles } from "lucide-react"; +import { MapPin, Mountain, Globe, Users, Layers, Droplets, Leaf, Bird, Flower, Gem, Trees, Zap, Shield, Plane, Building2, Wifi, BarChart3, TrendingUp, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -50,8 +50,8 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-snowy-valley-rocks-sky_181624-10312.jpg", imageAlt: "Altai Mountains landscape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg?_wi=1", imageAlt: "Altai region map" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg?_wi=1", imageAlt: "Mountain lake in Altai" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg", imageAlt: "Altai region map" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg", imageAlt: "Mountain lake in Altai" } ]} buttons={[ { text: "Begin Presentation", href: "#geography" } @@ -95,8 +95,8 @@ export default function LandingPage() { title="Climate and Seasonal Patterns" description="Understand the distinct seasonal variations and climate zones across the Altai territory." products={[ - { id: "1", name: "Alpine Climate", price: "High Mountains", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg?_wi=1", imageAlt: "Alpine climate" }, - { id: "2", name: "Continental Climate", price: "Mid Elevations", imageSrc: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg?_wi=1", imageAlt: "Continental climate" }, + { id: "1", name: "Alpine Climate", price: "High Mountains", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg", imageAlt: "Alpine climate" }, + { id: "2", name: "Continental Climate", price: "Mid Elevations", imageSrc: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg", imageAlt: "Continental climate" }, { id: "3", name: "Temperate Climate", price: "Valley Regions", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-bastei-bridge-germany-covered-with-trees-clear-blue-sky_181624-14764.jpg", imageAlt: "Temperate climate" } ]} gridVariant="three-columns-all-equal-width" @@ -128,7 +128,7 @@ export default function LandingPage() { groups={[ { id: "main-groups", groupTitle: "Main Ethnic Groups", members: [ - { id: "1", title: "Altai People", subtitle: "Primary Indigenous Group", detail: "Turkic-speaking people with deep cultural roots in the mountains", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers-outside_23-2149029479.jpg?_wi=1", imageAlt: "Altai people" }, + { id: "1", title: "Altai People", subtitle: "Primary Indigenous Group", detail: "Turkic-speaking people with deep cultural roots in the mountains", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers-outside_23-2149029479.jpg", imageAlt: "Altai people" }, { id: "2", title: "Kazakh Communities", subtitle: "Eastern Settlements", detail: "Nomadic pastoralist groups in the eastern Altai regions", imageSrc: "http://img.b2bpic.net/free-photo/friensds-enjoying-their-winter-camping_23-2149228924.jpg", imageAlt: "Kazakh communities" } ] } @@ -158,9 +158,9 @@ export default function LandingPage() { title="Historical Significance" description="Explore the key historical periods and events that shaped the Altai territory." blogs={[ - { id: "1", category: "Ancient History", title: "Early Settlement Periods", excerpt: "Archaeological evidence suggests human habitation dating back thousands of years with distinct cultural phases and trade routes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg?_wi=2", imageAlt: "Ancient settlement", authorName: "Historical Records", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg", date: "Ancient Times" }, - { id: "2", category: "Medieval Era", title: "Silk Road Connections", excerpt: "The Altai region served as an important junction point for trade and cultural exchange between East and West.", imageSrc: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg?_wi=2", imageAlt: "Silk Road", authorName: "Trade History", authorAvatar: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg", date: "6th-16th Centuries" }, - { id: "3", category: "Modern History", title: "Contemporary Development", excerpt: "The region has undergone significant changes in governance, infrastructure, and economic development over the past centuries.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg?_wi=1", imageAlt: "Modern development", authorName: "Modern Era", authorAvatar: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", date: "17th Century-Present" } + { id: "1", category: "Ancient History", title: "Early Settlement Periods", excerpt: "Archaeological evidence suggests human habitation dating back thousands of years with distinct cultural phases and trade routes.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg", imageAlt: "Ancient settlement", authorName: "Historical Records", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-exploring-nature-while-looking-map_23-2148647982.jpg", date: "Ancient Times" }, + { id: "2", category: "Medieval Era", title: "Silk Road Connections", excerpt: "The Altai region served as an important junction point for trade and cultural exchange between East and West.", imageSrc: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg", imageAlt: "Silk Road", authorName: "Trade History", authorAvatar: "http://img.b2bpic.net/free-photo/couple-travelers-climbing-mountain_1098-12906.jpg", date: "6th-16th Centuries" }, + { id: "3", category: "Modern History", title: "Contemporary Development", excerpt: "The region has undergone significant changes in governance, infrastructure, and economic development over the past centuries.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", imageAlt: "Modern development", authorName: "Modern Era", authorAvatar: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", date: "17th Century-Present" } ]} animationType="slide-up" textboxLayout="default" @@ -222,9 +222,9 @@ export default function LandingPage() { title="Economic Sectors and Development" description="Key economic activities that drive growth and employment in the Altai territory." blogs={[ - { id: "1", category: "Primary Industry", title: "Mining and Extraction", excerpt: "The mining sector remains a significant economic driver with operations in gold, silver, and other valuable minerals.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg?_wi=2", imageAlt: "Mining", authorName: "Economic Data", authorAvatar: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", date: "Primary Economic Activity" }, - { id: "2", category: "Tourism Industry", title: "Emerging Tourism Economy", excerpt: "Growing tourism sector contributing significantly to regional employment and foreign exchange earnings.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg?_wi=2", imageAlt: "Tourism", authorName: "Tourism Statistics", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg", date: "Rapidly Developing Sector" }, - { id: "3", category: "Agriculture", title: "Agricultural Practices", excerpt: "Traditional and modern agricultural methods supporting local communities and regional food security.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg?_wi=2", imageAlt: "Agriculture", authorName: "Agricultural Report", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg", date: "Sustainable Sector" } + { id: "1", category: "Primary Industry", title: "Mining and Extraction", excerpt: "The mining sector remains a significant economic driver with operations in gold, silver, and other valuable minerals.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", imageAlt: "Mining", authorName: "Economic Data", authorAvatar: "http://img.b2bpic.net/free-photo/overhead-shot-road-surrounded-by-mountains-agricultural-field-countryside_181624-15449.jpg", date: "Primary Economic Activity" }, + { id: "2", category: "Tourism Industry", title: "Emerging Tourism Economy", excerpt: "Growing tourism sector contributing significantly to regional employment and foreign exchange earnings.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg", imageAlt: "Tourism", authorName: "Tourism Statistics", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-shot-lake-reflecting-trees-mountains-shore-clear-blue-sky_181624-7688.jpg", date: "Rapidly Developing Sector" }, + { id: "3", category: "Agriculture", title: "Agricultural Practices", excerpt: "Traditional and modern agricultural methods supporting local communities and regional food security.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg", imageAlt: "Agriculture", authorName: "Agricultural Report", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-view-path-carpathian-mountains-focus-flowers_176420-7167.jpg", date: "Sustainable Sector" } ]} animationType="slide-up" textboxLayout="default" @@ -237,10 +237,10 @@ export default function LandingPage() {