Update src/app/page.tsx
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Videos",
|
||||
id: "#videos",
|
||||
},
|
||||
name: "Videos", id: "#videos"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#community",
|
||||
},
|
||||
name: "Community", id: "#community"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EOeRFeQeSpCQxS0Wzmxus8LY6D/uploaded-1780054259764-wao08aeo.jpg"
|
||||
logoAlt="MartinX10 Logo"
|
||||
@@ -69,13 +57,9 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe on YouTube",
|
||||
href: "https://www.youtube.com/@MartinX10",
|
||||
},
|
||||
text: "Subscribe on YouTube", href: "https://www.youtube.com/@MartinX10"},
|
||||
{
|
||||
text: "Watch Latest Vlog",
|
||||
href: "https://www.youtube.com/@MartinX10/videos",
|
||||
},
|
||||
text: "Watch Latest Vlog", href: "https://www.youtube.com/@MartinX10/videos"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-friends-taking-selfie-night_23-2150204414.jpg"
|
||||
@@ -87,25 +71,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-collected-hair-sunglasses-leather-jacket-is-making-selfie-smartphone-with-true-happy-emotions_291650-2304.jpg",
|
||||
alt: "Excited lovely girl with collected hair in sunglasses and leather jacket is making selfie on smartphone with true happy emotions",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-collected-hair-sunglasses-leather-jacket-is-making-selfie-smartphone-with-true-happy-emotions_291650-2304.jpg", alt: "Excited lovely girl with collected hair in sunglasses and leather jacket is making selfie on smartphone with true happy emotions"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg",
|
||||
alt: "Smiling beautiful girl in sportswear taking a selfie, showing a big finger",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", alt: "Smiling beautiful girl in sportswear taking a selfie, showing a big finger"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-mobile-phone-forest_23-2148148701.jpg",
|
||||
alt: "Smiling young woman taking selfie on mobile phone in the forest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-mobile-phone-forest_23-2148148701.jpg", alt: "Smiling young woman taking selfie on mobile phone in the forest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-hiker-celebrating-his-personal-achievement-mountain-top_482257-125546.jpg",
|
||||
alt: "Pleased hiker celebrating his personal achievement on mountain top",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-hiker-celebrating-his-personal-achievement-mountain-top_482257-125546.jpg", alt: "Pleased hiker celebrating his personal achievement on mountain top"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outdoors_23-2150188336.jpg",
|
||||
alt: "Medium shot woman posing outdoors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outdoors_23-2150188336.jpg", alt: "Medium shot woman posing outdoors"},
|
||||
]}
|
||||
avatarText="Join 1K+ other adventurers!"
|
||||
/>
|
||||
@@ -131,65 +105,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "vlog-1",
|
||||
brand: "Travel",
|
||||
name: "Unforgettable Journey",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "1.2K views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-blogger-records-video-herself-while-doing-hairstyle-showing-makeup-lifehacks-social_1258-281810.jpg",
|
||||
imageAlt: "youtube travel vlog thumbnail vibrant",
|
||||
},
|
||||
id: "vlog-1", brand: "Travel", name: "Unforgettable Journey", price: "Free", rating: 5,
|
||||
reviewCount: "1.2K views", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-blogger-records-video-herself-while-doing-hairstyle-showing-makeup-lifehacks-social_1258-281810.jpg", imageAlt: "youtube travel vlog thumbnail vibrant"},
|
||||
{
|
||||
id: "vlog-2",
|
||||
brand: "Daily Life",
|
||||
name: "My Craziest Day",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "980 views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-making-grimaces-together_23-2150172165.jpg",
|
||||
imageAlt: "youtube daily adventure thumbnail action",
|
||||
},
|
||||
id: "vlog-2", brand: "Daily Life", name: "My Craziest Day", price: "Free", rating: 5,
|
||||
reviewCount: "980 views", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-making-grimaces-together_23-2150172165.jpg", imageAlt: "youtube daily adventure thumbnail action"},
|
||||
{
|
||||
id: "vlog-3",
|
||||
brand: "Behind Scenes",
|
||||
name: "Vlog Editing Secrets",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "1.5K views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-make-up-products-online-with-smartphone_23-2148771571.jpg",
|
||||
imageAlt: "youtube behind scenes vlog thumbnail tech",
|
||||
},
|
||||
id: "vlog-3", brand: "Behind Scenes", name: "Vlog Editing Secrets", price: "Free", rating: 5,
|
||||
reviewCount: "1.5K views", imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-streaming-make-up-products-online-with-smartphone_23-2148771571.jpg", imageAlt: "youtube behind scenes vlog thumbnail tech"},
|
||||
{
|
||||
id: "vlog-4",
|
||||
brand: "Personal",
|
||||
name: "A Day in My Life",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "800 views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/psychology-expert-writing-progress-client-therapy-meeting_482257-115508.jpg",
|
||||
imageAlt: "youtube personal experience thumbnail reflective",
|
||||
},
|
||||
id: "vlog-4", brand: "Personal", name: "A Day in My Life", price: "Free", rating: 5,
|
||||
reviewCount: "800 views", imageSrc: "http://img.b2bpic.net/free-photo/psychology-expert-writing-progress-client-therapy-meeting_482257-115508.jpg", imageAlt: "youtube personal experience thumbnail reflective"},
|
||||
{
|
||||
id: "vlog-5",
|
||||
brand: "Travel",
|
||||
name: "Exploring Hidden Gems",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "1.1K views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-long-legs-with-hig-heels-girl-wear-hat-sitting-roof-old-retro-minivan-listening-music-from-mobile-phone_627829-10531.jpg",
|
||||
imageAlt: "youtube cultural travel vlog thumbnail vibrant",
|
||||
},
|
||||
id: "vlog-5", brand: "Travel", name: "Exploring Hidden Gems", price: "Free", rating: 5,
|
||||
reviewCount: "1.1K views", imageSrc: "http://img.b2bpic.net/free-photo/amazing-long-legs-with-hig-heels-girl-wear-hat-sitting-roof-old-retro-minivan-listening-music-from-mobile-phone_627829-10531.jpg", imageAlt: "youtube cultural travel vlog thumbnail vibrant"},
|
||||
{
|
||||
id: "vlog-6",
|
||||
brand: "Challenge",
|
||||
name: "Extreme Adventure",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "2.3K views",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139058.jpg",
|
||||
imageAlt: "youtube extreme adventure thumbnail high-octane",
|
||||
},
|
||||
id: "vlog-6", brand: "Challenge", name: "Extreme Adventure", price: "Free", rating: 5,
|
||||
reviewCount: "2.3K views", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139058.jpg", imageAlt: "youtube extreme adventure thumbnail high-octane"},
|
||||
]}
|
||||
title="Featured Vlogs & Videos"
|
||||
description="Dive into my latest adventures, behind-the-scenes moments, and personal experiences. Watch, enjoy, and subscribe!"
|
||||
@@ -209,52 +141,22 @@ export default function LandingPage() {
|
||||
buttonAnimation="none"
|
||||
blogs={[
|
||||
{
|
||||
id: "pic-1",
|
||||
category: "Travel",
|
||||
title: "Mountain Views",
|
||||
excerpt: "Breathtaking landscapes and unforgettable horizons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-girl-with-her-camera-her-right-hand_1150-421.jpg",
|
||||
imageAlt: "cinematic travel landscape photo",
|
||||
id: "pic-1", category: "Travel", title: "Mountain Views", excerpt: "Breathtaking landscapes and unforgettable horizons.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-girl-with-her-camera-her-right-hand_1150-421.jpg", imageAlt: "cinematic travel landscape photo", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "July 20, 2024"
|
||||
},
|
||||
{
|
||||
id: "pic-2",
|
||||
category: "Culture",
|
||||
title: "Street Stories",
|
||||
excerpt: "Capturing the vibrant pulse of local life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-trendy-girl-with-waving-hair-wearing-black-top-blue-shirt-is-holding-sunglasses-looking-aside-while-walking-sunny-street-with-exotic-plants-background_291650-2665.jpg",
|
||||
imageAlt: "energetic candid travel photo",
|
||||
id: "pic-2", category: "Culture", title: "Street Stories", excerpt: "Capturing the vibrant pulse of local life.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-trendy-girl-with-waving-hair-wearing-black-top-blue-shirt-is-holding-sunglasses-looking-aside-while-walking-sunny-street-with-exotic-plants-background_291650-2665.jpg", imageAlt: "energetic candid travel photo", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "July 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "pic-3",
|
||||
category: "Behind Scenes",
|
||||
title: "Creator's Den",
|
||||
excerpt: "Where ideas come to life, pixel by pixel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-programmer-remotely-working-home-office-writing-code-computer_482257-118283.jpg",
|
||||
imageAlt: "tech-inspired editing workspace photo",
|
||||
id: "pic-3", category: "Behind Scenes", title: "Creator's Den", excerpt: "Where ideas come to life, pixel by pixel.", imageSrc: "http://img.b2bpic.net/free-photo/black-programmer-remotely-working-home-office-writing-code-computer_482257-118283.jpg", imageAlt: "tech-inspired editing workspace photo", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "July 10, 2024"
|
||||
},
|
||||
{
|
||||
id: "pic-4",
|
||||
category: "Lifestyle",
|
||||
title: "Action Moments",
|
||||
excerpt: "Pushing limits and embracing new challenges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hip-hop-dancers-posing-mid-air_23-2148497008.jpg",
|
||||
imageAlt: "dynamic action shot youth sport",
|
||||
id: "pic-4", category: "Lifestyle", title: "Action Moments", excerpt: "Pushing limits and embracing new challenges.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hip-hop-dancers-posing-mid-air_23-2148497008.jpg", imageAlt: "dynamic action shot youth sport", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "July 5, 2024"
|
||||
},
|
||||
{
|
||||
id: "pic-5",
|
||||
category: "Urban",
|
||||
title: "Cityscapes",
|
||||
excerpt: "Exploring the concrete jungle's hidden gems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-electric-scooter-outdoors_23-2149383277.jpg",
|
||||
imageAlt: "cinematic urban landscape architecture",
|
||||
id: "pic-5", category: "Urban", title: "Cityscapes", excerpt: "Exploring the concrete jungle's hidden gems.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-electric-scooter-outdoors_23-2149383277.jpg", imageAlt: "cinematic urban landscape architecture", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "June 30, 2024"
|
||||
},
|
||||
{
|
||||
id: "pic-6",
|
||||
category: "Artistic",
|
||||
title: "Reflections",
|
||||
excerpt: "A deeper look into the moments that matter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020020.jpg",
|
||||
imageAlt: "high contrast black white portrait",
|
||||
id: "pic-6", category: "Artistic", title: "Reflections", excerpt: "A deeper look into the moments that matter.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020020.jpg", imageAlt: "high contrast black white portrait", authorName: "MartinX10", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-beautiful-girl-sportswear-taking-selfie-showing-big-finger_8353-6343.jpg", date: "June 25, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -267,23 +169,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "subscribers",
|
||||
icon: Users,
|
||||
title: "Subscribers",
|
||||
value: "1,000+",
|
||||
},
|
||||
id: "subscribers", icon: Users,
|
||||
title: "Subscribers", value: "1,000+"},
|
||||
{
|
||||
id: "views",
|
||||
icon: Eye,
|
||||
title: "Total Views",
|
||||
value: "150K+",
|
||||
},
|
||||
id: "views", icon: Eye,
|
||||
title: "Total Views", value: "150K+"},
|
||||
{
|
||||
id: "videos",
|
||||
icon: Film,
|
||||
title: "Vlogs Published",
|
||||
value: "50+",
|
||||
},
|
||||
id: "videos", icon: Film,
|
||||
title: "Vlogs Published", value: "50+"},
|
||||
]}
|
||||
title="Join the MartinX10 Journey"
|
||||
description="Be part of an awesome community! Subscribe for new vlogs, adventures, and exclusive content. Let's grow together!"
|
||||
@@ -297,14 +190,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CreatorForge",
|
||||
"AdventureLens",
|
||||
"VlogVibe",
|
||||
"EditFlow Pro",
|
||||
"InsightMetrics",
|
||||
"StreamEarn",
|
||||
"GlobalLens Network",
|
||||
]}
|
||||
"CreatorForge", "AdventureLens", "VlogVibe", "EditFlow Pro", "InsightMetrics", "StreamEarn", "GlobalLens Network"]}
|
||||
title="Trusted by Growing Creators"
|
||||
description="Partnering with leading brands and platforms to bring you the best content."
|
||||
tagAnimation="none"
|
||||
@@ -321,28 +207,17 @@ export default function LandingPage() {
|
||||
description="Have a question, collaboration idea, or just want to say hello? Reach out to me!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301594.jpg"
|
||||
@@ -361,49 +236,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Videos",
|
||||
href: "#videos",
|
||||
},
|
||||
label: "Videos", href: "#videos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#community",
|
||||
},
|
||||
label: "Community", href: "#community"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://www.youtube.com/@MartinX10",
|
||||
},
|
||||
label: "YouTube", href: "https://www.youtube.com/@MartinX10"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/martinx10",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/martinx10"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://www.tiktok.com/@martinx10",
|
||||
},
|
||||
label: "TikTok", href: "https://www.tiktok.com/@martinx10"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user