8 Commits

Author SHA1 Message Date
4df925c547 Update src/app/page.tsx 2026-01-06 11:51:59 +00:00
1aeec11510 Update src/app/page.tsx 2026-01-06 11:49:42 +00:00
e30aa5c2b7 Update src/app/page.tsx 2026-01-06 11:47:32 +00:00
f38ca9000e Update src/app/page.tsx 2026-01-06 11:45:20 +00:00
a0c751e718 Update src/app/page.tsx 2026-01-06 11:42:22 +00:00
8d7b3d408a Update src/app/page.tsx 2026-01-06 11:40:16 +00:00
e54c8a5100 Update src/app/page.tsx 2026-01-06 11:38:12 +00:00
80f23a96fd Update src/app/globals.css 2026-01-06 11:31:11 +00:00
2 changed files with 158 additions and 110 deletions

View File

@@ -9,8 +9,8 @@
--foreground: #00120ae6;; --foreground: #00120ae6;;
--primary-cta: #15ad59;; --primary-cta: #15ad59;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #e2e2e2;; --accent: #9ca3af;;
--background-accent: #c4c4c4;; --background-accent: #e5e7eb;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -5,13 +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 ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
import ContactText from '@/components/sections/contact/ContactText'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award } from "lucide-react"; import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award, Package } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -82,28 +83,28 @@ export default function LandingPage() {
tagIcon={CheckCircle} tagIcon={CheckCircle}
features={[ features={[
{ {
id: "01", 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: "02", 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: "03", 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: "04", 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",
@@ -120,8 +121,64 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="feature-card-six" data-section="feature-card-six">
<FeatureCardFifteen
title="Additional Features"
description="Discover more capabilities that power your success"
features={[
{
id: "1",
title: "Real-time Monitoring",
description: "Track everything in real-time with instant notifications",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg",
imageAlt: "Monitoring dashboard"
},
{
id: "2",
title: "API Integration",
description: "Seamlessly integrate with your favorite tools and services",
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"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
speed={40}
topMarqueeDirection="left"
/>
</div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardSeven
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"
@@ -129,31 +186,22 @@ 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"
} }
@@ -169,7 +217,7 @@ export default function LandingPage() {
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardOne <PricingCardNine
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"
@@ -177,24 +225,30 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "starter", id: "starter",
badge: "Best for Teams", title: "Starter",
badgeIcon: Users, price: "$499",
price: "$499/mo", period: "/month",
subtitle: "Perfect for growing teams", imageSrc: "/placeholders/placeholder1.webp",
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",
badge: "Most Popular", title: "Professional",
badgeIcon: Sparkles, price: "$1,299",
price: "$1,299/mo", period: "/month",
subtitle: "For scaling businesses", imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Professional plan",
features: [ features: [
"Up to 50 team members", "Up to 50 team members",
"Advanced analytics", "Advanced analytics",
@@ -202,14 +256,19 @@ 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",
badge: "Custom Power", title: "Enterprise",
badgeIcon: Crown,
price: "Custom", price: "Custom",
subtitle: "For enterprise needs", period: "",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Enterprise plan",
features: [ features: [
"Unlimited team members", "Unlimited team members",
"Enterprise analytics", "Enterprise analytics",
@@ -217,7 +276,11 @@ 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"
@@ -230,7 +293,7 @@ export default function LandingPage() {
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardThree <MetricCardFive
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"
@@ -238,30 +301,25 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "1", id: "1",
icon: Users, value: "50,000+",
title: "Active Users", description: "Active users trusting our platform for their daily operations"
value: "50,000+"
}, },
{ {
id: "2", id: "2",
icon: Building, value: "1,200+",
title: "Enterprise Clients", description: "Enterprise clients have transformed their business with our solutions"
value: "1,200+"
}, },
{ {
id: "3", id: "3",
icon: TrendingUp, value: "340%",
title: "Revenue Growth", description: "Average revenue growth reported by our enterprise customers"
value: "340%"
}, },
{ {
id: "4", id: "4",
icon: Globe, value: "85",
title: "Global Coverage", description: "Countries where our platform is actively used by businesses"
value: "85 Countries"
} }
]} ]}
gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -269,7 +327,7 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardEight <TestimonialCardTwo
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"
@@ -280,108 +338,98 @@ export default function LandingPage() {
{ {
id: "1", id: "1",
name: "Sarah Chen", name: "Sarah Chen",
role: "Chief Product Officer", role: "Chief Product Officer at TechVentures Inc.",
company: "TechVentures Inc.", testimonial: "The platform has transformed how we approach product development. The analytics insights have been game-changing for our team.",
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", role: "VP of Operations at Global Solutions Ltd.",
company: "Global Solutions Ltd.", testimonial: "Implementation was seamless and the support team was exceptional. We saw immediate improvements in our operational efficiency.",
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", role: "Founder & CEO at StartupX Labs",
company: "StartupX Labs", testimonial: "As a startup, we needed tools that could scale with us. This platform delivered exactly what we needed to grow rapidly.",
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", role: "Director of Strategy at Enterprise Solutions Co.",
company: "Enterprise Solutions Co.", testimonial: "The automation features have saved us countless hours each week. Our team can now focus on strategic initiatives instead of manual tasks.",
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", role: "Head of Digital at Innovation Hub Partners",
company: "Innovation Hub Partners", testimonial: "The real-time collaboration features have revolutionized how our distributed team works together. Highly recommend!",
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", role: "Executive Director at Growth Accelerators",
company: "Growth Accelerators", testimonial: "The platform's security features give us complete confidence in handling sensitive client data. Outstanding solution!",
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">
<ContactText <ContactSplitForm
text="Ready to transform your business? Join hundreds of successful companies already using our platform. Start your free trial today." title="Ready to Transform Your Business?"
animationType="background-highlight" description="Join hundreds of successful companies already using our platform. Start your free trial today and see the difference intelligent automation can make."
buttons={[ inputs={[
{text: "Start Free Trial", href: "https://example.com/signup"}, {
{text: "Schedule Demo", href: "contact"} name: "name",
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"
textClassName="text-3xl md:text-4xl font-bold" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg"
containerClassName="rounded-soft" imageAlt="Platform dashboard preview"
mediaPosition="right"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterCard
columns={[ logoText="Webild"
{
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>