Merge version_1 into main #2
327
src/app/page.tsx
327
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Cerita Mini",
|
||||
id: "#cerita-mini",
|
||||
},
|
||||
name: "Cerita Mini", id: "#cerita-mini"},
|
||||
{
|
||||
name: "Cerita Pendek",
|
||||
id: "#cerita-pendek",
|
||||
},
|
||||
name: "Cerita Pendek", id: "#cerita-pendek"},
|
||||
{
|
||||
name: "Artikel",
|
||||
id: "#artikel",
|
||||
},
|
||||
name: "Artikel", id: "#artikel"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Viendy's Blog"
|
||||
/>
|
||||
@@ -64,90 +52,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
imagePosition="right"
|
||||
title="Welcome to Viendy's Blog"
|
||||
description="Dive into captivating stories, insightful articles, and intriguing science narratives. A space where imagination meets knowledge, crafted by Viendy Octavian."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Stories Told",
|
||||
},
|
||||
value: "100+", label: "Stories Told"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Readers Engaged",
|
||||
},
|
||||
value: "10K+", label: "Readers Engaged"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years Blogging",
|
||||
},
|
||||
value: "5+", label: "Years Blogging"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Storytelling & More"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Stories",
|
||||
href: "#artikel",
|
||||
},
|
||||
text: "Explore Stories", href: "#artikel"},
|
||||
{
|
||||
text: "About Viendy",
|
||||
href: "#about",
|
||||
},
|
||||
text: "About Viendy", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ill-little-boy-wearing-warm-hat-scarf-wrapped-blanketshowing-speech-bubble-sign-with-word-idea-looking-being-surprised-standing-orange-wall_141793-51870.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ill-little-boy-wearing-warm-hat-scarf-wrapped-blanketshowing-speech-bubble-sign-with-word-idea-looking-being-surprised-standing-orange-wall_141793-51870.jpg"
|
||||
imageAlt="Creative workspace with notebook and coffee, evoking storytelling and inspiration"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-artist-posing-with-brush_23-2149050564.jpg",
|
||||
alt: "Close up artist posing with brush",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-artist-posing-with-brush_23-2149050564.jpg", alt: "Close up artist posing with brush"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489836.jpg",
|
||||
alt: "Teenager in the light of movie projector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489836.jpg", alt: "Teenager in the light of movie projector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/urban-portrait-young-ginger-man_23-2149122914.jpg",
|
||||
alt: "Urban portrait of young ginger man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/urban-portrait-young-ginger-man_23-2149122914.jpg", alt: "Urban portrait of young ginger man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg",
|
||||
alt: "Portrait of handsome bearded man in suit",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705921.jpg", alt: "Portrait of handsome bearded man in suit"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg",
|
||||
alt: "Nervous puzzled woman banker bites lips and worries",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg", alt: "Nervous puzzled woman banker bites lips and worries"},
|
||||
]}
|
||||
avatarText="Join our 10K+ readers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/open-book-with-light-bulb_1232-1408.jpg",
|
||||
alt: "Open book with a light bulb",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/open-book-with-light-bulb_1232-1408.jpg", alt: "Open book with a light bulb"},
|
||||
{
|
||||
type: "text-icon", text: "Inspiring Creativity", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Inspiring Creativity",
|
||||
icon: Lightbulb,
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/overhead-view-paper-light-bulb-white-closed-spiral-notebook-white-surface_140725-94255.jpg", alt: "Overhead view of paper light bulb on white closed spiral notebook on white surface"},
|
||||
{
|
||||
type: "text-icon", text: "New Worlds Unfold", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/overhead-view-paper-light-bulb-white-closed-spiral-notebook-white-surface_140725-94255.jpg",
|
||||
alt: "Overhead view of paper light bulb on white closed spiral notebook on white surface",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "New Worlds Unfold",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/blank-book-with-lit-lightbulb-top_1232-525.jpg",
|
||||
alt: "Blank book with a lit lightbulb on top",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/blank-book-with-lit-lightbulb-top_1232-525.jpg", alt: "Blank book with a lit lightbulb on top"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -159,15 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Rasa yang Kita Semua Kenal",
|
||||
},
|
||||
type: "text", content: "Rasa yang Kita Semua Kenal"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More About Me",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More About Me", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,46 +129,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cerita Mini",
|
||||
description: "Short, delightful tales perfect for a quick read, offering a glimpse into various imaginative worlds and characters.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-watching-tv_23-2150232599.jpg",
|
||||
imageAlt: "Mini story reading on phone screen",
|
||||
},
|
||||
title: "Cerita Mini", description: "Short, delightful tales perfect for a quick read, offering a glimpse into various imaginative worlds and characters.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-watching-tv_23-2150232599.jpg", imageAlt: "Mini story reading on phone screen"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-street_23-2148204293.jpg",
|
||||
imageAlt: "Phone displaying short tale",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ill-little-boy-wearing-warm-hat-scarf-wrapped-blanketshowing-speech-bubble-sign-with-word-idea-looking-being-surprised-standing-orange-wall_141793-51870.jpg?_wi=2",
|
||||
imageAlt: "mini story reading on phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-street_23-2148204293.jpg", imageAlt: "Phone displaying short tale"}
|
||||
},
|
||||
{
|
||||
title: "Cerita Pendek",
|
||||
description: "Engaging short stories that delve deeper into plots and character development, leaving a lasting impression.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036890.jpg",
|
||||
imageAlt: "Long story text on phone screen",
|
||||
},
|
||||
title: "Cerita Pendek", description: "Engaging short stories that delve deeper into plots and character development, leaving a lasting impression.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036890.jpg", imageAlt: "Long story text on phone screen"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-176729.jpg",
|
||||
imageAlt: "Phone displaying extended tale",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-smartphone_23-2147615256.jpg",
|
||||
imageAlt: "mini story reading on phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-his-mobile-phone_53876-176729.jpg", imageAlt: "Phone displaying extended tale"}
|
||||
},
|
||||
{
|
||||
title: "Artikel & Science",
|
||||
description: "Thought-provoking articles, including insights on science and daily observations, designed to inform and inspire.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166684.jpg",
|
||||
imageAlt: "Insightful article on phone screen",
|
||||
},
|
||||
title: "Artikel & Science", description: "Thought-provoking articles, including insights on science and daily observations, designed to inform and inspire.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166684.jpg", imageAlt: "Insightful article on phone screen"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herbarium-flowers-dried-petals-notepad-hand-with-pencil-beige-background-top-view_185193-164961.jpg?_wi=1",
|
||||
imageAlt: "Phone displaying informative post",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowers-book-pages_23-2147711383.jpg?_wi=1",
|
||||
imageAlt: "mini story reading on phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herbarium-flowers-dried-petals-notepad-hand-with-pencil-beige-background-top-view_185193-164961.jpg", imageAlt: "Phone displaying informative post"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -240,38 +166,11 @@ export default function LandingPage() {
|
||||
tagIcon={Newspaper}
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Personal Growth",
|
||||
title: "Dear 2026, Please Be Good to Me",
|
||||
excerpt: "Rasa yang Kita Semua Kenal. Pernahkah kamu bangun di pagi hari dengan rasa ragu yang begitu berat atau overthinking di suatu malam tanpa henti...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herbarium-flowers-dried-petals-notepad-hand-with-pencil-beige-background-top-view_185193-164961.jpg?_wi=2",
|
||||
imageAlt: "Person writing in a journal, reflecting on the new year.",
|
||||
authorName: "Viendy Octavian",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414125.jpg",
|
||||
date: "Desember 31, 2025",
|
||||
},
|
||||
id: "1", category: "Personal Growth", title: "Dear 2026, Please Be Good to Me", excerpt: "Rasa yang Kita Semua Kenal. Pernahkah kamu bangun di pagi hari dengan rasa ragu yang begitu berat atau overthinking di suatu malam tanpa henti...", imageSrc: "http://img.b2bpic.net/free-photo/herbarium-flowers-dried-petals-notepad-hand-with-pencil-beige-background-top-view_185193-164961.jpg", imageAlt: "Person writing in a journal, reflecting on the new year.", authorName: "Viendy Octavian", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414125.jpg", date: "Desember 31, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Fiction",
|
||||
title: "The Whispering Woods",
|
||||
excerpt: "A short story about an ancient forest rumored to whisper secrets to those who dare to listen. Adventure awaits...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowers-book-pages_23-2147711383.jpg?_wi=2",
|
||||
imageAlt: "A person reading a book in a serene forest setting.",
|
||||
authorName: "Viendy Octavian",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg",
|
||||
date: "November 15, 2025",
|
||||
},
|
||||
id: "2", category: "Fiction", title: "The Whispering Woods", excerpt: "A short story about an ancient forest rumored to whisper secrets to those who dare to listen. Adventure awaits...", imageSrc: "http://img.b2bpic.net/free-photo/flowers-book-pages_23-2147711383.jpg", imageAlt: "A person reading a book in a serene forest setting.", authorName: "Viendy Octavian", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-632052.jpg", date: "November 15, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Science",
|
||||
title: "The Unseen Architects of Our World",
|
||||
excerpt: "Exploring the microscopic wonders that shape our planet and influence our daily lives in ways we rarely perceive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695551.jpg",
|
||||
imageAlt: "Microscope looking at unseen architectural patterns.",
|
||||
authorName: "Viendy Octavian",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/view-3d-courtroom-scene-lawyer-s-day-celebration_23-2151023381.jpg",
|
||||
date: "October 20, 2025",
|
||||
},
|
||||
id: "3", category: "Science", title: "The Unseen Architects of Our World", excerpt: "Exploring the microscopic wonders that shape our planet and influence our daily lives in ways we rarely perceive.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-pen-ai-generated_23-2150695551.jpg", imageAlt: "Microscope looking at unseen architectural patterns.", authorName: "Viendy Octavian", authorAvatar: "http://img.b2bpic.net/free-photo/view-3d-courtroom-scene-lawyer-s-day-celebration_23-2151023381.jpg", date: "October 20, 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,65 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 10, 2026",
|
||||
title: "Truly captivating narratives!",
|
||||
quote: "Viendy's stories are a breath of fresh air. Each piece is beautifully crafted and takes you on an unforgettable journey. Highly recommended!",
|
||||
tag: "Fiction Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-covered-blanket-holding-book_171337-19322.jpg",
|
||||
avatarAlt: "Sarah J. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67694.jpg",
|
||||
imageAlt: "Woman reading a book with a smile",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 10, 2026", title: "Truly captivating narratives!", quote: "Viendy's stories are a breath of fresh air. Each piece is beautifully crafted and takes you on an unforgettable journey. Highly recommended!", tag: "Fiction Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-covered-blanket-holding-book_171337-19322.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-67694.jpg", imageAlt: "Woman reading a book with a smile"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
date: "Dec 28, 2025",
|
||||
title: "Insightful and thought-provoking.",
|
||||
quote: "The articles on science are incredibly well-researched and presented in such an engaging way. I always learn something new!",
|
||||
tag: "Science Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
avatarAlt: "Michael C. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-redhead-girl-bed-reading_23-2148321006.jpg",
|
||||
imageAlt: "Man focused on his laptop",
|
||||
},
|
||||
id: "2", name: "Michael C.", date: "Dec 28, 2025", title: "Insightful and thought-provoking.", quote: "The articles on science are incredibly well-researched and presented in such an engaging way. I always learn something new!", tag: "Science Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", avatarAlt: "Michael C. avatar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-redhead-girl-bed-reading_23-2148321006.jpg", imageAlt: "Man focused on his laptop"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Dec 15, 2025",
|
||||
title: "A wonderful escape!",
|
||||
quote: "Cerita Mini always brightens my day. They're perfect for a quick break and always leave me with a smile.",
|
||||
tag: "Mini Story Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-with-books-digital-art-style-education-day_23-2151164319.jpg",
|
||||
avatarAlt: "Emily R. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-book-with-happy-expression-couch_114579-49653.jpg",
|
||||
imageAlt: "Woman enjoying a tablet and coffee",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Dec 15, 2025", title: "A wonderful escape!", quote: "Cerita Mini always brightens my day. They're perfect for a quick break and always leave me with a smile.", tag: "Mini Story Lover", avatarSrc: "http://img.b2bpic.net/free-photo/person-with-books-digital-art-style-education-day_23-2151164319.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-book-with-happy-expression-couch_114579-49653.jpg", imageAlt: "Woman enjoying a tablet and coffee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Nov 5, 2025",
|
||||
title: "Engaging and inspiring content.",
|
||||
quote: "Viendy has a unique way of weaving narratives that resonate deeply. I find myself rereading posts often for inspiration.",
|
||||
tag: "Aspiring Writer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-indoor-portrait-fashionable-young-bearded-student-wearing-stylish-hat-looking-having-rest-cafe_273609-1726.jpg",
|
||||
avatarAlt: "David K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-front-computer_329181-14535.jpg",
|
||||
imageAlt: "Man thinking deeply while working",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Nov 5, 2025", title: "Engaging and inspiring content.", quote: "Viendy has a unique way of weaving narratives that resonate deeply. I find myself rereading posts often for inspiration.", tag: "Aspiring Writer", avatarSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-indoor-portrait-fashionable-young-bearded-student-wearing-stylish-hat-looking-having-rest-cafe_273609-1726.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-front-computer_329181-14535.jpg", imageAlt: "Man thinking deeply while working"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
date: "Oct 22, 2025",
|
||||
title: "Beautifully written, every time.",
|
||||
quote: "Whether it's a short story or a detailed article, the quality of writing is consistently superb. A true storyteller!",
|
||||
tag: "Devoted Reader",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-stunning-woman-with-red-lips-elegant-make-up-wearing-glamour-black-dress-posing-white-background-evening-event_291049-2865.jpg",
|
||||
avatarAlt: "Jessica L. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-lady-sitting-near-book-healthy-snacks_23-2147888749.jpg",
|
||||
imageAlt: "Woman relaxing with a book and tea",
|
||||
},
|
||||
id: "5", name: "Jessica L.", date: "Oct 22, 2025", title: "Beautifully written, every time.", quote: "Whether it's a short story or a detailed article, the quality of writing is consistently superb. A true storyteller!", tag: "Devoted Reader", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-stunning-woman-with-red-lips-elegant-make-up-wearing-glamour-black-dress-posing-white-background-evening-event_291049-2865.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/crop-lady-sitting-near-book-healthy-snacks_23-2147888749.jpg", imageAlt: "Woman relaxing with a book and tea"},
|
||||
]}
|
||||
title="What Readers Say"
|
||||
description="Kind words from my beloved readers about the impact of my stories and articles."
|
||||
@@ -354,14 +203,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Storyteller's Guild",
|
||||
"Indie Author Spotlight",
|
||||
"Creative Minds Blog",
|
||||
"Narrative Hub",
|
||||
"Ink & Scroll Magazine",
|
||||
"Digital Fiction Forum",
|
||||
"Global Story Network",
|
||||
]}
|
||||
"Storyteller's Guild", "Indie Author Spotlight", "Creative Minds Blog", "Narrative Hub", "Ink & Scroll Magazine", "Digital Fiction Forum", "Global Story Network"]}
|
||||
title="Featured & Recognized By"
|
||||
description="My work has been highlighted and appreciated across various platforms and communities."
|
||||
tag="In The Spotlight"
|
||||
@@ -377,25 +219,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often do you publish new content?",
|
||||
content: "I aim to publish new stories and articles regularly, typically twice a month. Stay tuned for updates on my social media!",
|
||||
},
|
||||
id: "1", title: "How often do you publish new content?", content: "I aim to publish new stories and articles regularly, typically twice a month. Stay tuned for updates on my social media!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I submit my own stories to be featured?",
|
||||
content: "Currently, I focus solely on publishing my own work. However, I appreciate your interest in collaborating!",
|
||||
},
|
||||
id: "2", title: "Can I submit my own stories to be featured?", content: "Currently, I focus solely on publishing my own work. However, I appreciate your interest in collaborating!"},
|
||||
{
|
||||
id: "3",
|
||||
title: "What inspires your science-related articles?",
|
||||
content: "My science articles are inspired by everyday observations, recent discoveries, and a desire to make complex topics accessible and fascinating to all readers.",
|
||||
},
|
||||
id: "3", title: "What inspires your science-related articles?", content: "My science articles are inspired by everyday observations, recent discoveries, and a desire to make complex topics accessible and fascinating to all readers."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer writing workshops or coaching?",
|
||||
content: "While I don't currently offer formal workshops, I occasionally share writing tips and insights on my blog. Feel free to connect for informal discussions!",
|
||||
},
|
||||
id: "4", title: "Do you offer writing workshops or coaching?", content: "While I don't currently offer formal workshops, I occasionally share writing tips and insights on my blog. Feel free to connect for informal discussions!"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-light-bulb-brain-with-text-blackboard_23-2147874201.jpg"
|
||||
imageAlt="Person thinking with question marks, symbolizing frequently asked questions"
|
||||
@@ -416,22 +246,14 @@ export default function LandingPage() {
|
||||
description="Have a question, feedback, or just want to say hello? Fill out the form below, and I'll get back to you."
|
||||
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,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/notebook-with-list-tablet_23-2148938774.jpg"
|
||||
@@ -448,54 +270,33 @@ export default function LandingPage() {
|
||||
logoText="Viendy's Blog"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Me",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Me", href: "#about"},
|
||||
{
|
||||
label: "Latest Articles",
|
||||
href: "#artikel",
|
||||
},
|
||||
label: "Latest Articles", href: "#artikel"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Content",
|
||||
items: [
|
||||
title: "Content", items: [
|
||||
{
|
||||
label: "Cerita Mini",
|
||||
href: "#cerita-mini",
|
||||
},
|
||||
label: "Cerita Mini", href: "#cerita-mini"},
|
||||
{
|
||||
label: "Cerita Pendek",
|
||||
href: "#cerita-pendek",
|
||||
},
|
||||
label: "Cerita Pendek", href: "#cerita-pendek"},
|
||||
{
|
||||
label: "Artikel & Science",
|
||||
href: "#artikel",
|
||||
},
|
||||
label: "Artikel & Science", href: "#artikel"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user