5 Commits

Author SHA1 Message Date
8403d6d91d Merge version_5 into main
Merge version_5 into main
2026-01-06 11:40:21 +00:00
e86b50aa17 Merge version_5 into main
Merge version_5 into main
2026-01-06 11:38:17 +00:00
6448aea95d Merge version_4 into main
Merge version_4 into main
2026-01-06 11:31:16 +00:00
7ff5f8f898 Merge version_2 into main
Merge version_2 into main
2026-01-06 11:17:30 +00:00
01c060c550 Merge version_1 into main
Merge version_1 into main
2026-01-06 11:11:51 +00:00

View File

@@ -5,14 +5,14 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award, Package } from "lucide-react"; import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -83,28 +83,28 @@ export default function LandingPage() {
tagIcon={CheckCircle} tagIcon={CheckCircle}
features={[ features={[
{ {
id: "1", id: 1,
title: "Advanced Analytics", title: "Advanced Analytics",
description: "Real-time insights and comprehensive reporting to drive informed decision-making", description: "Real-time insights and comprehensive reporting to drive informed decision-making",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg",
imageAlt: "Analytics dashboard" imageAlt: "Analytics dashboard"
}, },
{ {
id: "2", id: 2,
title: "Smart Automation", title: "Smart Automation",
description: "Streamline repetitive tasks and focus on what matters most to your business", description: "Streamline repetitive tasks and focus on what matters most to your business",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg",
imageAlt: "Automation workflow" imageAlt: "Automation workflow"
}, },
{ {
id: "3", id: 3,
title: "Enterprise Security", title: "Enterprise Security",
description: "Bank-grade encryption and compliance standards to protect your sensitive data", description: "Bank-grade encryption and compliance standards to protect your sensitive data",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg",
imageAlt: "Security protection" imageAlt: "Security protection"
}, },
{ {
id: "4", id: 4,
title: "Team Collaboration", title: "Team Collaboration",
description: "Work together seamlessly with integrated communication and project management tools", description: "Work together seamlessly with integrated communication and project management tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg",
@@ -122,63 +122,32 @@ export default function LandingPage() {
</div> </div>
<div id="feature-card-six" data-section="feature-card-six"> <div id="feature-card-six" data-section="feature-card-six">
<FeatureCardFifteen <FeatureCardSix
title="Additional Features" title="Feature Card Six Section"
description="Discover more capabilities that power your success" description="Showcase your features with this elegant component"
tag="Features"
tagIcon={Sparkles}
features={[ features={[
{ {
id: "1", id: 1,
title: "Real-time Monitoring", title: "Feature One",
description: "Track everything in real-time with instant notifications", description: "Description for feature one"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg",
imageAlt: "Monitoring dashboard"
}, },
{ {
id: "2", id: 2,
title: "API Integration", title: "Feature Two",
description: "Seamlessly integrate with your favorite tools and services", description: "Description for feature two"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg",
imageAlt: "API integration"
},
{
id: "3",
title: "Custom Workflows",
description: "Build workflows tailored to your business needs",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg",
imageAlt: "Custom workflows"
},
{
id: "4",
title: "Advanced Reporting",
description: "Generate comprehensive reports with detailed analytics",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg",
imageAlt: "Advanced reporting"
},
{
id: "5",
title: "Data Export",
description: "Export your data in multiple formats for analysis",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg",
imageAlt: "Data export"
},
{
id: "6",
title: "Performance Optimization",
description: "Optimize your workflow performance with advanced tools",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg",
imageAlt: "Performance optimization"
} }
]} ]}
gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
speed={40}
topMarqueeDirection="left"
/> />
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardSeven <ProductCardTwo
title="Premium Solutions" title="Premium Solutions"
description="Discover our suite of industry-leading products trusted by thousands of organizations" description="Discover our suite of industry-leading products trusted by thousands of organizations"
tag="Product Lineup" tag="Product Lineup"
@@ -186,22 +155,31 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "1", id: "1",
brand: "CorePlatform",
name: "Enterprise Dashboard Pro", name: "Enterprise Dashboard Pro",
price: "$2,499/month", price: "$2,499/month",
rating: 5,
reviewCount: "8.4k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697699024-xunffv89.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697699024-xunffv89.jpg",
imageAlt: "Enterprise dashboard" imageAlt: "Enterprise dashboard"
}, },
{ {
id: "2", id: "2",
brand: "CloudSync",
name: "Integration Suite Plus", name: "Integration Suite Plus",
price: "$1,899/month", price: "$1,899/month",
rating: 5,
reviewCount: "6.2k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697699859-58a6nfjk.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697699859-58a6nfjk.jpg",
imageAlt: "Cloud integration" imageAlt: "Cloud integration"
}, },
{ {
id: "3", id: "3",
brand: "DataVault",
name: "Analytics Intelligence Hub", name: "Analytics Intelligence Hub",
price: "$3,299/month", price: "$3,299/month",
rating: 5,
reviewCount: "9.1k",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697700562-a619kf58.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697700562-a619kf58.jpg",
imageAlt: "Analytics platform" imageAlt: "Analytics platform"
} }
@@ -217,7 +195,7 @@ export default function LandingPage() {
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardNine <PricingCardOne
title="Choose Your Plan" title="Choose Your Plan"
description="Flexible pricing designed to scale with your organization" description="Flexible pricing designed to scale with your organization"
tag="Transparent Pricing" tag="Transparent Pricing"
@@ -225,30 +203,24 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "starter", id: "starter",
title: "Starter", badge: "Best for Teams",
price: "$499", badgeIcon: Users,
period: "/month", price: "$499/mo",
imageSrc: "/placeholders/placeholder1.webp", subtitle: "Perfect for growing teams",
imageAlt: "Starter plan",
features: [ features: [
"Up to 10 team members", "Up to 10 team members",
"Basic analytics", "Basic analytics",
"Email support", "Email support",
"50GB storage", "50GB storage",
"Monthly reports" "Monthly reports"
], ]
button: {
text: "Get Started",
href: "contact"
}
}, },
{ {
id: "professional", id: "professional",
title: "Professional", badge: "Most Popular",
price: "$1,299", badgeIcon: Sparkles,
period: "/month", price: "$1,299/mo",
imageSrc: "/placeholders/placeholder1.webp", subtitle: "For scaling businesses",
imageAlt: "Professional plan",
features: [ features: [
"Up to 50 team members", "Up to 50 team members",
"Advanced analytics", "Advanced analytics",
@@ -256,19 +228,14 @@ export default function LandingPage() {
"500GB storage", "500GB storage",
"Real-time dashboards", "Real-time dashboards",
"Custom integrations" "Custom integrations"
], ]
button: {
text: "Get Started",
href: "contact"
}
}, },
{ {
id: "enterprise", id: "enterprise",
title: "Enterprise", badge: "Custom Power",
badgeIcon: Crown,
price: "Custom", price: "Custom",
period: "", subtitle: "For enterprise needs",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Enterprise plan",
features: [ features: [
"Unlimited team members", "Unlimited team members",
"Enterprise analytics", "Enterprise analytics",
@@ -276,11 +243,7 @@ export default function LandingPage() {
"Unlimited storage", "Unlimited storage",
"Advanced security", "Advanced security",
"SLA guarantee" "SLA guarantee"
], ]
button: {
text: "Contact Sales",
href: "contact"
}
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -293,7 +256,7 @@ export default function LandingPage() {
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardFive <MetricCardThree
title="Proven Track Record" title="Proven Track Record"
description="Join thousands of companies that have transformed their operations with our platform" description="Join thousands of companies that have transformed their operations with our platform"
tag="Impact & Growth" tag="Impact & Growth"
@@ -301,25 +264,30 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "1", id: "1",
value: "50,000+", icon: Users,
description: "Active users trusting our platform for their daily operations" title: "Active Users",
value: "50,000+"
}, },
{ {
id: "2", id: "2",
value: "1,200+", icon: Building,
description: "Enterprise clients have transformed their business with our solutions" title: "Enterprise Clients",
value: "1,200+"
}, },
{ {
id: "3", id: "3",
value: "340%", icon: TrendingUp,
description: "Average revenue growth reported by our enterprise customers" title: "Revenue Growth",
value: "340%"
}, },
{ {
id: "4", id: "4",
value: "85", icon: Globe,
description: "Countries where our platform is actively used by businesses" title: "Global Coverage",
value: "85 Countries"
} }
]} ]}
gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -327,7 +295,7 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardEight
title="Customer Stories" title="Customer Stories"
description="See how leading organizations are achieving extraordinary results" description="See how leading organizations are achieving extraordinary results"
tag="Success Stories" tag="Success Stories"
@@ -338,98 +306,108 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
name: "Sarah Chen", name: "Sarah Chen",
role: "Chief Product Officer at TechVentures Inc.", role: "Chief Product Officer",
testimonial: "The platform has transformed how we approach product development. The analytics insights have been game-changing for our team.", company: "TechVentures Inc.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697701589-74m0l190.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697701589-74m0l190.jpg",
imageAlt: "Sarah Chen" imageAlt: "Sarah Chen"
}, },
{ {
id: "2", id: "2",
name: "Michael Rodriguez", name: "Michael Rodriguez",
role: "VP of Operations at Global Solutions Ltd.", role: "VP of Operations",
testimonial: "Implementation was seamless and the support team was exceptional. We saw immediate improvements in our operational efficiency.", company: "Global Solutions Ltd.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697702404-3f9g9pg8.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697702404-3f9g9pg8.jpg",
imageAlt: "Michael Rodriguez" imageAlt: "Michael Rodriguez"
}, },
{ {
id: "3", id: "3",
name: "Emily Patterson", name: "Emily Patterson",
role: "Founder & CEO at StartupX Labs", role: "Founder & CEO",
testimonial: "As a startup, we needed tools that could scale with us. This platform delivered exactly what we needed to grow rapidly.", company: "StartupX Labs",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697703019-hp2chfts.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697703019-hp2chfts.jpg",
imageAlt: "Emily Patterson" imageAlt: "Emily Patterson"
}, },
{ {
id: "4", id: "4",
name: "David Kim", name: "David Kim",
role: "Director of Strategy at Enterprise Solutions Co.", role: "Director of Strategy",
testimonial: "The automation features have saved us countless hours each week. Our team can now focus on strategic initiatives instead of manual tasks.", company: "Enterprise Solutions Co.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697703901-ucj0io9f.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697703901-ucj0io9f.jpg",
imageAlt: "David Kim" imageAlt: "David Kim"
}, },
{ {
id: "5", id: "5",
name: "Jessica Anderson", name: "Jessica Anderson",
role: "Head of Digital at Innovation Hub Partners", role: "Head of Digital",
testimonial: "The real-time collaboration features have revolutionized how our distributed team works together. Highly recommend!", company: "Innovation Hub Partners",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697704883-1ocaj213.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697704883-1ocaj213.jpg",
imageAlt: "Jessica Anderson" imageAlt: "Jessica Anderson"
}, },
{ {
id: "6", id: "6",
name: "James Matthews", name: "James Matthews",
role: "Executive Director at Growth Accelerators", role: "Executive Director",
testimonial: "The platform's security features give us complete confidence in handling sensitive client data. Outstanding solution!", company: "Growth Accelerators",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697706400-gxjdwov7.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697706400-gxjdwov7.jpg",
imageAlt: "James Matthews" imageAlt: "James Matthews"
} }
]} ]}
animationType="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactText
title="Ready to Transform Your Business?" text="Ready to transform your business? Join hundreds of successful companies already using our platform. Start your free trial today."
description="Join hundreds of successful companies already using our platform. Start your free trial today and see the difference intelligent automation can make." animationType="background-highlight"
inputs={[ buttons={[
{ {text: "Start Free Trial", href: "https://example.com/signup"},
name: "name", {text: "Schedule Demo", href: "contact"}
type: "text",
placeholder: "Your Name",
required: true
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true
},
{
name: "company",
type: "text",
placeholder: "Company Name",
required: false
}
]} ]}
textarea={{
name: "message",
placeholder: "Tell us about your project or ask any questions...",
rows: 5,
required: false
}}
buttonText="Start Free Trial"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg" textClassName="text-3xl md:text-4xl font-bold"
imageAlt="Platform dashboard preview" containerClassName="rounded-soft"
mediaPosition="right"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterBaseReveal
logoText="Webild" columns={[
{
title: "Product",
items: [
{label: "Features", href: "features"},
{label: "Pricing", href: "pricing"},
{label: "Security", href: "#"},
{label: "Roadmap", href: "#"}
]
},
{
title: "Company",
items: [
{label: "About", href: "about"},
{label: "Blog", href: "#"},
{label: "Careers", href: "#"},
{label: "Contact", href: "contact"}
]
},
{
title: "Legal",
items: [
{label: "Privacy", href: "#"},
{label: "Terms", href: "#"},
{label: "Cookies", href: "#"},
{label: "Compliance", href: "#"}
]
}
]}
copyrightText="© 2025 Webild. All rights reserved." copyrightText="© 2025 Webild. All rights reserved."
ariaLabel="Footer"
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>