Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function MainPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function MainPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="STUDIO"
|
||||
description="Create stunning digital experiences that captivate your audience. We craft beautiful, functional websites that drive results."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Explore Now", href: "features" },
|
||||
{ text: "Learn More", href: "about" },
|
||||
@@ -104,23 +104,23 @@ export default function MainPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Seamless Integration", description: "Connect your favorite tools and workflows effortlessly. Our platform integrates with all major services.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Real-time Collaboration", description: "Work together in real-time with built-in collaboration features that keep everyone aligned.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Advanced Analytics", description: "Gain deep insights with comprehensive analytics and reporting tools that drive informed decisions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/innovating-future-corporate-tech-newsletter_1421494-249.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solution-proposal-great-job-goals_53876-123807.jpg"},
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Free Trial", href: "contact" }]}
|
||||
@@ -141,7 +141,7 @@ export default function MainPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/subscription-options-web_1034-698.jpg?_wi=1", features: ["Up to 5 projects", "Basic analytics", "Email support", "Community access"],
|
||||
id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/subscription-options-web_1034-698.jpg", features: ["Up to 5 projects", "Basic analytics", "Email support", "Community access"],
|
||||
button: { text: "Get Started", href: "contact" },
|
||||
},
|
||||
{
|
||||
@@ -149,7 +149,7 @@ export default function MainPage() {
|
||||
button: { text: "Start Trial", href: "contact" },
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-vector/subscription-options-web_1034-698.jpg?_wi=2", features: ["Everything in Professional", "Dedicated account manager", "Custom SLA", "On-premise option", "Security compliance"],
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "pricing", imageSrc: "http://img.b2bpic.net/free-vector/subscription-options-web_1034-698.jpg", features: ["Everything in Professional", "Dedicated account manager", "Custom SLA", "On-premise option", "Security compliance"],
|
||||
button: { text: "Contact Sales", href: "contact" },
|
||||
},
|
||||
]}
|
||||
@@ -173,17 +173,17 @@ export default function MainPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform has completely transformed how our team collaborates. The interface is intuitive and the support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This platform has completely transformed how our team collaborates. The interface is intuitive and the support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best investment we made for our startup. The features are powerful yet easy to use. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best investment we made for our startup. The features are powerful yet easy to use. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmar", testimonial: "The analytics dashboard gives us insights we never had before. Our productivity has increased significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmar", testimonial: "The analytics dashboard gives us insights we never had before. Our productivity has increased significantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Outstanding customer service and continuous improvements. This team really cares about their users.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Outstanding customer service and continuous improvements. This team really cares about their users.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "The seamless integrations save us hours every week. Worth every penny of the subscription.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez"},
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez", testimonial: "The seamless integrations save us hours every week. Worth every penny of the subscription.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "Finally a solution that scales with us. Started small and now managing all our operations here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alex Thompson"},
|
||||
id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "Finally a solution that scales with us. Started small and now managing all our operations here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Thompson"},
|
||||
]}
|
||||
buttons={[{ text: "Read More Reviews", href: "contact" }]}
|
||||
buttonAnimation="opacity"
|
||||
@@ -213,7 +213,7 @@ export default function MainPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your digital presence? Let's create something extraordinary together. Reach out today and let's discuss your vision."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user