Merge version_1 into main #2
238
src/app/page.tsx
238
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AST Smart"
|
||||
/>
|
||||
@@ -57,21 +49,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="AST Smart"
|
||||
description="Revolutionizing business intelligence through smarter automation and data-driven insights. Scale your operations seamlessly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/programmer-wearing-headphones-types-code-into-pc-developing-software_482257-124970.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/programmer-wearing-headphones-types-code-into-pc-developing-software_482257-124970.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="tech dashboard"
|
||||
/>
|
||||
@@ -85,19 +72,13 @@ export default function LandingPage() {
|
||||
description="AST Smart empowers teams to make decisions faster. Our platform integrates seamlessly into your workflow, providing actionable insights that drive real business growth."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Real-time Analytics",
|
||||
description: "Instant data processing at your fingertips.",
|
||||
},
|
||||
title: "Real-time Analytics", description: "Instant data processing at your fingertips."},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Connect with all your favorite tools instantly.",
|
||||
},
|
||||
title: "Seamless Integration", description: "Connect with all your favorite tools instantly."},
|
||||
{
|
||||
title: "Automated Workflows",
|
||||
description: "Reduce manual tasks by up to 80%.",
|
||||
},
|
||||
title: "Automated Workflows", description: "Reduce manual tasks by up to 80%."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153842.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153842.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="tech team"
|
||||
/>
|
||||
@@ -110,55 +91,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Insights",
|
||||
description: "Machine learning based trend forecasting.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg",
|
||||
imageAlt: "tech dashboard",
|
||||
},
|
||||
title: "Advanced Insights", description: "Machine learning based trend forecasting.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg", imageAlt: "tech dashboard"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Instant updates",
|
||||
},
|
||||
text: "Instant updates"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programmer-wearing-headphones-types-code-into-pc-developing-software_482257-124970.jpg?_wi=2",
|
||||
imageAlt: "tech dashboard",
|
||||
},
|
||||
{
|
||||
title: "Global Scaling",
|
||||
description: "Infrastructure that grows with your business.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-134725.jpg",
|
||||
imageAlt: "tech team",
|
||||
},
|
||||
title: "Global Scaling", description: "Infrastructure that grows with your business.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-office-executive-shaking-hand-new-male-team-member-employee_93675-134725.jpg", imageAlt: "tech team"},
|
||||
items: [
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Worldwide coverage",
|
||||
},
|
||||
text: "Worldwide coverage"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153842.jpg?_wi=2",
|
||||
imageAlt: "tech dashboard",
|
||||
},
|
||||
{
|
||||
title: "Security First",
|
||||
description: "Bank-grade encryption for all data.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884856.jpg",
|
||||
imageAlt: "tech dashboard",
|
||||
},
|
||||
title: "Security First", description: "Bank-grade encryption for all data.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884856.jpg", imageAlt: "tech dashboard"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Total protection",
|
||||
},
|
||||
text: "Total protection"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors-with-arms-crossed-copy-space_23-2148767055.jpg?_wi=1",
|
||||
imageAlt: "tech dashboard",
|
||||
},
|
||||
]}
|
||||
title="Smart Features"
|
||||
@@ -171,14 +131,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"Stripe",
|
||||
"Airbnb",
|
||||
"Netflix",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "Stripe", "Airbnb", "Netflix"]}
|
||||
title="Trusted by Leaders"
|
||||
description="Industry titans choose AST Smart for their digital transformation."
|
||||
/>
|
||||
@@ -191,52 +144,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "$99",
|
||||
subtitle: "For startups",
|
||||
buttons: [
|
||||
id: "basic", badge: "Entry", price: "$99", subtitle: "For startups", buttons: [
|
||||
{
|
||||
text: "Buy Now",
|
||||
},
|
||||
text: "Buy Now"},
|
||||
],
|
||||
features: [
|
||||
"1 User",
|
||||
"Basic Analytics",
|
||||
"Community Support",
|
||||
],
|
||||
"1 User", "Basic Analytics", "Community Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$299",
|
||||
subtitle: "For growth",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", price: "$299", subtitle: "For growth", buttons: [
|
||||
{
|
||||
text: "Buy Now",
|
||||
},
|
||||
text: "Buy Now"},
|
||||
],
|
||||
features: [
|
||||
"5 Users",
|
||||
"Full Analytics",
|
||||
"24/7 Support",
|
||||
],
|
||||
"5 Users", "Full Analytics", "24/7 Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
price: "Custom",
|
||||
subtitle: "For scale",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For scale", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Users",
|
||||
"Enterprise API",
|
||||
"Dedicated Account Manager",
|
||||
],
|
||||
"Unlimited Users", "Enterprise API", "Dedicated Account Manager"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
@@ -252,25 +181,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150%",
|
||||
title: "Growth",
|
||||
description: "Avg monthly revenue increase.",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "150%", title: "Growth", description: "Avg monthly revenue increase.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always here to help you.",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Support", description: "Always here to help you.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Reliability you can trust.",
|
||||
icon: CheckCircle,
|
||||
id: "m3", value: "99.9%", title: "Uptime", description: "Reliability you can trust.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
@@ -285,45 +202,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
role: "CEO",
|
||||
testimonial: "Transformational platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors-with-arms-crossed-copy-space_23-2148767055.jpg?_wi=2",
|
||||
imageAlt: "professional portrait",
|
||||
},
|
||||
id: "t1", name: "Sarah", role: "CEO", testimonial: "Transformational platform.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors-with-arms-crossed-copy-space_23-2148767055.jpg", imageAlt: "professional portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John",
|
||||
role: "CTO",
|
||||
testimonial: "Unmatched efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-young-businesswoman_1262-20881.jpg",
|
||||
imageAlt: "woman professional",
|
||||
},
|
||||
id: "t2", name: "John", role: "CTO", testimonial: "Unmatched efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-young-businesswoman_1262-20881.jpg", imageAlt: "woman professional"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily",
|
||||
role: "COO",
|
||||
testimonial: "Truly game-changing results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-green-wall-plants-wooden-floors-comfortable-seating_191095-99743.jpg",
|
||||
imageAlt: "tech innovator",
|
||||
},
|
||||
id: "t3", name: "Emily", role: "COO", testimonial: "Truly game-changing results.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-green-wall-plants-wooden-floors-comfortable-seating_191095-99743.jpg", imageAlt: "tech innovator"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David",
|
||||
role: "CFO",
|
||||
testimonial: "Best investment we've made.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-meeting_23-2148427155.jpg",
|
||||
imageAlt: "consultant professional",
|
||||
},
|
||||
id: "t4", name: "David", role: "CFO", testimonial: "Best investment we've made.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-meeting_23-2148427155.jpg", imageAlt: "consultant professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alex",
|
||||
role: "VP",
|
||||
testimonial: "Excellent service and product.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-graphic-designer_23-2147652918.jpg",
|
||||
imageAlt: "creative professional",
|
||||
},
|
||||
id: "t5", name: "Alex", role: "VP", testimonial: "Excellent service and product.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-graphic-designer_23-2147652918.jpg", imageAlt: "creative professional"},
|
||||
]}
|
||||
title="Happy Clients"
|
||||
description="Our customers are our biggest advocates."
|
||||
@@ -336,20 +223,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Yes, our plans are month-to-month.",
|
||||
},
|
||||
id: "f1", title: "Can I cancel anytime?", content: "Yes, our plans are month-to-month."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is my data secure?",
|
||||
content: "We use the latest encryption standards.",
|
||||
},
|
||||
id: "f2", title: "Is my data secure?", content: "We use the latest encryption standards."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I upgrade?",
|
||||
content: "Yes, you can upgrade your plan anytime.",
|
||||
},
|
||||
id: "f3", title: "Can I upgrade?", content: "Yes, you can upgrade your plan anytime."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know."
|
||||
@@ -364,16 +242,10 @@ export default function LandingPage() {
|
||||
description="Ready to get started with AST Smart?"
|
||||
inputs={[
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
]}
|
||||
buttonText="Submit"
|
||||
@@ -386,29 +258,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user