diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 65e9232..844047e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { @@ -119,24 +119,16 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/softlearn", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/softlearn", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/softlearn", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/softlearn", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/softlearn", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/softlearn", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/softlearn", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 97cbd14..5a2c907 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,7 +56,7 @@ export default function ContactPage() { { text: "Send Email", href: "mailto:hello@softlearn.com" }, { text: "Back to Home", href: "/" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -106,7 +106,7 @@ export default function ContactPage() { { text: "View FAQ", href: "/faq" }, { text: "Contact Support", href: "mailto:support@softlearn.com" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -119,24 +119,16 @@ export default function ContactPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/softlearn", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/softlearn", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/softlearn", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/softlearn", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/softlearn", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/softlearn", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/softlearn", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index da74337..c34db04 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -55,49 +55,19 @@ export default function CoursesPage() { tagIcon={BookOpen} plans={[ { - id: "beginner", - title: "Creative Basics", - price: "$49", - period: "/lifetime", - imageSrc: "http://img.b2bpic.net/free-photo/learning-education-ideas-insight-intelligence-study-concept_53876-120116.jpg?_wi=2", - imageAlt: "Creative Basics course", - button: { text: "Enroll Now", href: "/courses" }, + id: "beginner", title: "Creative Basics", price: "$49", period: "/lifetime", imageSrc: "http://img.b2bpic.net/free-photo/learning-education-ideas-insight-intelligence-study-concept_53876-120116.jpg", imageAlt: "Creative Basics course", button: { text: "Enroll Now", href: "/courses" }, features: [ - "8 video lessons", - "Downloadable resources", - "Community access", - "Certificate included", - ], + "8 video lessons", "Downloadable resources", "Community access", "Certificate included"], }, { - id: "intermediate", - title: "Advanced Techniques", - price: "$99", - period: "/lifetime", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952415.jpg?_wi=2", - imageAlt: "Advanced Techniques course", - button: { text: "Enroll Now", href: "/courses" }, + id: "intermediate", title: "Advanced Techniques", price: "$99", period: "/lifetime", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952415.jpg", imageAlt: "Advanced Techniques course", button: { text: "Enroll Now", href: "/courses" }, features: [ - "20 video lessons", - "Live Q&A sessions", - "Project feedback", - "Professional certificate", - ], + "20 video lessons", "Live Q&A sessions", "Project feedback", "Professional certificate"], }, { - id: "professional", - title: "Mastery Program", - price: "$149", - period: "/lifetime", - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=2", - imageAlt: "Mastery Program course", - button: { text: "Enroll Now", href: "/courses" }, + id: "professional", title: "Mastery Program", price: "$149", period: "/lifetime", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Mastery Program course", button: { text: "Enroll Now", href: "/courses" }, features: [ - "40 video lessons", - "1-on-1 mentoring", - "Advanced projects", - "Job placement support", - ], + "40 video lessons", "1-on-1 mentoring", "Advanced projects", "Job placement support"], }, ]} animationType="slide-up" @@ -117,7 +87,7 @@ export default function CoursesPage() { { text: "Explore More Courses", href: "/courses" }, { text: "Shop Products", href: "/shop" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -130,24 +100,16 @@ export default function CoursesPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/softlearn", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/softlearn", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/softlearn", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/softlearn", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/softlearn", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/softlearn", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/softlearn", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0605993..8f16ebf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { @@ -249,24 +177,16 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/softlearn", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/softlearn", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/softlearn", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/softlearn", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/softlearn", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/softlearn", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/softlearn", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"}, ]} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c56d575..f0c72c9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -55,53 +55,17 @@ export default function ShopPage() { tagIcon={Package} products={[ { - id: "1", - name: "Cozy Cloud Plush Toy", - price: "$29.99", - variant: "Soft Grey 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg?_wi=2", - imageAlt: "Cozy Cloud Plush Toy", - }, + id: "1", name: "Cozy Cloud Plush Toy", price: "$29.99", variant: "Soft Grey 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg", imageAlt: "Cozy Cloud Plush Toy"}, { - id: "2", - name: "Comfort Wear T-Shirt", - price: "$34.99", - variant: "Natural White 3 Sizes", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-with-copy-space_23-2148329852.jpg?_wi=2", - imageAlt: "Comfort Wear T-Shirt", - }, + id: "2", name: "Comfort Wear T-Shirt", price: "$34.99", variant: "Natural White 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-with-copy-space_23-2148329852.jpg", imageAlt: "Comfort Wear T-Shirt"}, { - id: "3", - name: "Learning Activity Set", - price: "$44.99", - variant: "Pastel Rainbow Educational", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-boy-touching-digital-tablet-screen-white-desk_23-2148039919.jpg?_wi=2", - imageAlt: "Learning Activity Set", - }, + id: "3", name: "Learning Activity Set", price: "$44.99", variant: "Pastel Rainbow Educational", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boy-touching-digital-tablet-screen-white-desk_23-2148039919.jpg", imageAlt: "Learning Activity Set"}, { - id: "4", - name: "Premium Sleep Pillow", - price: "$39.99", - variant: "Cream Ergonomic", - imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg?_wi=3", - imageAlt: "Premium Sleep Pillow", - }, + id: "4", name: "Premium Sleep Pillow", price: "$39.99", variant: "Cream Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-sleeps-sweetly-white-cozy-bed-with-soft-bear-toy-concept-children-s-rest-sleep_169016-4514.jpg", imageAlt: "Premium Sleep Pillow"}, { - id: "5", - name: "Soft Comfort Hoodie", - price: "$54.99", - variant: "Lavender Cozy Fit", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-with-copy-space_23-2148329852.jpg?_wi=3", - imageAlt: "Soft Comfort Hoodie", - }, + id: "5", name: "Soft Comfort Hoodie", price: "$54.99", variant: "Lavender Cozy Fit", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-girl-with-copy-space_23-2148329852.jpg", imageAlt: "Soft Comfort Hoodie"}, { - id: "6", - name: "Kids Learning Blocks", - price: "$49.99", - variant: "Multicolor Safe Silicone", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-boy-touching-digital-tablet-screen-white-desk_23-2148039919.jpg?_wi=3", - imageAlt: "Kids Learning Blocks", - }, + id: "6", name: "Kids Learning Blocks", price: "$49.99", variant: "Multicolor Safe Silicone", imageSrc: "http://img.b2bpic.net/free-photo/close-up-boy-touching-digital-tablet-screen-white-desk_23-2148039919.jpg", imageAlt: "Kids Learning Blocks"}, ]} gridVariant="three-columns-all-equal-width" carouselMode="buttons" @@ -123,7 +87,7 @@ export default function ShopPage() { { text: "Continue Shopping", href: "/shop" }, { text: "Explore Courses", href: "/courses" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -136,24 +100,16 @@ export default function ShopPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/softlearn", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/softlearn", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/softlearn", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/softlearn", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/softlearn", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/softlearn", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/softlearn", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"}, ]} />