Merge version_1 into main #2
193
src/app/page.tsx
193
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Java Vapor"
|
||||
/>
|
||||
@@ -56,74 +48,40 @@ export default function LandingPage() {
|
||||
description="Trusted by enthusiasts. Engineered for performance. Designed for experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@vapequeen",
|
||||
testimonial: "The quality of these flavors is unmatched in the local market.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204634.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@vapequeen", testimonial: "The quality of these flavors is unmatched in the local market.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204634.jpg"},
|
||||
{
|
||||
name: "Budi K.",
|
||||
handle: "@distributorID",
|
||||
testimonial: "Best manufacturing standards I've seen in Surabaya.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11122.jpg",
|
||||
},
|
||||
name: "Budi K.", handle: "@distributorID", testimonial: "Best manufacturing standards I've seen in Surabaya.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11122.jpg"},
|
||||
{
|
||||
name: "Rian M.",
|
||||
handle: "@vapefan",
|
||||
testimonial: "Oat Coffee is a game changer. Truly premium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23837.jpg",
|
||||
},
|
||||
name: "Rian M.", handle: "@vapefan", testimonial: "Oat Coffee is a game changer. Truly premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23837.jpg"},
|
||||
{
|
||||
name: "Maya L.",
|
||||
handle: "@flavorjunkie",
|
||||
testimonial: "Consistent, smooth, and genuinely crafted.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-wearing-black-sweater-standing-posing_114579-81885.jpg",
|
||||
},
|
||||
name: "Maya L.", handle: "@flavorjunkie", testimonial: "Consistent, smooth, and genuinely crafted.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-wearing-black-sweater-standing-posing_114579-81885.jpg"},
|
||||
{
|
||||
name: "Kevin T.",
|
||||
handle: "@techvape",
|
||||
testimonial: "Professional production that stands out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-woman-posing-with-yellow-powder_23-2149339778.jpg",
|
||||
},
|
||||
name: "Kevin T.", handle: "@techvape", testimonial: "Professional production that stands out.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-woman-posing-with-yellow-powder_23-2149339778.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Become Distributor",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become Distributor", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-wavy-smoke-black-background_23-2148211014.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-wavy-smoke-black-background_23-2148211014.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-white-smoke-black-screen_23-2148227234.jpg",
|
||||
alt: "Elegant white smoke on black screen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-white-smoke-black-screen_23-2148227234.jpg", alt: "Elegant white smoke on black screen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110928.jpg",
|
||||
alt: "Man with tattoos producing craft beer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110928.jpg", alt: "Man with tattoos producing craft beer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34794.jpg",
|
||||
alt: "Stylish young girl in a city with vape",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-young-girl-city-with-vape_1157-34794.jpg", alt: "Stylish young girl in a city with vape"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg",
|
||||
alt: "Black and white portrait of old man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-white-portrait-old-man_250224-59.jpg", alt: "Black and white portrait of old man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204634.jpg",
|
||||
alt: "vape enthusiast portrait luxury",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204634.jpg", alt: "vape enthusiast portrait luxury"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,19 +94,13 @@ export default function LandingPage() {
|
||||
description="PT Java Vapor Indonesia is a leading vape manufacturer based in Surabaya, delivering high-quality liquids and devices crafted with precision. From signature flavors to consistent production standards, every product is designed to elevate your vaping experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Only high-grade materials for consistent flavor profiles.",
|
||||
},
|
||||
title: "Premium Ingredients", description: "Only high-grade materials for consistent flavor profiles."},
|
||||
{
|
||||
title: "Precision Manufacturing",
|
||||
description: "Controlled production standards for quality assurance.",
|
||||
},
|
||||
title: "Precision Manufacturing", description: "Controlled production standards for quality assurance."},
|
||||
{
|
||||
title: "Trusted Distribution",
|
||||
description: "Widely distributed network across Indonesia.",
|
||||
},
|
||||
title: "Trusted Distribution", description: "Widely distributed network across Indonesia."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-marble-floor_1127-2030.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-with-marble-floor_1127-2030.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -161,41 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Oat Coffee",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dropper-bottle_187299-47494.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Oat Coffee", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/dropper-bottle_187299-47494.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ethereal Menthol",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg",
|
||||
},
|
||||
id: "p2", name: "Ethereal Menthol", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213276.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Velvet Tobacco",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281694.jpg",
|
||||
},
|
||||
id: "p3", name: "Velvet Tobacco", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281694.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tropical Fusion",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-yellow-highlighters-isolated-white-background_187299-46664.jpg",
|
||||
},
|
||||
id: "p4", name: "Tropical Fusion", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/two-yellow-highlighters-isolated-white-background_187299-46664.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Midnight Berry",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-man-which-is-smoking-hookah-making-nice-vapour-while-sitting-near-bar-counter_613910-21449.jpg",
|
||||
},
|
||||
id: "p5", name: "Midnight Berry", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-man-which-is-smoking-hookah-making-nice-vapour-while-sitting-near-bar-counter_613910-21449.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Caramel Drip",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888564.jpg",
|
||||
},
|
||||
id: "p6", name: "Caramel Drip", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pretty-mother-s-day-arrangement_23-2148888564.jpg"},
|
||||
]}
|
||||
title="Featured Products"
|
||||
description="Our signature collection crafted for the most discerning enthusiasts."
|
||||
@@ -209,28 +137,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Quality",
|
||||
description: "Consistent batches every time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-medicine-table_23-2148501090.jpg",
|
||||
imageAlt: "Close-up medicine on table",
|
||||
title: "Quality", description: "Consistent batches every time.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "Constant R&D for better flavors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-wavy-smoke-black-background_23-2148211014.jpg?_wi=2",
|
||||
imageAlt: "Close-up medicine on table",
|
||||
title: "Innovation", description: "Constant R&D for better flavors.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Trust",
|
||||
description: "Verified local manufacturer.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-marble-floor_1127-2030.jpg?_wi=2",
|
||||
imageAlt: "Close-up medicine on table",
|
||||
title: "Trust", description: "Verified local manufacturer.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Java Vapor"
|
||||
@@ -245,20 +158,12 @@ export default function LandingPage() {
|
||||
description="Join our growing network of distributors and bring premium vape to your market."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your business",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us about your business"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683413.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -269,29 +174,19 @@ export default function LandingPage() {
|
||||
logoText="PT Java Vapor Indonesia"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:0315938711",
|
||||
},
|
||||
label: "Call Us", href: "tel:0315938711"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/62315938711",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/62315938711"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user