1 Commits

Author SHA1 Message Date
54756f4f8d Update src/app/page.tsx 2026-05-02 08:23:51 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="CraftWorkshop" brandName="CraftWorkshop"
/> />
@@ -59,71 +49,44 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Master the Art of Craftsmanship" title="Master the Art of Craftsmanship"
description="Experience premium, hands-on workshops led by master artisans. Elevate your skills in an environment designed for creativity and precision." description="Experience premium, hands-on workshops led by master artisans. Elevate your skills in an environment designed for creativity and precision."
kpis={[ kpis={[
{ {
value: "15+", value: "15+", label: "Expert Mentors"},
label: "Expert Mentors",
},
{ {
value: "200+", value: "200+", label: "Completed Projects"},
label: "Completed Projects",
},
{ {
value: "98%", value: "98%", label: "Student Satisfaction"},
label: "Student Satisfaction",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/cottagecore-aesthetic-illustrated_23-2151855285.jpg" imageSrc="http://img.b2bpic.net/free-photo/cottagecore-aesthetic-illustrated_23-2151855285.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_52683-88935.jpg", src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_52683-88935.jpg", alt: "Full shot smiley woman sitting on chair"},
alt: "Full shot smiley woman sitting on chair",
},
{ {
src: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094581.jpg", src: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094581.jpg", alt: "Small business manager in his workshop"},
alt: "Small business manager in his workshop",
},
{ {
src: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", src: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", alt: "Professional artisan job at the workshop"},
alt: "Professional artisan job at the workshop",
},
{ {
src: "http://img.b2bpic.net/free-photo/equipment-tanner_1098-16264.jpg", src: "http://img.b2bpic.net/free-photo/equipment-tanner_1098-16264.jpg", alt: "Equipment of tanner"},
alt: "Equipment of tanner",
},
{ {
src: "http://img.b2bpic.net/free-photo/carpentry-table_23-2147773365.jpg", src: "http://img.b2bpic.net/free-photo/carpentry-table_23-2147773365.jpg", alt: "Carpentry table"},
alt: "Carpentry table",
},
]} ]}
avatarText="Join 1,000+ happy students" avatarText="Join 1,000+ happy students"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Leatherwork"},
text: "Leatherwork",
},
{ {
type: "text", type: "text", text: "Metalwork"},
text: "Metalwork",
},
{ {
type: "text", type: "text", text: "Woodcraft"},
text: "Woodcraft",
},
{ {
type: "text", type: "text", text: "Pottery"},
text: "Pottery",
},
{ {
type: "text", type: "text", text: "Jewelry"},
text: "Jewelry",
},
]} ]}
/> />
</div> </div>
@@ -142,20 +105,11 @@ export default function LandingPage() {
description="We provide everything you need to master your craft, from high-end equipment to expert guidance." description="We provide everything you need to master your craft, from high-end equipment to expert guidance."
accordionItems={[ accordionItems={[
{ {
id: "f1", id: "f1", title: "Master-led Sessions", content: "Learn directly from professionals with decades of experience."},
title: "Master-led Sessions",
content: "Learn directly from professionals with decades of experience.",
},
{ {
id: "f2", id: "f2", title: "State-of-the-Art Gear", content: "Use industry-standard tools for your projects."},
title: "State-of-the-Art Gear",
content: "Use industry-standard tools for your projects.",
},
{ {
id: "f3", id: "f3", title: "Personalized Guidance", content: "Small class sizes ensure you get the attention you need."},
title: "Personalized Guidance",
content: "Small class sizes ensure you get the attention you need.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/shoemaker-sharpening-knife_171337-12262.jpg" imageSrc="http://img.b2bpic.net/free-photo/shoemaker-sharpening-knife_171337-12262.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -169,26 +123,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "p1", id: "p1", badge: "Beginner", price: "$150", subtitle: "Core Skills", features: [
badge: "Beginner", "Materials included", "2-hour intro", "Guided project"],
price: "$150",
subtitle: "Core Skills",
features: [
"Materials included",
"2-hour intro",
"Guided project",
],
}, },
{ {
id: "p2", id: "p2", badge: "Advanced", price: "$450", subtitle: "Full Mastery", features: [
badge: "Advanced", "Advanced materials", "Full-day intensive", "One-on-one session"],
price: "$450",
subtitle: "Full Mastery",
features: [
"Advanced materials",
"Full-day intensive",
"One-on-one session",
],
}, },
]} ]}
title="Transparent Pricing" title="Transparent Pricing"
@@ -203,22 +143,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1000+", title: "Students Trained", items: [
value: "1000+", "Beginners", "Professionals"],
title: "Students Trained",
items: [
"Beginners",
"Professionals",
],
}, },
{ {
id: "m2", id: "m2", value: "50+", title: "Custom Modules", items: [
value: "50+", "Leatherwork", "Metalwork"],
title: "Custom Modules",
items: [
"Leatherwork",
"Metalwork",
],
}, },
]} ]}
title="Workshop Impact" title="Workshop Impact"
@@ -232,45 +162,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "Great Experience", quote: "The guidance was incredible.", name: "Alice", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-sitting-table-reading-book_23-2148166294.jpg"},
title: "Great Experience",
quote: "The guidance was incredible.",
name: "Alice",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-glasses-sitting-table-reading-book_23-2148166294.jpg",
},
{ {
id: "t2", id: "t2", title: "Loved It", quote: "I learned more in one day than in a month.", name: "Bob", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clay_23-2148986235.jpg"},
title: "Loved It",
quote: "I learned more in one day than in a month.",
name: "Bob",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clay_23-2148986235.jpg",
},
{ {
id: "t3", id: "t3", title: "Professional", quote: "The tools and environment are top tier.", name: "Charlie", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-workbench-doing-painting-canvas-paper-workshop_23-2147889877.jpg"},
title: "Professional",
quote: "The tools and environment are top tier.",
name: "Charlie",
role: "Artist",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-workbench-doing-painting-canvas-paper-workshop_23-2147889877.jpg",
},
{ {
id: "t4", id: "t4", title: "High Quality", quote: "Would recommend to anyone.", name: "Diana", role: "Creator", imageSrc: "http://img.b2bpic.net/free-photo/curly-girl-is-shaping-vase_8353-10808.jpg"},
title: "High Quality",
quote: "Would recommend to anyone.",
name: "Diana",
role: "Creator",
imageSrc: "http://img.b2bpic.net/free-photo/curly-girl-is-shaping-vase_8353-10808.jpg",
},
{ {
id: "t5", id: "t5", title: "Inspirational", quote: "The staff were so helpful.", name: "Edward", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-with-paints-easel-white-background_140725-103716.jpg"},
title: "Inspirational",
quote: "The staff were so helpful.",
name: "Edward",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-with-paints-easel-white-background_140725-103716.jpg",
},
]} ]}
title="What Our Students Say" title="What Our Students Say"
description="Inspiring stories from our community." description="Inspiring stories from our community."
@@ -283,20 +183,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do I need experience?", content: "No, our courses are suitable for all skill levels."},
title: "Do I need experience?",
content: "No, our courses are suitable for all skill levels.",
},
{ {
id: "q2", id: "q2", title: "What is included?", content: "All materials and tools are provided for the session."},
title: "What is included?",
content: "All materials and tools are provided for the session.",
},
{ {
id: "q3", id: "q3", title: "How long are sessions?", content: "Sessions range from 2 hours to full-day workshops."},
title: "How long are sessions?",
content: "Sessions range from 2 hours to full-day workshops.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find out what you need to know." description="Find out what you need to know."
@@ -308,9 +199,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}} text="Siap untuk Memulai Perjalanan Kreatif Anda? Hubungi Kami Sekarang untuk Sesi Eksklusif!"
text="Ready to start your creative journey? Get in touch today." buttons={[
{ text: "Mulai Sekarang", href: "#contact" }
]}
/> />
</div> </div>
@@ -318,31 +211,22 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/skilled-self-employed-carpenter-working-with-wood-carpentry-workshop-interior_1163-3111.jpg" imageSrc="http://img.b2bpic.net/free-photo/skilled-self-employed-carpenter-working-with-wood-carpentry-workshop-interior_1163-3111.jpg"
logoText="CraftWorkshop" logoText="CraftWorkshop"
copyrightText="© 2025 | CraftWorkshop - Menginspirasi Kreativitas Nusantara"
columns={[ columns={[
{ {
title: "Company", title: "Perusahaan", items: [
items: [
{ {
label: "About", label: "Tentang Kami", href: "#about"},
href: "#about",
},
{ {
label: "Contact", label: "Hubungi Kami", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Resources", title: "Sumber Daya", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Pricing", label: "Pilihan Paket", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
]} ]}