Merge version_1 into main #1
238
src/app/page.tsx
238
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Clients", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jaskinfotech"
|
||||
/>
|
||||
@@ -56,62 +48,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Digital Transformation for the Modern Enterprise"
|
||||
description="The payment experience that saves time and generates 5× more Google reviews. Jaskinfotech delivers the smart, efficient solutions your venue needs to scale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together-office_23-2149307793.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3776.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 3,500+ professionals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud Infrastructure",
|
||||
},
|
||||
type: "text", text: "Cloud Infrastructure"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cybersecurity",
|
||||
},
|
||||
type: "text", text: "Cybersecurity"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Analytics",
|
||||
},
|
||||
type: "text", text: "Data Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Integration",
|
||||
},
|
||||
type: "text", text: "AI Integration"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless Migration",
|
||||
},
|
||||
type: "text", text: "Seamless Migration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,25 +93,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3,500+",
|
||||
title: "Happy Clients",
|
||||
description: "Global restaurants and enterprises trust our solutions.",
|
||||
icon: Users,
|
||||
id: "m1", value: "3,500+", title: "Happy Clients", description: "Global restaurants and enterprises trust our solutions.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "80M+",
|
||||
title: "Payments Processed",
|
||||
description: "Reliable transactional infrastructure for high volumes.",
|
||||
icon: CreditCard,
|
||||
id: "m2", value: "80M+", title: "Payments Processed", description: "Reliable transactional infrastructure for high volumes.", icon: CreditCard,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Expert Support",
|
||||
description: "Always-on service to keep your operations running.",
|
||||
icon: Headphones,
|
||||
id: "m3", value: "24/7", title: "Expert Support", description: "Always-on service to keep your operations running.", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
title="Impact at Scale"
|
||||
@@ -157,34 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Payments",
|
||||
title: "Integrated Payments",
|
||||
items: [
|
||||
"Real-time transaction tracking",
|
||||
"Unified payment gateway",
|
||||
"Automatic settlement tools",
|
||||
],
|
||||
id: "f1", label: "Payments", title: "Integrated Payments", items: [
|
||||
"Real-time transaction tracking", "Unified payment gateway", "Automatic settlement tools"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Management",
|
||||
title: "Smart Operations",
|
||||
items: [
|
||||
"Staff resource allocation",
|
||||
"Inventory management",
|
||||
"Operational analytics",
|
||||
],
|
||||
id: "f2", label: "Management", title: "Smart Operations", items: [
|
||||
"Staff resource allocation", "Inventory management", "Operational analytics"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Growth",
|
||||
title: "Customer Loyalty",
|
||||
items: [
|
||||
"Review generation engine",
|
||||
"Repeat visit incentives",
|
||||
"Loyalty program automation",
|
||||
],
|
||||
id: "f3", label: "Growth", title: "Customer Loyalty", items: [
|
||||
"Review generation engine", "Repeat visit incentives", "Loyalty program automation"],
|
||||
},
|
||||
]}
|
||||
title="Every check now drives value"
|
||||
@@ -197,20 +136,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "This isn't a trend. It's your shift.",
|
||||
},
|
||||
type: "text", content: "This isn't a trend. It's your shift."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg",
|
||||
alt: "Jaskinfotech office",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", alt: "Jaskinfotech office"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,47 +151,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "We’ve had more reviews at our new location in one year than at our old one in ten years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "We’ve had more reviews at our new location in one year than at our old one in ten years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Paying in restaurants used to be slow, awkward and frustrating. This changed everything.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Paying in restaurants used to be slow, awkward and frustrating. This changed everything.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alex Rodriguez",
|
||||
handle: "@arod",
|
||||
testimonial: "There’s an art to dining out, but no art to paying the check. They solved that.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-posing-camera_23-2148415936.jpg",
|
||||
},
|
||||
id: "t3", name: "Alex Rodriguez", handle: "@arod", testimonial: "There’s an art to dining out, but no art to paying the check. They solved that.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-posing-camera_23-2148415936.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Petrova",
|
||||
handle: "@elena",
|
||||
testimonial: "Efficiency levels have doubled since we integrated their guest platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
id: "t4", name: "Elena Petrova", handle: "@elena", testimonial: "Efficiency levels have doubled since we integrated their guest platform.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Smith",
|
||||
handle: "@dave",
|
||||
testimonial: "Support team is top notch. Truly responsive to our unique needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
},
|
||||
id: "t5", name: "David Smith", handle: "@dave", testimonial: "Support team is top notch. Truly responsive to our unique needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear from our clients"
|
||||
@@ -272,14 +180,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Oracle",
|
||||
"IBM",
|
||||
"AWS",
|
||||
"Salesforce",
|
||||
]}
|
||||
"Microsoft", "Google", "Apple", "Oracle", "IBM", "AWS", "Salesforce"]}
|
||||
title="Global Industry Leaders"
|
||||
description="Recognized by industry leaders for innovation and service excellence."
|
||||
/>
|
||||
@@ -291,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is your system secure?",
|
||||
content: "We use bank-grade encryption for all transactions.",
|
||||
},
|
||||
id: "q1", title: "Is your system secure?", content: "We use bank-grade encryption for all transactions."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long for onboarding?",
|
||||
content: "Our team ensures a smooth setup in under 48 hours.",
|
||||
},
|
||||
id: "q2", title: "How long for onboarding?", content: "Our team ensures a smooth setup in under 48 hours."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I integrate existing APIs?",
|
||||
content: "Absolutely, our architecture is built for extensibility.",
|
||||
},
|
||||
id: "q3", title: "Can I integrate existing APIs?", content: "Absolutely, our architecture is built for extensibility."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-analyzing-performance-metrics-his-computer-workplace_482257-122613.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -321,22 +213,14 @@ export default function LandingPage() {
|
||||
description="Contact us today for a demo and customized solution tailored to your business."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your project description...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your project description...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg"
|
||||
@@ -347,37 +231,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Payments",
|
||||
href: "#",
|
||||
},
|
||||
label: "Payments", href: "#"},
|
||||
{
|
||||
label: "Smart Handheld",
|
||||
href: "#",
|
||||
},
|
||||
label: "Smart Handheld", href: "#"},
|
||||
{
|
||||
label: "Digital Bill",
|
||||
href: "#",
|
||||
},
|
||||
label: "Digital Bill", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user