Merge version_3 into main #5
@@ -57,12 +57,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout title="Dedicated Professional delivering high-impact solutions." />
|
||||
<TextAbout title="Dedicated Professional delivering high-impact solutions." useInvertedBackground={false} />
|
||||
</div>
|
||||
|
||||
<div id="skills" data-section="skills">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Software Engineering", description: "High-quality, scalable code solutions.", imageSrc: "http://img.b2bpic.net/free-photo/debugging-software-programming-language-displayed-computer-display_482257-123007.jpg" },
|
||||
{ title: "Product Design", description: "User-centric interface development.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg" },
|
||||
@@ -77,6 +78,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Modern App UI", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-safeguarding-servers-against-viruses-using-mockup-computer_482257-123482.jpg" },
|
||||
{ id: "p2", name: "Corporate Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg" },
|
||||
@@ -91,6 +93,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100+", description: "Projects Completed" },
|
||||
{ id: "m2", value: "5+", description: "Years Experience" },
|
||||
@@ -104,6 +107,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Trusted Partners"
|
||||
names={["Google", "Microsoft", "Amazon", "Netflix"]}
|
||||
description="Companies we have collaborated with."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -116,6 +120,7 @@ export default function LandingPage() {
|
||||
author="Client Review"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Client" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,12 +128,14 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions."
|
||||
faqs={[
|
||||
{ id: "f1", title: "What services do you offer?", content: "Software engineering and product design." },
|
||||
{ id: "f2", title: "How do we collaborate?", content: "Through direct consultation and strategic planning." }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,6 +146,7 @@ export default function LandingPage() {
|
||||
description="Reach out to discuss potential projects or opportunities."
|
||||
buttons={[{ text: "Contact Me", href: "mailto:email@example.com" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user