diff --git a/src/app/page.tsx b/src/app/page.tsx
index 11025b9..3874c3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,32 +46,21 @@ export default function LandingPage() {
@@ -94,9 +73,7 @@ export default function LandingPage() {
title="About Me"
buttons={[
{
- text: "Learn More",
- href: "#projects",
- },
+ text: "Learn More", href: "#projects"},
]}
/>
@@ -109,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "SkillSwap",
- price: "QA Tester",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5eck2i",
- },
+ id: "1", name: "SkillSwap", price: "QA Tester", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5eck2i"},
{
- id: "2",
- name: "Global Superstore Insights",
- price: "Power BI & SQL",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hazyho",
- },
+ id: "2", name: "Global Superstore Insights", price: "Power BI & SQL", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hazyho"},
{
- id: "3",
- name: "AI Productivity Tools",
- price: "Business Solution",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgibbi",
- },
+ id: "3", name: "AI Productivity Tools", price: "Business Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgibbi"},
]}
title="Featured Projects"
description="Selected works demonstrating my expertise in testing and analytics."
@@ -139,15 +104,9 @@ export default function LandingPage() {
description="Comprehensive toolkit for QA and Data Analysis."
accordionItems={[
{
- id: "1",
- title: "Software Testing",
- content: "Expertise in manual testing and test case design.",
- },
+ id: "1", title: "Software Testing", content: "Expertise in manual testing and test case design."},
{
- id: "2",
- title: "Data Analytics",
- content: "Skilled in SQL, Power BI, and DAX for deep analysis.",
- },
+ id: "2", title: "Data Analytics", content: "Skilled in SQL, Power BI, and DAX for deep analysis."},
]}
mediaAnimation="slide-up"
imageSrc="asset://skills-visual"
@@ -158,21 +117,17 @@ export default function LandingPage() {
@@ -180,16 +135,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file