Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-05 14:11:40 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Vlogs",
id: "#vlogs",
},
name: "Vlogs", id: "#vlogs"},
{
name: "Stats",
id: "#stats",
},
name: "Stats", id: "#stats"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Bachelor Vlogs"
/>
@@ -68,45 +54,28 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Welcome to Bachelor Vlogs Kannada!"
description="Join us for exciting adventures, daily life, and unforgettable experiences. Subscribe now, you'll love at least 1% sure!"
buttons={[
{
text: "Watch Latest Vlog",
href: "https://www.youtube.com/@bachelor_vlogs_kannada",
},
text: "Watch Latest Vlog", href: "https://www.youtube.com/@bachelor_vlogs_kannada"},
{
text: "Explore All Vlogs",
href: "#vlogs",
},
text: "Explore All Vlogs", href: "#vlogs"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/photographer-sea-evening-light-girl-with-camera-sunset_169016-69993.jpg",
imageAlt: "Vlogger filming a scenic travel destination",
},
imageSrc: "http://img.b2bpic.net/free-photo/photographer-sea-evening-light-girl-with-camera-sunset_169016-69993.jpg", imageAlt: "Vlogger filming a scenic travel destination"},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-barbecue-eating_23-2148733606.jpg",
imageAlt: "Friends enjoying street food",
},
imageSrc: "http://img.b2bpic.net/free-photo/friends-barbecue-eating_23-2148733606.jpg", imageAlt: "Friends enjoying street food"},
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-tourist-man-with-backpack_23-2148619911.jpg",
imageAlt: "Vlogger walking through a city",
},
imageSrc: "http://img.b2bpic.net/free-photo/back-view-tourist-man-with-backpack_23-2148619911.jpg", imageAlt: "Vlogger walking through a city"},
{
imageSrc: "http://img.b2bpic.net/free-photo/joyful-positive-mixed-race-two-young-women-show-peace-sign-with-both-hands-smile-happily_273609-23509.jpg",
imageAlt: "Vlogger recording a challenge reaction",
},
imageSrc: "http://img.b2bpic.net/free-photo/joyful-positive-mixed-race-two-young-women-show-peace-sign-with-both-hands-smile-happily_273609-23509.jpg", imageAlt: "Vlogger recording a challenge reaction"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-warrumbungle-national-park-mountains-blue-sky_1308-189549.jpg",
imageAlt: "Drone shot of a beautiful landscape",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-warrumbungle-national-park-mountains-blue-sky_1308-189549.jpg", imageAlt: "Drone shot of a beautiful landscape"},
{
imageSrc: "http://img.b2bpic.net/free-photo/camera-paper-sheet-near-computer_23-2147823719.jpg",
imageAlt: "Vlogger editing video on a laptop",
},
imageSrc: "http://img.b2bpic.net/free-photo/camera-paper-sheet-near-computer_23-2147823719.jpg", imageAlt: "Vlogger editing video on a laptop"},
]}
/>
</div>
@@ -117,9 +86,7 @@ export default function LandingPage() {
title="Your Daily Dose of Fun & Adventure"
buttons={[
{
text: "Subscribe on YouTube",
href: "https://www.youtube.com/@bachelor_vlogs_kannada",
},
text: "Subscribe on YouTube", href: "https://www.youtube.com/@bachelor_vlogs_kannada"},
]}
/>
</div>
@@ -131,23 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Travel & Exploration",
description: "Discover new places, cultures, and hidden gems with us. Every journey is an adventure!",
imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051630.jpg",
imageAlt: "Vlogger exploring a new city",
},
title: "Travel & Exploration", description: "Discover new places, cultures, and hidden gems with us. Every journey is an adventure!", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-without-covid-worries_23-2149051630.jpg", imageAlt: "Vlogger exploring a new city"},
{
title: "Food Adventures",
description: "Taste the world through our vlogs as we try local delicacies and explore diverse cuisines.",
imageSrc: "http://img.b2bpic.net/free-photo/pedestrians-crossing-road-with-bags_23-2148139905.jpg",
imageAlt: "Vlogger trying local street food",
},
title: "Food Adventures", description: "Taste the world through our vlogs as we try local delicacies and explore diverse cuisines.", imageSrc: "http://img.b2bpic.net/free-photo/pedestrians-crossing-road-with-bags_23-2148139905.jpg", imageAlt: "Vlogger trying local street food"},
{
title: "Daily Life & Challenges",
description: "Get a candid look into our daily lives, fun challenges, and behind-the-scenes moments.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-workplace-white-yellow-colors-with-photo-frame_23-2147878419.jpg",
imageAlt: "Vlogger sharing daily life moments",
},
title: "Daily Life & Challenges", description: "Get a candid look into our daily lives, fun challenges, and behind-the-scenes moments.", imageSrc: "http://img.b2bpic.net/free-photo/modern-workplace-white-yellow-colors-with-photo-frame_23-2147878419.jpg", imageAlt: "Vlogger sharing daily life moments"},
]}
title="What Makes Our Vlogs Unique?"
description="From thrilling escapades to everyday joys, we bring you content that's always engaging and authentic."
@@ -162,47 +117,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "vlog-1",
name: "Bangalore City Tour",
price: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/palace-hidden-by-trees_1353-215.jpg",
imageAlt: "Thumbnail of Bangalore City Tour vlog",
},
id: "vlog-1", name: "Bangalore City Tour", price: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/palace-hidden-by-trees_1353-215.jpg", imageAlt: "Thumbnail of Bangalore City Tour vlog"},
{
id: "vlog-2",
name: "Bachelor Cooking Challenge",
price: "Trending",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161773.jpg",
imageAlt: "Thumbnail of Bachelor Cooking Challenge vlog",
},
id: "vlog-2", name: "Bachelor Cooking Challenge", price: "Trending", imageSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161773.jpg", imageAlt: "Thumbnail of Bachelor Cooking Challenge vlog"},
{
id: "vlog-3",
name: "Adventure Park Fun",
price: "Must Watch",
imageSrc: "http://img.b2bpic.net/free-photo/friends-together_53876-94889.jpg",
imageAlt: "Thumbnail of Adventure Park Fun vlog",
},
id: "vlog-3", name: "Adventure Park Fun", price: "Must Watch", imageSrc: "http://img.b2bpic.net/free-photo/friends-together_53876-94889.jpg", imageAlt: "Thumbnail of Adventure Park Fun vlog"},
{
id: "vlog-4",
name: "Karnataka Road Trip",
price: "New Series",
imageSrc: "http://img.b2bpic.net/free-photo/rv-road-trip-through-mountains_23-2151948165.jpg",
imageAlt: "Thumbnail of Karnataka Road Trip vlog",
},
id: "vlog-4", name: "Karnataka Road Trip", price: "New Series", imageSrc: "http://img.b2bpic.net/free-photo/rv-road-trip-through-mountains_23-2151948165.jpg", imageAlt: "Thumbnail of Karnataka Road Trip vlog"},
{
id: "vlog-5",
name: "Tech Gadgets for Vloggers",
price: "Review",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169235.jpg",
imageAlt: "Thumbnail of Tech Gadgets for Vloggers review",
},
id: "vlog-5", name: "Tech Gadgets for Vloggers", price: "Review", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169235.jpg", imageAlt: "Thumbnail of Tech Gadgets for Vloggers review"},
{
id: "vlog-6",
name: "Festival Celebrations",
price: "Special",
imageSrc: "http://img.b2bpic.net/free-photo/crowded-indian-city_23-2151765653.jpg",
imageAlt: "Thumbnail of Festival Celebrations vlog",
},
id: "vlog-6", name: "Festival Celebrations", price: "Special", imageSrc: "http://img.b2bpic.net/free-photo/crowded-indian-city_23-2151765653.jpg", imageAlt: "Thumbnail of Festival Celebrations vlog"},
]}
title="Our Top Vlogs & Playlists"
description="Catch up on our most popular videos and curated playlists that our community loves!"
@@ -211,35 +136,21 @@ export default function LandingPage() {
<div id="stats" data-section="stats">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100K+",
title: "Subscribers",
items: [
"Growing community",
"Engaged audience",
],
id: "m1", value: "100K+", title: "Subscribers", items: [
"Growing community", "Engaged audience"],
},
{
id: "m2",
value: "300+",
title: "Videos",
items: [
"Diverse content",
"Regular uploads",
],
id: "m2", value: "300+", title: "Videos", items: [
"Diverse content", "Regular uploads"],
},
{
id: "m3",
value: "5M+",
title: "Total Views",
items: [
"Broad reach",
"Popular content",
],
id: "m3", value: "5M+", title: "Total Views", items: [
"Broad reach", "Popular content"],
},
]}
title="Our Vlogging Journey So Far"
@@ -254,45 +165,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Anil Kumar",
handle: "@Anil_Vlogs",
testimonial: "Bachelor Vlogs Kannada always brings a smile to my face! Their content is so relatable and entertaining. Keep up the great work!",
imageSrc: "http://img.b2bpic.net/free-photo/home-affairs-family-relationship-concept-young-handsome-man-with-afro-hairstyle_273609-8922.jpg",
imageAlt: "Anil Kumar",
},
id: "1", name: "Anil Kumar", handle: "@Anil_Vlogs", testimonial: "Bachelor Vlogs Kannada always brings a smile to my face! Their content is so relatable and entertaining. Keep up the great work!", imageSrc: "http://img.b2bpic.net/free-photo/home-affairs-family-relationship-concept-young-handsome-man-with-afro-hairstyle_273609-8922.jpg", imageAlt: "Anil Kumar"},
{
id: "2",
name: "Priya Sharma",
handle: "@PriyaExplorer",
testimonial: "I love the travel vlogs! They inspire me to explore new places. The quality and storytelling are top-notch.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg",
imageAlt: "Priya Sharma",
},
id: "2", name: "Priya Sharma", handle: "@PriyaExplorer", testimonial: "I love the travel vlogs! They inspire me to explore new places. The quality and storytelling are top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg", imageAlt: "Priya Sharma"},
{
id: "3",
name: "Rahul Singh",
handle: "@RahulFoodie",
testimonial: "The food adventures are my favorite! I've discovered so many new places to eat because of Bachelor Vlogs. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-phone-call_1098-16660.jpg",
imageAlt: "Rahul Singh",
},
id: "3", name: "Rahul Singh", handle: "@RahulFoodie", testimonial: "The food adventures are my favorite! I've discovered so many new places to eat because of Bachelor Vlogs. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/joyful-phone-call_1098-16660.jpg", imageAlt: "Rahul Singh"},
{
id: "4",
name: "Meena Devi",
handle: "@MeenaLife",
testimonial: "Their daily life vlogs are so authentic and fun. It feels like watching friends. Always looking forward to their new uploads!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg",
imageAlt: "Meena Devi",
},
id: "4", name: "Meena Devi", handle: "@MeenaLife", testimonial: "Their daily life vlogs are so authentic and fun. It feels like watching friends. Always looking forward to their new uploads!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Meena Devi"},
{
id: "5",
name: "Suresh Rao",
handle: "@SureshTech",
testimonial: "Great content, engaging hosts, and always something new to learn or experience. This channel is a hidden gem!",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-man-talking-with-rehab-patients_23-2148398465.jpg",
imageAlt: "Suresh Rao",
},
id: "5", name: "Suresh Rao", handle: "@SureshTech", testimonial: "Great content, engaging hosts, and always something new to learn or experience. This channel is a hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/thinking-man-talking-with-rehab-patients_23-2148398465.jpg", imageAlt: "Suresh Rao"},
]}
title="What Our Viewers Say"
description="Hear directly from our dedicated community about their favorite Bachelor Vlogs moments and why they keep coming back."
@@ -305,20 +186,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "How often do you upload new vlogs?",
content: "We strive to upload new vlogs weekly, usually on weekends. Make sure to subscribe and hit the notification bell so you don't miss out!",
},
id: "faq-1", title: "How often do you upload new vlogs?", content: "We strive to upload new vlogs weekly, usually on weekends. Make sure to subscribe and hit the notification bell so you don't miss out!"},
{
id: "faq-2",
title: "What kind of content do you primarily focus on?",
content: "Our channel primarily focuses on travel, food adventures, daily life experiences, and fun challenges, all presented in Kannada.",
},
id: "faq-2", title: "What kind of content do you primarily focus on?", content: "Our channel primarily focuses on travel, food adventures, daily life experiences, and fun challenges, all presented in Kannada."},
{
id: "faq-3",
title: "How can I collaborate with Bachelor Vlogs?",
content: "For collaboration inquiries, please reach out to us directly on Instagram: 3731_unknown. We're always open to exciting partnerships!",
},
id: "faq-3", title: "How can I collaborate with Bachelor Vlogs?", content: "For collaboration inquiries, please reach out to us directly on Instagram: 3731_unknown. We're always open to exciting partnerships!"},
]}
title="Frequently Asked Questions"
description="Got questions about our channel, content, or collaborations? Find answers to the most common queries here."
@@ -335,38 +207,11 @@ export default function LandingPage() {
description="Stay connected with us! Get the inside scoop on upcoming vlogs, exclusive behind-the-scenes content, and exciting news."
blogs={[
{
id: "blog-post-1",
category: "Behind The Scenes",
title: "A Day in the Life of a Vlogger",
excerpt: "Ever wondered what goes into creating our vlogs? Join us for an exclusive look behind the camera, from planning to shooting.",
imageSrc: "http://img.b2bpic.net/free-photo/vlogger-making-sport-tutorials_23-2149151578.jpg",
imageAlt: "Vlogger filming behind the scenes",
authorName: "Team Bachelor Vlogs",
authorAvatar: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328302.jpg",
date: "May 10, 2024",
},
id: "blog-post-1", category: "Behind The Scenes", title: "A Day in the Life of a Vlogger", excerpt: "Ever wondered what goes into creating our vlogs? Join us for an exclusive look behind the camera, from planning to shooting.", imageSrc: "http://img.b2bpic.net/free-photo/vlogger-making-sport-tutorials_23-2149151578.jpg", imageAlt: "Vlogger filming behind the scenes", authorName: "Team Bachelor Vlogs", authorAvatar: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328302.jpg", date: "May 10, 2024"},
{
id: "blog-post-2",
category: "Updates",
title: "Upcoming Travel Plans: Get Ready!",
excerpt: "We're gearing up for our next big adventure! Find out where we're headed next and what exciting content is coming your way.",
imageSrc: "http://img.b2bpic.net/free-photo/female-cad-engineer-manufacturing-industrial-product-woring-with-technical-software-create-engine-turbine-gears-industry-production-freelancer-using-engineering-setup_482257-49866.jpg",
imageAlt: "Vlogger editing video on laptop",
authorName: "Team Bachelor Vlogs",
authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-sunny-fashion-portrait-young-stylish-woman-walking-street-with-camera-smiling-enjoy-weekends-make-photo-her-travel-old-retro-photocamera-vintage_639032-2502.jpg",
date: "May 5, 2024",
},
id: "blog-post-2", category: "Updates", title: "Upcoming Travel Plans: Get Ready!", excerpt: "We're gearing up for our next big adventure! Find out where we're headed next and what exciting content is coming your way.", imageSrc: "http://img.b2bpic.net/free-photo/female-cad-engineer-manufacturing-industrial-product-woring-with-technical-software-create-engine-turbine-gears-industry-production-freelancer-using-engineering-setup_482257-49866.jpg", imageAlt: "Vlogger editing video on laptop", authorName: "Team Bachelor Vlogs", authorAvatar: "http://img.b2bpic.net/free-photo/lifestyle-sunny-fashion-portrait-young-stylish-woman-walking-street-with-camera-smiling-enjoy-weekends-make-photo-her-travel-old-retro-photocamera-vintage_639032-2502.jpg", date: "May 5, 2024"},
{
id: "blog-post-3",
category: "Tips & Tricks",
title: "Our Top 5 Vlogging Tips for Beginners",
excerpt: "Thinking of starting your own vlog? We share our essential tips and tricks to help you kickstart your vlogging journey.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-water-cliffs-sunset-clouded-sky_181624-39562.jpg",
imageAlt: "Scenic view for vlog inspiration",
authorName: "Team Bachelor Vlogs",
authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-holding-hands-face-white-shirt-mint-green-cardigan-looking-happy_176474-88061.jpg",
date: "April 28, 2024",
},
id: "blog-post-3", category: "Tips & Tricks", title: "Our Top 5 Vlogging Tips for Beginners", excerpt: "Thinking of starting your own vlog? We share our essential tips and tricks to help you kickstart your vlogging journey.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-water-cliffs-sunset-clouded-sky_181624-39562.jpg", imageAlt: "Scenic view for vlog inspiration", authorName: "Team Bachelor Vlogs", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-holding-hands-face-white-shirt-mint-green-cardigan-looking-happy_176474-88061.jpg", date: "April 28, 2024"},
]}
/>
</div>
@@ -375,20 +220,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Collaborate with Bachelor Vlogs"
description="Interested in a partnership, brand promotion, or have a query? Reach out to us for collaborations and inquiries. Find us on Instagram: 3731_unknown."
buttons={[
{
text: "Connect on Instagram",
href: "https://www.instagram.com/3731_unknown",
},
text: "Connect on Instagram", href: "https://www.instagram.com/3731_unknown"},
{
text: "Email Us",
href: "mailto:bachelorvlogs@example.com",
},
text: "Email Us", href: "mailto:bachelorvlogs@example.com"},
]}
/>
</div>
@@ -397,50 +237,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Vlogs",
href: "#vlogs",
},
label: "Vlogs", href: "#vlogs"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://www.instagram.com/3731_unknown",
},
label: "Instagram", href: "https://www.instagram.com/3731_unknown"},
{
label: "YouTube",
href: "https://www.youtube.com/@bachelor_vlogs_kannada",
},
label: "YouTube", href: "https://www.youtube.com/@bachelor_vlogs_kannada"},
{
label: "Collaborate",
href: "#contact",
},
label: "Collaborate", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}