Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-04 18:17:23 +00:00
5 changed files with 57 additions and 235 deletions

View File

@@ -51,7 +51,7 @@ export default function AboutPage() {
<HeroSplitKpi
title="Our Story & Mission"
description="Soft & Learn was founded on the belief that learning should be comfortable, accessible, and inspiring. We combine premium soft products with expert-designed courses to create an ecosystem where growth and comfort coexist."
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
kpis={[
{ value: "8+", label: "Years in Business" },
{ value: "50,000+", label: "Community Members" },
@@ -64,7 +64,7 @@ export default function AboutPage() {
{ text: "Shop Now", href: "/shop" },
{ text: "Learn More", href: "/courses" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg"
imageAlt="Soft & Learn vision"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -106,7 +106,7 @@ export default function AboutPage() {
{ text: "Start Shopping", href: "/shop" },
{ text: "Enroll in Courses", href: "/courses" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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"},
]}
/>
</div>

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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"},
]}
/>
</div>

View File

@@ -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}
/>
</div>
@@ -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"},
]}
/>
</div>

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Welcome to Soft & Learn"
description="Discover a world where learning meets comfort. Shop premium soft products and enroll in courses designed to inspire growth and creativity."
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
kpis={[
{ value: "1000+", label: "Happy Customers" },
{ value: "50+", label: "Courses Available" },
@@ -67,7 +67,7 @@ export default function HomePage() {
{ text: "Shop Now", href: "/shop" },
{ text: "Explore Courses", href: "/courses" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg"
imageAlt="Learning and soft products"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -83,29 +83,11 @@ export default function HomePage() {
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=1",
imageAlt: "Cozy Cloud Plush Toy in soft grey",
},
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 in soft grey"},
{
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=1",
imageAlt: "Comfort Wear T-Shirt in natural white",
},
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 in natural white"},
{
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=1",
imageAlt: "Learning Activity Set in pastel colors",
},
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 in pastel colors"},
]}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
@@ -125,49 +107,19 @@ export default function HomePage() {
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=1",
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=1",
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=1",
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"
@@ -181,41 +133,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-green-jacket-shorts-looking-cheerful-front-view_176474-37515.jpg",
imageAlt: "Emma Rodriguez",
},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-female-green-jacket-shorts-looking-cheerful-front-view_176474-37515.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Lisa Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "James Wilson",
},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
]}
cardTitle="Join 10,000+ Learners and Shoppers Who Trust Soft & Learn"
cardTag="See What They Say"
@@ -236,7 +164,7 @@ export default function HomePage() {
{ text: "Subscribe Now", href: "#newsletter-form" },
{ text: "Learn More", href: "/about" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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"},
]}
/>
</div>

View File

@@ -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}
/>
</div>
@@ -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"},
]}
/>
</div>