Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-02 07:03:15 +00:00

View File

@@ -34,42 +34,24 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EZQaEJGNwBPKNiuH0Tmswe9miM/uploaded-1780383693339-omtel5uc.jpg"
logoAlt="Cosmic Castle Logo"
brandName="Cosmic Castle"
@@ -82,13 +64,9 @@ export default function LandingPage() {
description="Unlock your potential with premium digital products. We provide cutting-edge solutions for creators and businesses worldwide."
buttons={[
{
text: "Explore Products",
href: "#products",
},
text: "Explore Products", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/digital-circle-circuit-gold-background-futuristic-technology_53876-124640.jpg"
@@ -111,17 +89,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Outdated Processes",
"Limited Functionality",
"Lack of Support",
],
"Outdated Processes", "Limited Functionality", "Lack of Support"],
}}
positiveCard={{
items: [
"Streamlined Workflows",
"Cutting-Edge Innovation",
"Dedicated Expert Support",
],
"Streamlined Workflows", "Cutting-Edge Innovation", "Dedicated Expert Support"],
}}
title="Unleash Your Potential with Advanced Tools"
description="Discover the powerful features that set our digital products apart. Crafted for performance and ease of use, they are designed to give you a competitive edge."
@@ -137,47 +109,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1",
name: "Ultimate Software Suite",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-psd/elegant-gold-disc-featuring-white-cloud-icon-pearl-detail_84443-56128.jpg",
imageAlt: "Software suite dashboard",
},
id: "1", name: "Ultimate Software Suite", price: "$299", imageSrc: "http://img.b2bpic.net/free-psd/elegant-gold-disc-featuring-white-cloud-icon-pearl-detail_84443-56128.jpg", imageAlt: "Software suite dashboard"},
{
id: "2",
name: "Elite E-book Bundle",
price: "$99",
imageSrc: "http://img.b2bpic.net/free-photo/best-wishes-greeting-cards-gift-cards_53876-133753.jpg",
imageAlt: "Stack of e-books",
},
id: "2", name: "Elite E-book Bundle", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/best-wishes-greeting-cards-gift-cards_53876-133753.jpg", imageAlt: "Stack of e-books"},
{
id: "3",
name: "Pro Template Kit",
price: "$149",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-from-laptop-glasses-dark-background_169016-64588.jpg",
imageAlt: "Digital template mockups",
},
id: "3", name: "Pro Template Kit", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/reflection-from-laptop-glasses-dark-background_169016-64588.jpg", imageAlt: "Digital template mockups"},
{
id: "4",
name: "Masterclass: Digital Growth",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loft-style-illuminated-apartment-with-modern-home-office_482257-126413.jpg",
imageAlt: "Online course interface",
},
id: "4", name: "Masterclass: Digital Growth", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/cozy-loft-style-illuminated-apartment-with-modern-home-office_482257-126413.jpg", imageAlt: "Online course interface"},
{
id: "5",
name: "Advanced Analytics Tool",
price: "$199",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-manager-analyzing-marketing-statistics-working-overhours-project-strategy-startup-office-entrepreneur-planning-business-investment-help-increase-company-profit_482257-66319.jpg",
imageAlt: "Data visualization dashboard",
},
id: "5", name: "Advanced Analytics Tool", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/african-american-manager-analyzing-marketing-statistics-working-overhours-project-strategy-startup-office-entrepreneur-planning-business-investment-help-increase-company-profit_482257-66319.jpg", imageAlt: "Data visualization dashboard"},
{
id: "6",
name: "Seamless CRM System",
price: "$249",
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg",
imageAlt: "CRM system interface",
},
id: "6", name: "Seamless CRM System", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833347.jpg", imageAlt: "CRM system interface"},
]}
title="Our Premium Digital Products"
description="Browse our curated selection of digital assets, software, and tools, designed to elevate your brand and streamline your operations."
@@ -191,61 +133,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
tag: "Starter",
price: "$49",
period: "/month",
description: "Perfect for individuals and small projects.",
button: {
text: "Choose Basic",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Access to 5 products",
"Standard customer support",
"Basic analytics dashboard",
"Monthly updates",
],
id: "basic", tag: "Starter", price: "$49", period: "/month", description: "Perfect for individuals and small projects.", button: {
text: "Choose Basic", href: "#contact"},
featuresTitle: "Includes:", features: [
"Access to 5 products", "Standard customer support", "Basic analytics dashboard", "Monthly updates"],
},
{
id: "pro",
tag: "Professional",
tagIcon: Sparkles,
price: "$99",
period: "/month",
description: "Ideal for growing businesses and agencies.",
button: {
text: "Choose Pro",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Access to all 20+ products",
"Priority customer support",
"Advanced analytics reports",
"Weekly updates & new features",
"Dedicated account manager",
],
id: "pro", tag: "Professional", tagIcon: Sparkles,
price: "$99", period: "/month", description: "Ideal for growing businesses and agencies.", button: {
text: "Choose Pro", href: "#contact"},
featuresTitle: "Includes:", features: [
"Access to all 20+ products", "Priority customer support", "Advanced analytics reports", "Weekly updates & new features", "Dedicated account manager"],
},
{
id: "enterprise",
tag: "Enterprise",
price: "Custom",
period: "",
description: "Tailored solutions for large organizations.",
button: {
text: "Contact Sales",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Custom product bundles",
"24/7 Premium support",
"On-demand feature development",
"API access & integrations",
"Dedicated technical team",
],
id: "enterprise", tag: "Enterprise", price: "Custom", period: "", description: "Tailored solutions for large organizations.", button: {
text: "Contact Sales", href: "#contact"},
featuresTitle: "Includes:", features: [
"Custom product bundles", "24/7 Premium support", "On-demand feature development", "API access & integrations", "Dedicated technical team"],
},
]}
title="Flexible Plans for Every Creator"
@@ -260,45 +164,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarah_j",
testimonial: "Cosmic Castle's software suite has revolutionized our workflow. The attention to detail and powerful features are unmatched. Truly a premium experience!",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-digital-tablet-standing-front-streamlined-mirror-round-copper-chandelier_23-2147937510.jpg",
imageAlt: "Sarah Johnson's avatar",
},
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Cosmic Castle's software suite has revolutionized our workflow. The attention to detail and powerful features are unmatched. Truly a premium experience!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-digital-tablet-standing-front-streamlined-mirror-round-copper-chandelier_23-2147937510.jpg", imageAlt: "Sarah Johnson's avatar"},
{
id: "2",
name: "Michael Chen",
handle: "@mike_c",
testimonial: "The digital marketing templates saved us countless hours. High quality and incredibly effective. Cosmic Castle is our go-to for digital assets.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
imageAlt: "Michael Chen's avatar",
},
id: "2", name: "Michael Chen", handle: "@mike_c", testimonial: "The digital marketing templates saved us countless hours. High quality and incredibly effective. Cosmic Castle is our go-to for digital assets.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg", imageAlt: "Michael Chen's avatar"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emily_r",
testimonial: "Their masterclass on digital growth provided actionable insights that immediately boosted our online presence. Worth every penny!",
imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-ai-robots-coworkers_23-2151015280.jpg",
imageAlt: "Emily Rodriguez's avatar",
},
id: "3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "Their masterclass on digital growth provided actionable insights that immediately boosted our online presence. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/person-surrounded-by-ai-robots-coworkers_23-2151015280.jpg", imageAlt: "Emily Rodriguez's avatar"},
{
id: "4",
name: "David Kim",
handle: "@david_k",
testimonial: "The analytics tool is a game-changer. We finally have clear data to make informed decisions. Cosmic Castle delivers on its promise of excellence.",
imageSrc: "http://img.b2bpic.net/free-photo/business-proud-asian-female-manager-showing-blank-digital-tablet-screen-smiling-demonstrating-pr_1258-158906.jpg",
imageAlt: "David Kim's avatar",
},
id: "4", name: "David Kim", handle: "@david_k", testimonial: "The analytics tool is a game-changer. We finally have clear data to make informed decisions. Cosmic Castle delivers on its promise of excellence.", imageSrc: "http://img.b2bpic.net/free-photo/business-proud-asian-female-manager-showing-blank-digital-tablet-screen-smiling-demonstrating-pr_1258-158906.jpg", imageAlt: "David Kim's avatar"},
{
id: "5",
name: "Jessica Lee",
handle: "@jessica_l",
testimonial: "From their responsive support to the intuitive CRM, every product from Cosmic Castle feels thoughtfully designed. Highly recommend for any digital entrepreneur.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg",
imageAlt: "Jessica Lee's avatar",
},
id: "5", name: "Jessica Lee", handle: "@jessica_l", testimonial: "From their responsive support to the intuitive CRM, every product from Cosmic Castle feels thoughtfully designed. Highly recommend for any digital entrepreneur.", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Jessica Lee's avatar"},
]}
title="What Our Customers Say"
description="Hear from satisfied users who have transformed their digital presence with Cosmic Castle's innovative products."
@@ -311,6 +185,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[]}
title="Trusted by Industry Leaders"
description="Join a growing community of businesses and creators who rely on Cosmic Castle for their digital success."
speed={40}
@@ -324,25 +199,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What types of digital products do you offer?",
content: "We offer a wide range of digital products including premium software suites, e-book bundles, design template kits, online courses, advanced analytics tools, and CRM systems. Our catalog is constantly expanding to meet market needs.",
},
id: "1", title: "What types of digital products do you offer?", content: "We offer a wide range of digital products including premium software suites, e-book bundles, design template kits, online courses, advanced analytics tools, and CRM systems. Our catalog is constantly expanding to meet market needs."},
{
id: "2",
title: "How do I access my purchased products?",
content: "Upon successful purchase, you will receive an email with a secure download link and access instructions. All your purchased products are also available in your Cosmic Castle account dashboard.",
},
id: "2", title: "How do I access my purchased products?", content: "Upon successful purchase, you will receive an email with a secure download link and access instructions. All your purchased products are also available in your Cosmic Castle account dashboard."},
{
id: "3",
title: "Do you offer customer support?",
content: "Yes, we offer standard customer support for all plans, with priority support available for our Professional plan subscribers and dedicated technical teams for Enterprise clients. You can reach us via our contact form.",
},
id: "3", title: "Do you offer customer support?", content: "Yes, we offer standard customer support for all plans, with priority support available for our Professional plan subscribers and dedicated technical teams for Enterprise clients. You can reach us via our contact form."},
{
id: "4",
title: "What is your refund policy?",
content: "We offer a 14-day money-back guarantee on most of our digital products if you are not completely satisfied. Please refer to our Terms of Service for specific details on eligibility and the refund process.",
},
id: "4", title: "What is your refund policy?", content: "We offer a 14-day money-back guarantee on most of our digital products if you are not completely satisfied. Please refer to our Terms of Service for specific details on eligibility and the refund process."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our products, pricing, and services."
@@ -354,8 +217,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Ready to Elevate Your Digital Game?"
description="Connect with our team to discuss custom solutions or get support for your digital products."
@@ -371,13 +233,9 @@ export default function LandingPage() {
logoAlt="Cosmic Castle Logo"
logoText="Cosmic Castle"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>