19 Commits

Author SHA1 Message Date
416472a71b Update src/app/page.tsx 2026-03-13 15:02:38 +00:00
a5aeda07d2 Update src/app/page.tsx 2026-03-13 15:01:36 +00:00
15416d30b4 Update src/app/page.tsx 2026-03-13 15:00:41 +00:00
cadca3ed77 Update src/app/page.tsx 2026-03-13 14:59:38 +00:00
d66928964a Merge version_7 into main
Merge version_7 into main
2026-03-13 14:15:43 +00:00
7708a09e96 Update src/app/page.tsx 2026-03-13 14:15:40 +00:00
53078775e2 Merge version_6 into main
Merge version_6 into main
2026-03-13 13:10:12 +00:00
ad8bb461f8 Update src/app/page.tsx 2026-03-13 13:10:08 +00:00
c230753e30 Merge version_5 into main
Merge version_5 into main
2026-03-13 12:08:52 +00:00
274a8b8446 Update src/app/page.tsx 2026-03-13 12:08:48 +00:00
c3fb8ddc98 Merge version_4 into main
Merge version_4 into main
2026-03-13 12:07:23 +00:00
ee9b73c04d Update src/app/page.tsx 2026-03-13 12:07:19 +00:00
18d8167595 Merge version_3 into main
Merge version_3 into main
2026-03-13 11:49:25 +00:00
b307765940 Update src/app/page.tsx 2026-03-13 11:49:21 +00:00
64e2ac57f0 Merge version_3 into main
Merge version_3 into main
2026-03-13 11:48:48 +00:00
d0d3fdd82c Update src/app/page.tsx 2026-03-13 11:48:44 +00:00
7c5c850f41 Switch to version 1: modified src/app/page.tsx 2026-03-13 11:47:49 +00:00
0476b297bb Merge version_2 into main
Merge version_2 into main
2026-03-13 11:46:59 +00:00
ad9d054312 Merge version_2 into main
Merge version_2 into main
2026-03-13 11:46:29 +00:00

View File

