Update src/app/products/page.tsx

This commit is contained in:
2026-06-09 10:49:32 +00:00
parent de3267471c
commit b2ec89da3d

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Vault",
id: "/products",
},
name: "Vault", id: "/products"},
{
name: "Elite Guides",
id: "/products#elite-guides",
},
name: "Elite Guides", id: "/products#elite-guides"},
{
name: "Membership",
id: "/membership",
},
name: "Membership", id: "/membership"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Cart",
id: "/cart",
},
name: "Cart", id: "/cart"},
]}
logoSrc="http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg"
logoAlt="Vallario luxury horse head logo"
@@ -61,77 +51,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "luxury-clips-vault",
name: "Luxury Clips Vault",
price: "$29",
variant: "Digital Asset",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-prism-lights-copy-space_23-2148771724.jpg",
imageAlt: "Luxury Clips Vault product image",
},
id: "luxury-clips-vault", name: "Luxury Clips Vault", price: "$29", variant: "Digital Asset", imageSrc: "http://img.b2bpic.net/free-photo/abstract-prism-lights-copy-space_23-2148771724.jpg", imageAlt: "Luxury Clips Vault product image"},
{
id: "vallario-elite-guide",
name: "Vallario Elite Guide",
price: "$49",
variant: "Premium Guide",
imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background-being-held-by-male-hand_58702-6385.jpg",
imageAlt: "Vallario Elite Guide product image",
},
id: "vallario-elite-guide", name: "Vallario Elite Guide", price: "$49", variant: "Premium Guide", imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background-being-held-by-male-hand_58702-6385.jpg", imageAlt: "Vallario Elite Guide product image"},
{
id: "digital-empire-blueprint",
name: "Digital Empire Blueprint",
price: "$99",
variant: "Masterclass",
imageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898180.jpg",
imageAlt: "Digital Empire Blueprint product image",
},
id: "digital-empire-blueprint", name: "Digital Empire Blueprint", price: "$99", variant: "Masterclass", imageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898180.jpg", imageAlt: "Digital Empire Blueprint product image"},
{
id: "luxury-mockup-four",
name: "Exclusive Asset Pack",
price: "$79",
variant: "Digital Kit",
imageSrc: "http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917873.jpg",
imageAlt: "Exclusive Asset Pack product image",
},
id: "luxury-mockup-four", name: "Exclusive Asset Pack", price: "$79", variant: "Digital Kit", imageSrc: "http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917873.jpg", imageAlt: "Exclusive Asset Pack product image"},
{
id: "luxury-mockup-five",
name: "Master Strategy Toolkit",
price: "$129",
variant: "Toolkit",
imageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-liquid-metal-with-copy-space_23-2148253659.jpg",
imageAlt: "Master Strategy Toolkit product image",
},
id: "luxury-mockup-five", name: "Master Strategy Toolkit", price: "$129", variant: "Toolkit", imageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-liquid-metal-with-copy-space_23-2148253659.jpg", imageAlt: "Master Strategy Toolkit product image"},
{
id: "luxury-mockup-six",
name: "VIP Vault Access",
price: "$199",
variant: "Membership",
imageSrc: "http://img.b2bpic.net/free-photo/plan-business-development_1134-395.jpg",
imageAlt: "VIP Vault Access product image",
},
id: "luxury-mockup-six", name: "VIP Vault Access", price: "$199", variant: "Membership", imageSrc: "http://img.b2bpic.net/free-photo/plan-business-development_1134-395.jpg", imageAlt: "VIP Vault Access product image"},
{
id: "digital-product-one",
name: "3D Render Pack",
price: "$69",
variant: "Asset Pack",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841659.jpg",
imageAlt: "3D Render Pack product image",
},
id: "digital-product-one", name: "3D Render Pack", price: "$69", variant: "Asset Pack", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841659.jpg", imageAlt: "3D Render Pack product image"},
{
id: "digital-product-two",
name: "Futuristic UI Kit",
price: "$89",
variant: "UI/UX",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-background-glossy-cubes_1048-15562.jpg",
imageAlt: "Futuristic UI Kit product image",
},
id: "digital-product-two", name: "Futuristic UI Kit", price: "$89", variant: "UI/UX", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-background-glossy-cubes_1048-15562.jpg", imageAlt: "Futuristic UI Kit product image"},
{
id: "digital-product-three",
name: "AI Content Prompts",
price: "$39",
variant: "Tool",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg",
imageAlt: "AI Content Prompts product image",
},
id: "digital-product-three", name: "AI Content Prompts", price: "$39", variant: "Tool", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg", imageAlt: "AI Content Prompts product image"},
]}
title="The Digital Vault"
description="A comprehensive collection of VALLARIO's premium digital offerings."
@@ -145,79 +81,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Luxury Clips & Assets",
description: "Access an unparalleled library of 500+ premium clips and digital assets for cinematic quality.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg",
imageAlt: "Luxury Clips and Assets visual",
},
title: "Luxury Clips & Assets", description: "Access an unparalleled library of 500+ premium clips and digital assets for cinematic quality.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", imageAlt: "Luxury Clips and Assets visual"},
items: [
{
icon: CheckCircle,
text: "500+ Royalty-Free Clips",
},
text: "500+ Royalty-Free Clips"},
{
icon: CheckCircle,
text: "4K & 8K Resolution",
},
text: "4K & 8K Resolution"},
{
icon: CheckCircle,
text: "Diverse Luxury Themes",
},
text: "Diverse Luxury Themes"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-3d-mythical-unicorn_23-2150814008.jpg?_wi=1",
imageAlt: "luxury car clips montage futuristic screen",
},
{
title: "Elite Guides & Strategy",
description: "Master luxury branding, personal brand building, and wealth psychology with our expert-led guides.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-tablet-game-evening_23-2147833833.jpg",
imageAlt: "Elite Guides and Strategy visual",
},
title: "Elite Guides & Strategy", description: "Master luxury branding, personal brand building, and wealth psychology with our expert-led guides.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-tablet-game-evening_23-2147833833.jpg", imageAlt: "Elite Guides and Strategy visual"},
items: [
{
icon: CheckCircle,
text: "In-depth Strategic Playbooks",
},
text: "In-depth Strategic Playbooks"},
{
icon: CheckCircle,
text: "Actionable Steps & Templates",
},
text: "Actionable Steps & Templates"},
{
icon: CheckCircle,
text: "Mindset & Growth Hacks",
},
text: "Mindset & Growth Hacks"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg?_wi=2",
imageAlt: "luxury car clips montage futuristic screen",
},
{
title: "Digital Empire Blueprints",
description: "From product creation to marketing systems, build and scale your digital empire with proven blueprints.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910245.jpg",
imageAlt: "Digital Empire Blueprints visual",
},
title: "Digital Empire Blueprints", description: "From product creation to marketing systems, build and scale your digital empire with proven blueprints.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910245.jpg", imageAlt: "Digital Empire Blueprints visual"},
items: [
{
icon: CheckCircle,
text: "Product Launch Frameworks",
},
text: "Product Launch Frameworks"},
{
icon: CheckCircle,
text: "Automated Marketing Systems",
},
text: "Automated Marketing Systems"},
{
icon: CheckCircle,
text: "Social Media Growth Secrets",
},
text: "Social Media Growth Secrets"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg?_wi=2",
imageAlt: "luxury car clips montage futuristic screen",
},
]}
title="Unleash Your Digital Potential"
@@ -232,58 +141,35 @@ export default function LandingPage() {
logoText="VALLARIO"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "The Vault",
href: "/products",
},
label: "The Vault", href: "/products"},
{
label: "Elite Guides",
href: "/products#elite-guides",
},
label: "Elite Guides", href: "/products#elite-guides"},
{
label: "Membership",
href: "/membership",
},
label: "Membership", href: "/membership"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Refund Policy",
href: "#",
},
label: "Refund Policy", href: "#"},
],
},
]}