Update src/app/page.tsx
This commit is contained in:
382
src/app/page.tsx
382
src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
|||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
@@ -34,33 +34,21 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "/pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Blog & Resources", id: "/blog"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#contact",
|
{
|
||||||
},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/office-supplies-black-table_171337-13076.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/office-supplies-black-table_171337-13076.jpg"
|
||||||
logoAlt="Albert Dev logo"
|
logoAlt="Albert Dev logo"
|
||||||
@@ -73,74 +61,47 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated-grid",
|
variant: "downward-rays-animated-grid"}}
|
||||||
}}
|
|
||||||
title="Build Your Vision. Code Your Success. Deliver Innovation."
|
title="Build Your Vision. Code Your Success. Deliver Innovation."
|
||||||
description="Albert Dev is your partner for high-quality software development, custom web and mobile apps, and robust source code solutions. Let's create something extraordinary together."
|
description="Albert Dev is your partner for high-quality software development, custom web and mobile apps, and robust source code solutions. Let's create something extraordinary together."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/office-administrator-exploring-collaborations-opportunities_482257-88821.jpg",
|
src: "http://img.b2bpic.net/free-photo/office-administrator-exploring-collaborations-opportunities_482257-88821.jpg", alt: "Sarah Johnson"},
|
||||||
alt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg", alt: "Michael Chen"},
|
||||||
alt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", alt: "Emily Rodriguez"},
|
||||||
alt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/dark-studio-full-colourful-lights-young-girl-is-working-her-new-creative-ideas_613910-11479.jpg",
|
src: "http://img.b2bpic.net/free-photo/dark-studio-full-colourful-lights-young-girl-is-working-her-new-creative-ideas_613910-11479.jpg", alt: "David Kim"},
|
||||||
alt: "David Kim",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2148718088.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2148718088.jpg", alt: "Laura Parker"},
|
||||||
alt: "Laura Parker",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 100+ happy clients."
|
avatarText="Trusted by 100+ happy clients."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Services",
|
text: "Explore Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Portfolio",
|
text: "View Portfolio", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Web Development", icon: Laptop,
|
||||||
text: "Web Development",
|
|
||||||
icon: Laptop,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Mobile Apps", icon: Smartphone,
|
||||||
text: "Mobile Apps",
|
|
||||||
icon: Smartphone,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Source Code", icon: Code,
|
||||||
text: "Source Code",
|
|
||||||
icon: Code,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Custom Solutions", icon: Sparkles,
|
||||||
text: "Custom Solutions",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "UI/UX Design", icon: Paintbrush,
|
||||||
text: "UI/UX Design",
|
|
||||||
icon: Paintbrush,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Ongoing Support", icon: LifeBuoy,
|
||||||
text: "Ongoing Support",
|
|
||||||
icon: LifeBuoy,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={25}
|
marqueeSpeed={25}
|
||||||
@@ -168,23 +129,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Outdated Technologies",
|
"Outdated Technologies", "Slow Performance", "Poor User Experience", "Insecure Codebases", "Lack of Scalability", "Generic Solutions"],
|
||||||
"Slow Performance",
|
|
||||||
"Poor User Experience",
|
|
||||||
"Insecure Codebases",
|
|
||||||
"Lack of Scalability",
|
|
||||||
"Generic Solutions",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Modern Frameworks",
|
"Modern Frameworks", "Optimized Performance", "Intuitive UI/UX", "Robust Security", "Scalable Architecture", "Custom-Tailored Solutions"],
|
||||||
"Optimized Performance",
|
|
||||||
"Intuitive UI/UX",
|
|
||||||
"Robust Security",
|
|
||||||
"Scalable Architecture",
|
|
||||||
"Custom-Tailored Solutions",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Comprehensive Services for Your Digital Growth."
|
title="Comprehensive Services for Your Digital Growth."
|
||||||
description="We offer a full spectrum of development services tailored to your specific needs, ensuring high performance, scalability, and an exceptional user experience."
|
description="We offer a full spectrum of development services tailored to your specific needs, ensuring high performance, scalability, and an exceptional user experience."
|
||||||
@@ -200,59 +149,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", brand: "Albert Dev", name: "Dev Portal Starter Kit", price: "$599", rating: 5,
|
||||||
brand: "Albert Dev",
|
reviewCount: "25 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg"},
|
||||||
name: "Dev Portal Starter Kit",
|
|
||||||
price: "$599",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "25 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", brand: "Albert Dev", name: "Modern E-commerce Platform", price: "$1299", rating: 5,
|
||||||
brand: "Albert Dev",
|
reviewCount: "42 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-peace-sign-orange-shopping-bag-smiling-pleased-standing-turquoise-b_1258-180669.jpg"},
|
||||||
name: "Modern E-commerce Platform",
|
|
||||||
price: "$1299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "42 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-peace-sign-orange-shopping-bag-smiling-pleased-standing-turquoise-b_1258-180669.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", brand: "Albert Dev", name: "SaaS Analytics Dashboard", price: "$899", rating: 4,
|
||||||
brand: "Albert Dev",
|
reviewCount: "18 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg"},
|
||||||
name: "SaaS Analytics Dashboard",
|
|
||||||
price: "$899",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "18 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", brand: "Albert Dev", name: "Cross-Platform Mobile App", price: "$999", rating: 5,
|
||||||
brand: "Albert Dev",
|
reviewCount: "30 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-people-avatars-zoom-call_23-2149576744.jpg"},
|
||||||
name: "Cross-Platform Mobile App",
|
|
||||||
price: "$999",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "30 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-people-avatars-zoom-call_23-2149576744.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", brand: "Albert Dev", name: "Advanced Blog CMS", price: "$449", rating: 4,
|
||||||
brand: "Albert Dev",
|
reviewCount: "12 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/social-media-business-concept-with-wooden-blocks-keyboard-glasses-pen-white-background-flat-lay_176474-7864.jpg"},
|
||||||
name: "Advanced Blog CMS",
|
|
||||||
price: "$449",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "12 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-business-concept-with-wooden-blocks-keyboard-glasses-pen-white-background-flat-lay_176474-7864.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", brand: "Albert Dev", name: "Online Booking System", price: "$749", rating: 5,
|
||||||
brand: "Albert Dev",
|
reviewCount: "20 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-133697.jpg"},
|
||||||
name: "Online Booking System",
|
|
||||||
price: "$749",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "20 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-133697.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Showcasing Our Cutting-Edge Work & Source Code."
|
title="Showcasing Our Cutting-Edge Work & Source Code."
|
||||||
description="Explore a selection of our premium source code products and custom application development projects. Each project reflects our commitment to innovation and quality."
|
description="Explore a selection of our premium source code products and custom application development projects. Each project reflects our commitment to innovation and quality."
|
||||||
@@ -260,58 +173,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
|
||||||
<PricingCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "basic",
|
|
||||||
badge: "Starter",
|
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "$2999",
|
|
||||||
subtitle: "Ideal for small projects and prototypes",
|
|
||||||
features: [
|
|
||||||
"Basic Web App (up to 5 pages)",
|
|
||||||
"Responsive Design",
|
|
||||||
"Standard Backend Integration",
|
|
||||||
"1-Month Support",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pro",
|
|
||||||
badge: "Most Popular",
|
|
||||||
badgeIcon: Star,
|
|
||||||
price: "$7999",
|
|
||||||
subtitle: "Perfect for growing businesses and complex apps",
|
|
||||||
features: [
|
|
||||||
"Custom Web/Mobile App",
|
|
||||||
"Advanced UI/UX Design",
|
|
||||||
"Database Integration",
|
|
||||||
"3-Month Priority Support",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "enterprise",
|
|
||||||
badge: "Enterprise",
|
|
||||||
badgeIcon: Crown,
|
|
||||||
price: "Custom Quote",
|
|
||||||
subtitle: "Tailored for large-scale solutions and ongoing partnerships",
|
|
||||||
features: [
|
|
||||||
"Full-Stack Development",
|
|
||||||
"Dedicated Project Manager",
|
|
||||||
"Scalable Architecture",
|
|
||||||
"Ongoing Maintenance & Support",
|
|
||||||
"Source Code Licensing",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Flexible Plans for Every Project Scale."
|
|
||||||
description="Whether you need custom development or robust source code, our transparent pricing ensures you get the best value without compromise. Choose the plan that fits your vision."
|
|
||||||
tag="Transparent Pricing"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
@@ -319,65 +181,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", date: "May 2024", title: "Exceptional Web Development!", quote: "Albert Dev transformed our outdated website into a modern, high-performing platform. Their attention to detail and proactive communication were outstanding. Highly recommended!", tag: "Web Development", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-terrazzo-tile-texture_23-2151966109.jpg"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
date: "May 2024",
|
|
||||||
title: "Exceptional Web Development!",
|
|
||||||
quote: "Albert Dev transformed our outdated website into a modern, high-performing platform. Their attention to detail and proactive communication were outstanding. Highly recommended!",
|
|
||||||
tag: "Web Development",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-terrazzo-tile-texture_23-2151966109.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", date: "April 2024", title: "Innovative Mobile App Solution.", quote: "We partnered with Albert Dev to build our new mobile application, and the results exceeded all expectations. Their expertise in UX/UI made our app a joy to use.", tag: "Mobile App", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-handsome-business-leader_1262-4828.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-watercolor-background-with-abstract-design_23-2147923489.jpg"},
|
||||||
name: "Michael Chen",
|
|
||||||
date: "April 2024",
|
|
||||||
title: "Innovative Mobile App Solution.",
|
|
||||||
quote: "We partnered with Albert Dev to build our new mobile application, and the results exceeded all expectations. Their expertise in UX/UI made our app a joy to use.",
|
|
||||||
tag: "Mobile App",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-handsome-business-leader_1262-4828.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-watercolor-background-with-abstract-design_23-2147923489.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", date: "March 2024", title: "Seamless Source Code Integration.", quote: "The source code we purchased from Albert Dev was well-documented and integrated perfectly into our existing systems. Their support team was incredibly helpful throughout the process.", tag: "Source Code", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-lines_1048-5570.jpg"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
date: "March 2024",
|
|
||||||
title: "Seamless Source Code Integration.",
|
|
||||||
quote: "The source code we purchased from Albert Dev was well-documented and integrated perfectly into our existing systems. Their support team was incredibly helpful throughout the process.",
|
|
||||||
tag: "Source Code",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-lines_1048-5570.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", date: "February 2024", title: "True Partnership in Software Development.", quote: "Albert Dev didn't just build our software; they became an extension of our team. Their collaborative approach and commitment to our vision were invaluable.", tag: "Custom Software", avatarSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-153340.jpg"},
|
||||||
name: "David Kim",
|
|
||||||
date: "February 2024",
|
|
||||||
title: "True Partnership in Software Development.",
|
|
||||||
quote: "Albert Dev didn't just build our software; they became an extension of our team. Their collaborative approach and commitment to our vision were invaluable.",
|
|
||||||
tag: "Custom Software",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-153340.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica Lee", date: "January 2024", title: "Outstanding Design and Functionality.", quote: "The team at Albert Dev delivered a stunning website with flawless functionality. Their design aesthetic is modern and fresh, perfectly capturing our brand.", tag: "UI/UX Design", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-flowing-red-black-lines-white-background_1194-640252.jpg"},
|
||||||
name: "Jessica Lee",
|
|
||||||
date: "January 2024",
|
|
||||||
title: "Outstanding Design and Functionality.",
|
|
||||||
quote: "The team at Albert Dev delivered a stunning website with flawless functionality. Their design aesthetic is modern and fresh, perfectly capturing our brand.",
|
|
||||||
tag: "UI/UX Design",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-flowing-red-black-lines-white-background_1194-640252.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Robert Davis", date: "December 2023", title: "Reliable Support and Expertise.", quote: "Beyond development, Albert Dev provides excellent ongoing support. Their technical expertise and quick responses make them a trusted partner for all our digital needs.", tag: "Ongoing Support", avatarSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-cracked-glass-texture_53876-126617.jpg"},
|
||||||
name: "Robert Davis",
|
|
||||||
date: "December 2023",
|
|
||||||
title: "Reliable Support and Expertise.",
|
|
||||||
quote: "Beyond development, Albert Dev provides excellent ongoing support. Their technical expertise and quick responses make them a trusted partner for all our digital needs.",
|
|
||||||
tag: "Ongoing Support",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-cracked-glass-texture_53876-126617.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say About Albert Dev."
|
title="What Our Clients Say About Albert Dev."
|
||||||
description="We are proud of the strong relationships we build and the success stories we create with our partners. Hear directly from those who trust us with their digital vision."
|
description="We are proud of the strong relationships we build and the success stories we create with our partners. Hear directly from those who trust us with their digital vision."
|
||||||
@@ -390,15 +204,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Tech Innovators",
|
"Tech Innovators", "Global Enterprises", "Startup Ventures", "Digital Agencies", "E-commerce Brands", "Healthcare Solutions", "Financial Tech", "Educational Platforms"]}
|
||||||
"Global Enterprises",
|
|
||||||
"Startup Ventures",
|
|
||||||
"Digital Agencies",
|
|
||||||
"E-commerce Brands",
|
|
||||||
"Healthcare Solutions",
|
|
||||||
"Financial Tech",
|
|
||||||
"Educational Platforms",
|
|
||||||
]}
|
|
||||||
title="Partnering with Industry Leaders."
|
title="Partnering with Industry Leaders."
|
||||||
description="Our commitment to excellence has earned us the trust of renowned businesses across various sectors. Join a growing list of successful collaborations."
|
description="Our commitment to excellence has earned us the trust of renowned businesses across various sectors. Join a growing list of successful collaborations."
|
||||||
tag="Trusted By"
|
tag="Trusted By"
|
||||||
@@ -413,35 +219,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "What types of projects does Albert Dev specialize in?", content: "Albert Dev specializes in custom web application development, mobile app development (iOS/Android), and providing high-quality source code solutions. We cater to businesses seeking innovative, scalable, and user-centric digital products."},
|
||||||
title: "What types of projects does Albert Dev specialize in?",
|
|
||||||
content: "Albert Dev specializes in custom web application development, mobile app development (iOS/Android), and providing high-quality source code solutions. We cater to businesses seeking innovative, scalable, and user-centric digital products.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "What is your development process like?", content: "Our process typically involves discovery and planning, UI/UX design, agile development sprints, rigorous testing, deployment, and ongoing support. We ensure transparency and collaboration at every stage."},
|
||||||
title: "What is your development process like?",
|
|
||||||
content: "Our process typically involves discovery and planning, UI/UX design, agile development sprints, rigorous testing, deployment, and ongoing support. We ensure transparency and collaboration at every stage.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Do you offer post-launch support and maintenance?", content: "Yes, we offer comprehensive post-launch support and maintenance packages. This includes bug fixes, performance monitoring, security updates, and feature enhancements to ensure your application remains optimal."},
|
||||||
title: "Do you offer post-launch support and maintenance?",
|
|
||||||
content: "Yes, we offer comprehensive post-launch support and maintenance packages. This includes bug fixes, performance monitoring, security updates, and feature enhancements to ensure your application remains optimal.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "Can I purchase source code for my project?", content: "Absolutely. We offer a curated selection of reusable source code components and full project templates. Additionally, for custom projects, you can acquire the full source code license based on your chosen plan."},
|
||||||
title: "Can I purchase source code for my project?",
|
|
||||||
content: "Absolutely. We offer a curated selection of reusable source code components and full project templates. Additionally, for custom projects, you can acquire the full source code license based on your chosen plan.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq5",
|
id: "faq5", title: "How long does a typical project take?", content: "Project timelines vary significantly based on complexity, features, and client feedback. A basic web application might take 4-8 weeks, while a complex mobile app could take 4-6 months or more. We provide detailed estimates after our initial discovery phase."},
|
||||||
title: "How long does a typical project take?",
|
|
||||||
content: "Project timelines vary significantly based on complexity, features, and client feedback. A basic web application might take 4-8 weeks, while a complex mobile app could take 4-6 months or more. We provide detailed estimates after our initial discovery phase.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq6",
|
id: "faq6", title: "What technologies do you primarily work with?", content: "We leverage a wide range of modern technologies including React, Next.js, Node.js, Python, TypeScript, various cloud platforms (AWS, Azure, GCP), and mobile frameworks like React Native and Flutter. We always choose the best tech stack for your specific needs."},
|
||||||
title: "What technologies do you primarily work with?",
|
|
||||||
content: "We leverage a wide range of modern technologies including React, Next.js, Node.js, Python, TypeScript, various cloud platforms (AWS, Azure, GCP), and mobile frameworks like React Native and Flutter. We always choose the best tech stack for your specific needs.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions."
|
title="Frequently Asked Questions."
|
||||||
description="Find quick answers to common inquiries about our services, processes, and partnership model. If you don't find what you're looking for, feel free to contact us directly."
|
description="Find quick answers to common inquiries about our services, processes, and partnership model. If you don't find what you're looking for, feel free to contact us directly."
|
||||||
@@ -454,18 +242,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static-grid",
|
variant: "downward-rays-static-grid"}}
|
||||||
}}
|
|
||||||
text="Ready to bring your next big idea to life?"
|
text="Ready to bring your next big idea to life?"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start a Project",
|
text: "Start a Project", href: "mailto:hello@albertdev.com"},
|
||||||
href: "mailto:hello@albertdev.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us: +1 (555) 123-4567",
|
text: "Call Us: +1 (555) 123-4567", href: "tel:+15551234567"},
|
||||||
href: "tel:+15551234567",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -477,62 +260,39 @@ export default function LandingPage() {
|
|||||||
logoText="Albert Dev"
|
logoText="Albert Dev"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Web Development",
|
label: "Web Development", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mobile Apps",
|
label: "Mobile Apps", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Source Code",
|
label: "Source Code", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "UI/UX Design",
|
label: "UI/UX Design", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Portfolio",
|
label: "Portfolio", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "/pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Blog & Resources", href: "/blog"},
|
||||||
href: "#testimonials",
|
{
|
||||||
},
|
label: "Testimonials", href: "#testimonials"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "https://linkedin.com/albertdev"},
|
||||||
href: "https://linkedin.com/albertdev",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "https://twitter.com/albertdev"},
|
||||||
href: "https://twitter.com/albertdev",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user