diff --git a/src/app/page.tsx b/src/app/page.tsx index dcba144..967be45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,12 @@ export default function LandingPage() { @@ -48,58 +43,35 @@ export default function LandingPage() {
@@ -110,27 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "List Your Skill", description: "Define what you can teach to others.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"} - }, - { - id: 2, - title: "Find Your Match", description: "Browse our community for the perfect skill trade.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"} - }, - { - id: 3, - title: "Swap & Grow", description: "Start learning and teaching today.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"} - }, + { id: 1, title: "List Your Skill", description: "Define what you can teach to others.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" } }, + { id: 2, title: "Find Your Match", description: "Browse our community for the perfect skill trade.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" } }, + { id: 3, title: "Swap & Grow", description: "Start learning and teaching today.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" } }, ]} showStepNumbers={true} title="Three Simple Steps" @@ -145,14 +99,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", name: "AI Matchmaking", price: "Smart AI", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - { - id: "2", name: "Campus Communities", price: "Social", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - { - id: "3", name: "Skill Badges", price: "Gamified", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, - { - id: "4", name: "Session Rooms", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg"}, + { id: "1", name: "AI Matchmaking", price: "Smart AI", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, + { id: "2", name: "Campus Communities", price: "Social", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, + { id: "3", name: "Skill Badges", price: "Gamified", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, + { id: "4", name: "Session Rooms", price: "Integrated", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039324.jpg" }, ]} title="Powerful Platform Features" description="Designed to help you master new skills effortlessly." @@ -162,17 +112,13 @@ export default function LandingPage() {
@@ -225,15 +162,9 @@ export default function LandingPage() { logoText="SkillSwap" copyrightText="© 2025 SkillSwap. All rights reserved." socialLinks={[ - { - icon: Instagram, - href: "https://instagram.com", ariaLabel: "Instagram"}, - { - icon: Twitter, - href: "https://twitter.com", ariaLabel: "Twitter"}, - { - icon: Linkedin, - href: "https://linkedin.com", ariaLabel: "LinkedIn"}, + { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, + { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, + { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }, ]} />