@@ -2,11 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Zap, ArrowRight } from "lucide-react";
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Zap, Award, Star, Sparkles, CheckCircle, Users, MessageSquare, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,130 +34,309 @@ export default function LandingPage() {
<NavbarStyleFullscreen
brandName="SAAR TECHNOLOGIES"
navItems={[
{ name: "Hero", id: "hero" },
{ name: "About", id: "about" },
{ name: "Social Proof", id: "social-proof" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Metrics", id: "metrics" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Social Proof", id: "social-proof" },
{ name: "Footer", id: "footer" },
]}
bottomLeftText="Innovation"
bottomLeftText="Innovation Hub"
bottomRightText="hello@saartechnologies.com"
/>
</div>
{/* Hero - Billboard Scroll */}
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="SAAR TECHNOLOGIES"
description="Cutting-edge solutions for modern businesses. Transform your operations with our advanced technology platform designed for scale and performance."
background={{ variant: "radial-gradient" }}
<HeroBillboardScroll
title="Scale Your Enterprise Operations 10x Faster"
description="Harness cutting-edge innovations designed to scale with your business. From intelligent automation to data-driven insights, we deliver enterprise-grade solutions that transform operations."
tag="Next Generation Tech"
tagIcon={Zap}
buttons={[
{ text: "Explore Solutions", href: "#features" },
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
layoutOrder="default"
buttonAnimation="slide-up"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
/>
</div>
{/* About - Inline Image Split Text */}
{/* About - Media About */}
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Empowering businesses with" },
{ type: "text", content: "innovative" },
{ type: "text", content: "technology solutions" },
]}
<MediaAbout
title="Why Choose SAAR TECHNOLOGIES"
description="We combine deep technological expertise with proven business methodology to deliver solutions that drive measurable results. Our team of industry veterans brings decades of experience across enterprise transformation, cloud architecture, and digital innovation."
tag="About Us"
tagIcon={Star}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=about"
imageAlt="SAAR Technologies Team"
useInvertedBackground={false}
buttons={[
{ text: "Explore Services", href: "#social-proof" },
{ text: "Schedule Demo", href: "#contact" },
{ text: "Learn More", href: "#features" },
{ text: "Contact Us", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
</div>
{/* Social Proof */}
{/* Features - Feature Border Glow */}
<div id="features" data-section="features">
<FeatureBorderGlow
title="Powerful Features for Enterprise Scale"
description="Everything you need to transform your operations"
tag="Core Features"
tagIcon={Sparkles}
features={[
{
title: "Intelligent Automation", description: "Automate complex workflows and reduce manual overhead by up to 80%", icon: Zap,
},
{
title: "Data-Driven Insights", description: "Real-time analytics and predictive intelligence for better decision-making", icon: CheckCircle,
},
{
title: "Seamless Integration", description: "Connect with your existing tech stack in minutes, not weeks", icon: Users,
},
{
title: "Enterprise Security", description: "Bank-grade encryption and compliance with all major standards", icon: Award,
},
]}
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Explore All Features", href: "#products" },
]}
/>
</div>
{/* Products - Product Card One */}
<div id="products" data-section="products">
<ProductCardOne
title="Our Solutions"
description="Comprehensive product suite designed for enterprise needs"
tag="Products"
tagIcon={Star}
products={[
{
id: "1", name: "Enterprise Platform", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=product1", imageAlt: "Enterprise Platform"
},
{
id: "2", name: "Cloud Integration", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=product2", imageAlt: "Cloud Integration"
},
{
id: "3", name: "Analytics Engine", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=product3", imageAlt: "Analytics Engine"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View Pricing", href: "#metrics" },
]}
/>
</div>
{/* Metrics - Metric Card One */}
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Impact by the Numbers"
description="Our clients see transformative results"
tag="Success Metrics"
tagIcon={Award}
metrics={[
{
id: "1", value: "10x", title: "Operations Efficiency", description: "Improvement", icon: Zap
},
{
id: "2", value: "40%", title: "Cost Reduction", description: "Average", icon: CheckCircle
},
{
id: "3", value: "6 weeks", title: "Time to Deploy", description: "Faster", icon: Star
},
{
id: "4", value: "95%", title: "Customer Satisfaction", description: "Increase", icon: Award
},
]}
gridVariant="uniform-all-items-equal"
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "See Case Studies", href: "#testimonials" },
]}
/>
</div>
{/* Team - Team Card Five */}
<div id="team" data-section="team">
<TeamCardFive
title="Our Leadership Team"
description="Experienced innovators driving transformation"
tag="Team"
tagIcon={Users}
team={[
{
id: "1", name: "Sarah Chen", role: "CEO & Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=team1", imageAlt: "Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", role: "CTO & Co-Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=team2", imageAlt: "Michael Rodriguez"
},
{
id: "3", name: "Emily Watson", role: "Chief Product Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=team3", imageAlt: "Emily Watson"
},
{
id: "4", name: "James Park", role: "VP of Sales", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=team4", imageAlt: "James Park"
},
{
id: "5", name: "Lisa Johnson", role: "Head of Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=team5", imageAlt: "Lisa Johnson"
},
]}
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Join Our Team", href: "#" },
]}
/>
</div>
{/* Testimonials - Testimonial Card Six */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Clients Say"
description="Hear from industry leaders who have transformed their operations"
tag="Testimonials"
tagIcon={MessageSquare}
testimonials={[
{
id: "1", name: "David Thompson", handle: "@dthompson", testimonial: "Transformed our operations completely", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial1", imageAlt: "David Thompson"
},
{
id: "2", name: "Priya Kapoor", handle: "@pkapoor", testimonial: "Best investment we made for our business", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial2", imageAlt: "Priya Kapoor"
},
{
id: "3", name: "Marcus Williams", handle: "@mwilliams", testimonial: "Outstanding support and results", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial3", imageAlt: "Marcus Williams"
},
{
id: "4", name: "Anna Mueller", handle: "@amueller", testimonial: "Exceeded all our expectations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial4", imageAlt: "Anna Mueller"
},
{
id: "5", name: "Carlos Lopez", handle: "@clopez", testimonial: "Incredible platform and team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial5", imageAlt: "Carlos Lopez"
},
{
id: "6", name: "Rachel Green", handle: "@rgreen", testimonial: "Game-changing solution for enterprises", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=testimonial6", imageAlt: "Rachel Green"
},
]}
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Read More Reviews", href: "#contact" },
]}
/>
</div>
{/* FAQ - FAQ Split Text */}
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about SAAR Technologies"
faqs={[
{
id: "1", title: "How long does implementation take?", content: "Our typical enterprise implementation is completed within 6-8 weeks, depending on your specific requirements and existing infrastructure."
},
{
id: "2", title: "What integrations do you support?", content: "We support integrations with all major enterprise platforms including Salesforce, SAP, Oracle, Microsoft Dynamics, and 500+ other applications through our integration marketplace."
},
{
id: "3", title: "Is your solution secure?", content: "Yes. We maintain SOC 2 Type II, ISO 27001, and GDPR compliance. All data is encrypted end-to-end with multi-layer security protocols."
},
{
id: "4", title: "What support do you provide?", content: "We offer 24/7 enterprise support with dedicated account managers, technical support teams, and onboarding specialists for all clients."
},
{
id: "5", title: "Can we scale with your platform?", content: "Absolutely. Our platform is built for enterprise scale and can handle millions of transactions daily while maintaining performance."
},
{
id: "6", title: "What is your pricing model?", content: "We offer flexible pricing based on usage, deployment model (cloud/on-premise), and feature requirements. Contact sales for a custom quote."
},
]}
faqsAnimation="opacity"
useInvertedBackground={false}
buttons={[
{ text: "Contact Sales", href: "#contact" },
]}
/>
</div>
{/* Contact - Contact Center */}
<div id="contact" data-section="contact">
<ContactCenter
title="Ready to Transform Your Operations?"
description="Get in touch with our team to discuss how SAAR Technologies can accelerate your enterprise growth."
tag="Contact"
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
{/* Social Proof - Social Proof One */}
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Join hundreds of companies that rely on SAAR Technologies for their critical operations"
tag="Partners"
description="Join the ranks of Fortune 500 companies and innovative startups leveraging our technology solutions."
tag="Partners & Clients"
tagIcon={Award}
textboxLayout="default"
useInvertedBackground={false}
names={[
"TechCorp", "DataFlow", "CloudSync", "InnovateLabs", "FutureScale", "VisionAI"
"TechCorp International", "Global Innovations Inc", "Digital Futures Ltd", "Enterprise Solutions Group", "Strategic Technologies", "Innovation Partners", "Next Gen Systems", "Advanced Ventures"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n74um1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qvy45h", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xt7tmi", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ukzhgj", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hn1944", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=adrve1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fz24sz", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2oawpm"
]}
speed={40}
showCard={true}
buttons={[
{ text: "View Case Studies", href: "#testimonials" },
]}
/>
</div>
{/* Contact */}
<div id="contact" data-section="contact">
<div className="flex flex-col items-center justify-center min-h-screen bg-background px-6 py-12 md:py-24">
<div className="max-w-2xl w-full text-center space-y-8">
<div className="space-y-4">
<h1 className="text-5xl md:text-7xl font-bold text-foreground">
Ready to Transform Your Business?
</h1>
<p className="text-xl text-foreground/75">
Get in touch with our team to discuss how SAAR Technologies can help you achieve your goals.
</p>
</div>
<div className="flex flex-col md:flex-row gap-4 justify-center">
<a
href="mailto:hello@saartechnologies.com"
className="px-8 py-4 bg-primary-cta text-primary-cta-text rounded-lg font-semibold hover:opacity-90 transition-opacity"
>
Contact Us
</a>
<a
href="#"
className="px-8 py-4 border border-foreground/20 text-foreground rounded-lg font-semibold hover:bg-foreground/5 transition-colors"
>
Schedule Call
</a>
</div>
</div>
</div>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="SAAR TECHNOLOGIES"
copyrightText="© 2025 SAAR Technologies. All rights reserved."
copyrightText="© 2025 SAAR TECHNOLOGIES. All rights reserved."
columns={[
{
title: "Product", items: [
{ label: "Features", href: "#hero" },
{ label: "Solutions", href: "#about" },
{ label: "Pricing", href: "#" },
{ label: "Documentation", href: "#" },
title: "Solutions", items: [
{ label: "Enterprise Solutions", href: "#products" },
{ label: "Technology Stack", href: "#features" },
{ label: "Integration Services", href: "#" },
{ label: "Support", href: "#contact" },
],
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "About Us", href: "#about" },
{ label: "Team", href: "#team" },
{ label: "News", href: "#" },
{ label: "Press", href: "#" },
],
},
{
title: "Resources", items: [
{ label: "Help Center", href: "#" },
{ label: "Community", href: "#" },
{ label: "Status", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "Case Studies", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
{ label: "Security", href: "#" },
{ label: "Compliance", href: "#" },
{ label: "Partners", href: "#social-proof" },
],
},
]}